proposal: revAppVersion = 0
Ken Ray
kray at sonsothunder.com
Mon Jul 19 23:27:22 EDT 2004
> 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: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
More information about the metacard
mailing list