23.11.2009, 16:15
Quote:
Originally Posted by Donny
You don't have to use 'format()' to produce the 'substitutions' error, it's the string limitation (507 IIRC).
Also what's wrong with formatting the string ? You could use strins or strmid I suppose but I don't understand why you don't want to use the functions provided for doing this, that's the whole reason we have those functions. What are you putting in the string, is it raw (you're typing it) or is it from an array or another source ? |