format() function help.
#1

Hello.
format(teststring,sizeof(teststring),"")

This function clears the "teststring" before formatting it?
Reply
#2

That would work but would be a waste
Use teststring[0] = 0; or = EOS; // end of string
Reply
#3

I asked something...answer to my question. format(), will clear the string "teststring" before formatting it, or will add text like at strcat();?
Reply
#4

will clear the string
Reply
#5

You could've tested it by yourself and saved a lot of time.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)