July 17, 200619 yr This one should be simple...I hope, I just can't get it to work. I have a global field with four repetitions. I am creating a script with a Set Variable of $$AddCompare where it's value is the field with the 4 repetitions. In the "Set Variable" box I have set the value of the variable to be MultiItems:Item Number. I set the repetition to be a get(ScriptParameter). I have various buttons that use the same script with the Set Variable, and each of this buttons sets the Script Parameter between 1 and 4. But when I click on a button with Script Parameter 2, the value of the repetion it gets is from the repetition 1 field. Does anyone know what I am doing wrong? Thanks!
July 17, 200619 yr Author Answering my own question...I must use the GetRepetition function when specifying the Variable value. Thanks guys.
July 17, 200619 yr I set the repetition to be a get(ScriptParameter). Why let the values leave the scriptparamter, if the parameter is ¶ delimited, could plucks be made arbitrarily with GetValue( ... --sd
Create an account or sign in to comment