> So I'm proposing that I add this very simple function the the MC IDE
> backscript:
>
> function revAppVersion
> return "0"
> end revAppVersion
It's funny... I had this handler in use three years ago:
function STS_IDE
try
put revAppVersion() into tVersion
catch errorVar
put the version into tVersion
return "MetaCard,"&tVersion
exit STS_IDE
end try
return "Revolution,"&tVersion
end STS_IDE
Returned to me whether MC was running or Rev, and returned the version
accordingly...
Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard