margaret Posted February 3, 2010 Report Share Posted February 3, 2010 I've got a dialog box where the user can input new information, and it becomes information that the receiving program saves and resuses, and that's all fine. What I would like to do is to give the user a dialog box where the initial value is the content of that variable before the edit. In other words, let's say the variable is now 198. If the user wants to change it to 199, as things stand now, he gets a dialog and has to type the entire 199 (set variable from promt). Is it possible to present the 198 as an initial value in the dialog, such that the user can just backspace over the 8 and add the 9? Quote Link to comment Share on other sites More sharing options...
kevin Posted February 3, 2010 Report Share Posted February 3, 2010 Set the default value just prior to the Variable Set from Prompt command. Variable Set Integer %N1% to 198 Variable Set Integer %N1% from Prompt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.