2005-05-23 06:28 PM - last edited on 2023-05-24 12:10 PM by Rubia Torres
2005-05-28 03:24 PM
2005-05-31 11:11 AM
if a<5 and b<7 and c=0 and d=0 and e<15 and f>-2 and g>-8 and h>-15 and i<25 then print "it works"works fine. I don't know about limitations in the if .. then statement.
2005-05-31 11:13 AM
2005-05-31 12:35 PM
F. wrote:I confirm. No limits for "if ... then" statements.
I don't know about limitations in the if .. then statement.
2005-05-31 01:00 PM
The number of parameters is limited to 512AC 8.x+ 512 parameters
2005-05-31 01:45 PM
F. wrote:Workarounds, always workarounds.
This are the silent improvements in GDL. I have had some trouble with a few objects in AC 6, because I needed more than 64 parameters. But there was a trick to use Arrays as storage and a couple of multiple used normal parameters to push the values by an user interface and the parameter script into the arrays.
F. wrote:I must admit i didn't try to test this limit.
The number of parameters is limited to 512
2005-05-31 01:55 PM
With the time, we have learned how to become Masters in workarounds.... and how to make impossible things work.