zibzab Posted October 1, 2010 Posted October 1, 2010 I’m trying to limit the number of scripts I have by using script variables which are great. I have an issue at the moment though which maybe someone can help me with. My script parameters are two field names (ie: Table::Fieldname). These are then defined as variables in a script (ie Set Variable to $$fieldname1 = GetValue ( Get (ScriptParameter); 1). This part works fine, it sets the script parameter as a variable. What I then want to do is set another variable from the contents of the field which was defined as a variable from the Script Parameter above. So I set my field contents cariable to; Set Variable to = GetField ($$fieldname1). However, all I get now is a ? if I set a blank field to $$fieldname1. Is what I’m trying to do possible? It would be great if it was, because I need this script to work for lots of fields and it would be best if they could be defined as parameters. Is there a better way to do this? Any help would be much appreciated. Cheers
zibzab Posted October 1, 2010 Author Posted October 1, 2010 Sorted it – would have helped if I had put the correct field names into the Script Parameters! Doh!
Recommended Posts
This topic is 5167 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