Guidance
指路人
g.yi.org
Guidance Forums / Reginald Rexx / That was esoteric !!!!

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next First 1 Last
Message1. That was esoteric !!!!
#12239
Posted by: Michael S 2008-01-16 23:50:57
So assuming GE.rex contains

RETURN 0

and GB.rex contains the same code, the results of the comparison differ ?????
Message2. 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 0
Chuck Simmons
Message3.
#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 0
Chuck Simmons
Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next First 1 Last
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Thu 2024-4-18  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0