Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing value from field with variable

Status
Not open for further replies.

imemoje

Programmer
Jan 22, 2008
11
BA
Still I struggle with this problem
----------------------------
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
 
solved

only Message(Evaluate(aLOC)) work nothing to BIND or other
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top