Space bar problem

Discuss RoboTask here
Post Reply
manu
Posts: 3
Joined: Mon May 30, 2011 7:36 pm
Location: Poland

Space bar problem

Post by manu »

How to send "Space bar" in RoboTask??

edit:

I found it +( ) :)
Last edited by manu on Thu Jun 02, 2011 1:12 pm, edited 1 time in total.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Space bar problem

Post by Oleg »

Yes, of course.

Maybe it's necessary to add some keyword such as {SPACEBAR} or something similar.
Spacebar is invisible symbol and therefore some confusion is possible.
waldo
Posts: 56
Joined: Fri Sep 24, 2004 3:36 am

Space bar problem

Post by waldo »

I am struggling to learn how to simulate a single press of the space bar.   How do you do this?  Thanks.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Space bar problem

Post by Oleg »

You may use such expression: {chr(32)}
The character with code 32 is spacebar and you can use it instead spaces in the text.
This is useful if you want to use single spacebar or put trailing spaces to string
waldo
Posts: 56
Joined: Fri Sep 24, 2004 3:36 am

Space bar problem

Post by waldo »

Oleg--works perfect.  Thank you for the advice.  JimC
Post Reply