McScripta Posted September 10, 2015 Posted September 10, 2015 How do I concatenate field reference in calculations? Data Components::Temp Field: & Get(ScriptParameter) & : selection = "some string"
comment Posted September 10, 2015 Posted September 10, 2015 Use the GetField() function to convert a string to field reference. If that's what your question is about.
McScripta Posted September 10, 2015 Author Posted September 10, 2015 thank you, yes this worked: GetField("Data Components::Temp Field: " & Get(ScriptParameter) & ": selection") = "some string"
Recommended Posts
This topic is 3360 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