April 30, 200223 yr Newbies I need to toggle text format from plain to strikeout and back, based on a script attached to a button. I do not see a script step regarding formatting, other than Proper(). I also don't think I can access menu steps through a script. Is there a way to do this? Advice is appreciated.
April 30, 200223 yr make 2 fields. one with each type of formatting, and mirror the contents (have one field a calcuation or have it copy during script) make 2 scripts that uses the "go to field" script step for each of the fields. then put them directly on top on one another in the layout (make sure not to have them transparent) add a global field of type number. the script to toggle formating should call the the approprite script depending on the global (have it say, 1 for normal, 2 for strickthru). this SHOULD work, i'm kinda of making up as i go along
Create an account or sign in to comment