koden Posted October 30, 2006 Report Share Posted October 30, 2006 I can't find what to use for this case: I start the macro and then there should come a promt box where i can type text and digits and save it in a variable to use it later in the macro. Quote Link to comment Share on other sites More sharing options...
cyberchief Posted October 30, 2006 Report Share Posted October 30, 2006 Variable Set String %T1% from Prompt Quote Link to comment Share on other sites More sharing options...
koden Posted October 30, 2006 Author Report Share Posted October 30, 2006 off course...thanks.. Quote Link to comment Share on other sites More sharing options...
koden Posted November 20, 2006 Author Report Share Posted November 20, 2006 new problem... I need a prompt like this above, but where the field has a default text. In the prompt i then can change the text, if it's not the default that has to be used. is that possible? Quote Link to comment Share on other sites More sharing options...
kevin Posted November 20, 2006 Report Share Posted November 20, 2006 Just set the variable before calling the Variable Set String from Prompt command. Like this: Variable Set String %T1% "Default Value" Variable Set String %T1% from Prompt Quote Link to comment Share on other sites More sharing options...
koden Posted November 20, 2006 Author Report Share Posted November 20, 2006 aarrrhhhh....simple as that ...thanks :-) 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.