Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6130 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

You can't directly set fields dynamically, but using Go to object you can get pretty close. See my recent post here.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.