OK, so I need to make a task that will read in a text field in a record, process the text into individual parts (This much I can already do) and then use each part as a field name to get the actual data I need.
Example of a record:
Field 'W1d1' contains text of "g1,g18,g47,g73" I would separate the text into 4 vars, v1="g1", v2="g18", etc.
I then want to use the contents of v1 as a fieldname to get the contents of field 'g1'
Is this sort of conversion possible in a TASK? I wish we could use arrays as fieldnames.....
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
sfraden
OK, so I need to make a task that will read in a text field in a record, process the text into individual parts (This much I can already do) and then use each part as a field name to get the actual data I need.
Example of a record:
Field 'W1d1' contains text of "g1,g18,g47,g73" I would separate the text into 4 vars, v1="g1", v2="g18", etc.
I then want to use the contents of v1 as a fieldname to get the contents of field 'g1'
Is this sort of conversion possible in a TASK? I wish we could use arrays as fieldnames.....
SFraden
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.