| View previous topic :: View next topic |
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
|
| Back to top |
|
 |
compuboy_r
Joined: 04 May 2004 Posts: 68
|
Posted: Tue May 11, 2004 11:42 am Post subject: |
|
|
Great Going Chris !!!!!!
WelDone
Congratulations
compuboy_r |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Tue May 11, 2004 2:31 pm Post subject: |
|
|
In the beta this cmd took only 'enter' and 'ins' as endkeys:
| Code: | | Input, UserInput, T5, {enter} {ins} |
now it also takes space as endkeys in 1.0.10.
i'd to fix it by changing it to:
| Code: | | Input, UserInput, T5,{enter}{ins} |
Was this intentional? atleast the help doesn't say anything like "any spaces or tabs around the endkeys are significant" _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Tue May 11, 2004 4:52 pm Post subject: |
|
|
I don't recall changing anything like that... basically it uses the same code as the Send command, which also treats spaces between keys as actual spaces.
As always, spaces and tabs at the beginning and end of parameters are not "seen". This applies even to the MatchList, which is treated as one big parameter (which is the only reason that spaces and tabs inside the list are seen as literal). |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Tue May 11, 2004 6:33 pm Post subject: |
|
|
well then i fail to understand y did the code work earlier?!
earlier i'd used it fine.. and used the diff endkeys for diff processing... anyways if this is the usage that's gonna stay then i'll keep this in mind. _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Tue May 11, 2004 8:52 pm Post subject: |
|
|
I don't know why either; I must have changed something if it worked before. But I had always intended it to behave identically to the Send command, it's even documented that way. So I think this is the way it will stay unless you spot a serious disadvantage to it.
You do not need to remove the spaces from the beginning and end of the EndKeys parameter. As with all parameters, they are ignored. |
|
| Back to top |
|
 |
|