- Joined
- Nov 13, 2006
- Messages
- 1,814
have something what convert the numbers to string or everybody use a long string and use replace methode?
(i mean example my hero lv 96 and i got a 20 character long string, then i divide the 96 with 20 and result is 4 so 4th character from string the 1st letter, then the 96 mod 20 result is 16 and 2nd character from code the 16th character, output 4th+16th string character)
or its work different way? (yes have alot save load system but all in jass what isnt my language )
another question have a limit how much integer could i save?
example i can save 15 number like:
10 gears (integer 50-1200)
hero lv (1-100)
misc1 (0-99)
misc2 (0-99)
gold
lumber
or what is the limit?
(i mean example my hero lv 96 and i got a 20 character long string, then i divide the 96 with 20 and result is 4 so 4th character from string the 1st letter, then the 96 mod 20 result is 16 and 2nd character from code the 16th character, output 4th+16th string character)
or its work different way? (yes have alot save load system but all in jass what isnt my language )
another question have a limit how much integer could i save?
example i can save 15 number like:
10 gears (integer 50-1200)
hero lv (1-100)
misc1 (0-99)
misc2 (0-99)
gold
lumber
or what is the limit?