string, integer and float
hi greetings. i want to ask 1 question. im not sure if i had to create topic for this small question.
^"%32s^" 7%d would result in "my brand new name<empty spaces>" 1234567 how do i make it show as "my brand new name"<empty spaces>1234567? (notice the double quotes position) thanks in advance |
Re: string, integer and float
Try:
PHP Code:
|
Re: string, integer and float
nope, that will just add a 'TAB' to the end of name, it wont allign them like i want
|
Re: string, integer and float
("^"%32s^" %6s %d", text, "", value)
|
| All times are GMT -4. The time now is 20:01. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.