Jump to content
Developer Wiki and Function Reference Links ×

What is the method for a script "remembering" input between runs?


SamIWas

Recommended Posts

So, say I have a script with a dialog where the user can input several values.  in this case, let's say it's a pull-down menu.

 

What is the method used so that the next time the script is run, the last-chosen or last-inputted value is populated in the dialog?  I'm assuming it has something to do with string definitions or something, but I haven't delved into this yet.  Or maybe it's in the parameters?

 

Example:  Script is run, and the dialog has an edit box named "Start" where the user enters "100" as the value.  The next time the script runs, I want "100" to be in that edit box.  Or if they choose "Channel" from a drop down, then "Channel" would be the chosen option next time.

Edited by SamIWas
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...