I know it's a rather stupid question, but I've looked a bit on the search and haven't found it.. and I don't have much time right now
So.. thanks in advance to whoever could help me out with this little problem
Posted 26 August 2009 - 12:51 AM
Posted 26 August 2009 - 12:57 AM
Posted 26 August 2009 - 01:25 AM
My program reads a string of characters on an input box, and then types them back.
.. so, my question is, what key should I input if I want to have a "+" operator typed?
Posted 26 August 2009 - 03:39 AM
Hmm you mean as for instance x+=1 as x=x+1? That's not what I meant but thanks thoughA tiny script could help us help you.
Do you mean '+='?
All right! I've fixed it with the Send([Text], 1).. didn't realise of that parameter thingy.. thanks a lotBy "typed" do you mean you're using the Send( ) or ControlSend( ) command?
If so, you check out the helpfile under those with attention to the flag value of "1"
You might also consider using GUICtrlSetData( ) or ControlSetText( ), unless you really need to simulate character by character typing.
Edited by WannaLearnPls, 26 August 2009 - 03:39 AM.
0 members, 0 guests, 0 anonymous users