Post Reply 
Create a list of undefined user vars?
01-25-2016, 12:23 PM
Post: #4
RE: Create a list of undefined user vars?
(01-25-2016 07:49 AM)cyrille de brébisson Wrote:  So, how do you deal with the situation?
Well, one way is to generate an INPUT call with the CONTENT of L1 as a parameter. exrp("INPUT("+string(L1)+")"); will do that.
It creates a string that contains the command and then executes it!
Cyrille

Cyrille, could you please elaborate on:

exrp("INPUT("+string(L1)+")"); // ==> results in Syntax Error

no info in exrp() function in help, etc.

Thanks,

Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Create a list of undefined user vars? - DrD - 01-25-2016 12:23 PM



User(s) browsing this thread: 1 Guest(s)