Words:  

Footrunner does not process loops and conditionals in 11.5

Date: 08-02-10
From: Michael Check <michaelr.check_at_gmail.com>

Anyone know if Footrunner 11.3 works in Mac 4D 11.5? I can get the
interpreter to fire, but all loops and conditionals are ignored.

For instance:

On the Clipboard:

C_LONGINT($idx)
C_TEXT(testing)
testing:=""
For ($idx;1;100)
testing:=testing+"Repeat; "
End for
#################################


Run the code:

C_TEXT($path;$method)
C_LONGINT($xlError)

$method:=Get text from pasteboard
$xlError:=FRRunTextRaw ($method)
#################################

Results:

$xlError = 0
testing = "Repeat; "

Obviously, it is ignoring all conditionals and loops. Is there
something I am missing?


Thanks,

Michael Check
**********************************************************************
The New 4D Partner Program - All the tools you need to be a successful 4D Developer.
Sign up Now: http://www.4d.com/community/partner/registration.html


4D Internet Users Group (4D iNUG)
FAQ: http://lists.4d.com/faqnug.html
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:4D_Tech-Unsubscribe_at_lists.4D.com
**********************************************************************