CLEO Help String variable size limits

CLEO related
Status
Not open for further replies.

Mennims

Active member
Joined
Mar 18, 2014
Messages
41
Reaction score
0
I have a script that writes a new ini key every 10 milliseconds. The keys are ordered in the ini file, from 1, to whenever the person chooses. Problem is, I can only reach 1000 in the ini file.

0AD3: 0@v = format "%d" 1@ //1@ is the counter, this turns it into a string so I can plug it into 0AF3
0AF5: write_string 3@ to_ini_file "CLEO\toilet.ini" section "Shit" key 0@v

I have located the problem to be the 0@v variable. It can't seem to store the string 1000 or more. When it reaches it it goes back down to I think 750, somewhere there. I have isolated it and that is what appears to be the problem. How can I convert an integer into a string without this problem?
 
Status
Not open for further replies.
Top