CRoberts Posted February 12, 2008 Posted February 12, 2008 I am processing a string of data that consists of x columns of info. I want to set a field to the value of each column via a Loop, however, I don't know how to ref a field who's name is dynamically determined at runtime. Example. String=/this/is/my/string/of/text set field "count" to number of "/" in string x=1 Loop set field column to middle(string,start,numberofchars) ExitLoop is x is = count EndLoop I have a formula for extracting each column of text so i just need to assign the dynamic field. TIA.
Fitch Posted February 12, 2008 Posted February 12, 2008 You can't directly set fields dynamically, but using Go to object you can get pretty close. See my recent post here.
Recommended Posts
This topic is 6130 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now