Hi Scott,

What is the preferred method for saying:

set the stackFileVersion to "2.4"

so that it doesn't cause an error in engine versions before 2.7 ?

Try this, which will check the engine's version before setting the stackfileversion:

...
if the char 1 to 3 of the version >= 2.7 then
   set the stackFileVersion to "2.4"
end if
...

Hope that helps.

 Scott Morrow

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

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

Reply via email to