How to compile in earlier versions using new keywords?

-hh hh at livecode.org
Sat Apr 9 18:57:10 EDT 2016


What I had in mind with that is a script part of the following
form that should (but doesn't) compile in LC 6/7/8:

if char 1 of the version > 6 then
    repeat for each trueword w in str
      ...
    end repeat
else
    repeat for each word w in str
      ...
    end repeat
end if

How does your "chained" solution translate to that situation?
[Of course, the "string" solutions of Bill and Jaqueline work here.]



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-to-compile-in-earlier-versions-using-new-keywords-tp4703270p4703281.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list