environment question

2003-08-01 Thread MisterX
Hi everyone, In view of the future, and with regards to what is running, how can you know if it is MetaCard or RR running your stack? one for the language trivia... Thanks Xavier ___ metacard mailing list [EMAIL PROTECTED]

Re: environment question

2003-08-01 Thread jbv
Hi everyone, In view of the future, and with regards to what is running, how can you know if it is MetaCard or RR running your stack? Well, at first glance I see 2 options : - checking the version : if it's beyond 2.5 it must be RR; otherwise, no way to know... - if it's a standalone, the

Re: environment question

2003-08-01 Thread Pierre Sahores
On Fri, 2003-08-01 at 11:13, MisterX wrote: Hi everyone, In view of the future, and with regards to what is running, how can you know if it is MetaCard or RR running your stack? one for the language trivia... Thanks Xavier ___ metacard

Re: environment question

2003-08-01 Thread Jeanne A. E. DeVoto
At 2:13 AM -0700 8/1/03, MisterX wrote: In view of the future, and with regards to what is running, how can you know if it is MetaCard or RR running your stack? Try this: function isRunningRev try get revAppVersion() -- Rev library function return true -- if the above produced no

Re: environment question

2003-08-01 Thread Shari
if the stacks contains .rev then ... else if the stacks contains .mc then ... end if -- Bien cordialement, Pierre Sahores No good. I routinely change the extensions of the stacks I distribute, so that if they have Rev or MC on their computer, my icons do not ball up Metacards. So

RE: environment question

2003-08-01 Thread MisterX
super use of try! Thanks! Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeanne A. E. DeVoto Sent: Friday, 01 August, 2003 16:23 To: [EMAIL PROTECTED] Subject: Re: environment question At 2:13 AM -0700 8/1/03, MisterX wrote: In view