String format function
LucidGuppy
Posts: 32
Right now I see two functions for making strings but there is no similar function to sprintf.
Where variables and strings can be put together. Or better yet to have a python like format function like...
" String with a %i variable " % (myVariable)
Is there any way to do this to the text objects without doing three function calls?
Where variables and strings can be put together. Or better yet to have a python like format function like...
" String with a %i variable " % (myVariable)
Is there any way to do this to the text objects without doing three function calls?
Comments
-Phil