Ethan Rosenberg
2014-07-30 03:36:34 UTC
Dear list -
I wish to align my output.
An example-
fprintf($fptr1, "%s\t %s\t\n", $row1[0],$row1[1]);
In each row of output if the strings are wider than the tab setting, the
text will indent.
Is there anyway I can formulate the fprinf so that each string will
print at a specific place?
TIA
Ethan
I wish to align my output.
An example-
fprintf($fptr1, "%s\t %s\t\n", $row1[0],$row1[1]);
In each row of output if the strings are wider than the tab setting, the
text will indent.
Is there anyway I can formulate the fprinf so that each string will
print at a specific place?
TIA
Ethan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php