July 31, 200520 yr Newbies 1. Within "Define Scripts" window... how do I copy my work (so I can show you what I've done) - copy/paste is not an option. 2. What is the best way to search for "IF" and "CASE" examples in context (vs. random use of these words) 3. My statement below works, but seems there would be a more efficient way in ONE line vs. many. Can you pls suggest a better way? If [test = "x"] Go to Layout ["x"] Else If [test = "y"] Go to Layout ["y"] and so forth... End If Much appreciated for your help. Thanks in adv.
July 31, 200520 yr 1. You can print the scripts to a file, or just post the file containing the scripts. 3. Just use one Go to Layout [] with a calculated layout using a case statement.
Create an account or sign in to comment