12-29-2025, 06:16 PM
I could do something like the following in 4.1
In 4.3 the last line errors out. Is this by design, or is it a bug?
Code: (Select All)
DIM A(100) AS INTEGER
DIM B(100) AS INTEGER
DIM m AS _MEM
RANDOMIZE TIMER
FOR x% = 0 TO 100
A(x%) = INT(RND * 255)
B(x%) = INT(RND * 255)
NEXT x%
INPUT Ch%
m=_iif(ch%=1,_mem(a()),_mem(b()))In 4.3 the last line errors out. Is this by design, or is it a bug?
DO: LOOP: DO: LOOP
sha_na_na_na_na_na_na_na_na_na:
sha_na_na_na_na_na_na_na_na_na:

