Quote:
Originally Posted by fysiks
Do as Arkshine said and then add in the %s's as usual with your variables.
new const CUR_LOC[]="mi text"
|
I still don't unerstand.
For example i have that variable
new const CUR_LOC[]="mi text"
and then this
PHP Code:
len += format(menuBody[len], 511-len, "^n\d7. %L^n\w", id, "CUR_LOC")
What i have to do!