Re: Resolving Built-ins and FORWARD_FUNCTION [message #37304] |
Wed, 10 December 2003 19:49  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
JD Smith writes:
>> Well, as long as you are doing experiments again, does LMGR(/VM) return
>> the same thing as LMGR(/RUNTIME)? I thought I needed to know this the
>> other day for some reason, and I was too lazy to figure it out. :-)
>
> I don't know, but apparently you can use any keyword combo in a Boolean
> OR sense, e.g LMGR(/VM,/RUNTIME) to find out if either is true.
While this is true, it didn't answer my original question, so
I just thought I'd look into it myself. :-)
In a save file running on a RUNTIME license:
LMGR(/Runtime) is set to 1
LMGR(/VM) is set to 0
In the same save file running on the VM:
LMGR(/Runtime) is set to 1
LMGR(/VM) is set to 1
Go figure. :-(
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|