Passing value from field with variable
Passing value from field with variable
(OP)
Still I struggle with this problem
http://www.tek-tips.com/viewthread.cfm?qid=1680275
----------------------------
Base POD.Dat
Field 1 - POL1 String 10 -'One'
Field 2 - POL2 String 10 -'Two'
Field 3 - POL3 String 10 -'Three'
Field 4 - POL4 String 10 -'Four'
Field 5 - POL5 String 10 -'Five'
---------------------------------------
Local variable aLOC string 10
-----------------------------------------
When in variable aLOC enter 'POD:POL1' I want to get Message(aLOC) = 'One'
---------------------------------
I tried
BIND('aLOC',aLOC)
Message(Evaluate(aLOC)) did not work
http://www.tek-tips.com/viewthread.cfm?qid=1680275
----------------------------
Base POD.Dat
Field 1 - POL1 String 10 -'One'
Field 2 - POL2 String 10 -'Two'
Field 3 - POL3 String 10 -'Three'
Field 4 - POL4 String 10 -'Four'
Field 5 - POL5 String 10 -'Five'
---------------------------------------
Local variable aLOC string 10
-----------------------------------------
When in variable aLOC enter 'POD:POL1' I want to get Message(aLOC) = 'One'
---------------------------------
I tried
BIND('aLOC',aLOC)
Message(Evaluate(aLOC)) did not work
RE: Passing value from field with variable
only Message(Evaluate(aLOC)) work nothing to BIND or other