| Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 | 1. That was esoteric !!!! #12239 | So assuming GE.rex contains
RETURN 0
and GB.rex contains the same code, the results of the comparison differ ????? | 2. Yep...still a problem! #12249 Posted by: chucksim 2008-01-17 01:56:31 Last edited by: chucksim 2008-01-17 01:56:58 (Total edited 1 time) | Yep...I can still reproduce it. Try this..
IF FUNCA(0) > FUNCA(0) THEN say 'yes'
EXIT
FUNCA: if arg()=1 then a=1
return 0Chuck Simmons | 3. #12281 Posted by: chucksim 2008-02-02 01:58:05 Last edited by: chucksim 2008-02-03 00:32:52 (Total edited 2 times) | I was able to resolve my issue by changing my code for FUNCA to look like...
FUNCA: count = arg()
if count = 1 then a=1
return 0Chuck Simmons | Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 |
|
|