Quote:
Originally Posted by arkshine
To avoid to use replace() ; using szWeapon[7] directly should work.
[edit] Arg, it will give an error "Array must be indexed" for the #2. Not good. Though, using szWeapon[0] to get should work, but not sure if it's a good idea.
|
In this case it would be
format(szWeapon,13,szWeapon[7]);
I had never saw this. (returning an array pointer) (i guess it's how this is called)
__________________