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.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to