Help More variables

mohammad0070069

Active member
Joined
Mar 30, 2023
Messages
42
Reaction score
1
Hi
I want to use a lot of variables in the code I'm writing
But I can't use more than 33@ variables.
I'm using Sanny Builder old version 3
I can't use the new version because I wrote the code I wrote from the beginning with the same old version, and now if I compile it with the new version It makes error

Help
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
656
Reaction score
50
https://ugbase.eu/threads/snippet-additional-vars.7825/ (check answers too)
https://ugbase.eu/threads/snippet-expanding-variable.8573/ (check answers too)
 

Tusk

New member
Joined
Nov 28, 2024
Messages
1
Reaction score
0
Hi
I want to use a lot of variables in the code I'm writing
But I can't use more than 33@ variables.
I'm using Sanny Builder old version 3
I can't use the new version because I wrote the code I wrote from the beginning with the same old version, and now if I compile it with the new version It makes error

Help
Group related data into arrays or structures, so you can reduce total number of separate variables you have to manage, global variables can also hold multiple values or represent more harder data structures
 
Top