Thread
:
formatting String
View Single Post
#
2
(
permalink
)
11-16-2007, 09:27 PM
rajiv_bang
Member
Join Date: Nov 2007
Posts: 11
Hi,
The format specifier is of type
%[argument_index$][flags][width]conversion
Hence in %1$
1$ = indicates the first argument ie "MyName"
flags = - (left justify)
width = 10
conversion = s (string)
Please let me know if I was not clear enough.
rajiv_bang
View Public Profile
Send a private message to rajiv_bang
Find all posts by rajiv_bang