Razzak, Very Nice, Thanks Dennis
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Monday, March 02, 2009 4:44 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: compiler test - GETPROPERTY Comand At 05:25 PM 3/2/2009, Dennis McGrath wrote: >What is the best way for an application to test whether it >is running compiled? Here's how: Use the following GETPROPERTY command: -- Example: GETPROPERTY APPLICATION ISCOMPILED 'IsCompiled' RETURN The resulting variable "IsCompiled" will return a variable value to find out if the running application is using the actual full version of R:BASE for Windows, or is a compiled application. The resulting TEXT variable value will be YES or NO. Subsequently, you may use the following GETPROPERTY command for Runtime version of R:BASE -- Example GETPROPERTY APPLICATION ISRUNTIME 'IsRuntime' RETURN That's all there is to it! Very Best R:egards, Razzak.

