Variable with array

Discuss RoboTask here
Post Reply
steph@vds
Posts: 46
Joined: Tue Nov 29, 2005 11:27 pm
Location: France

Variable with array

Post by steph@vds »

Hi,
I'd like to use a variable with an array. Unsuccessful.
For example, I want to copy to {cd(0)} the clipboard content after a first copy/put text action. Like the name of an artist.
Then I want to copy to {cd(1)} the clipboard content after a second copy/put text action. Like the name of an album of the same artist.
At the end I want to copy to {cd(2)} the clipboard content after a third copy/put text action. Like the date of this album.
Is there a way to assign different values in an array without using a lot of temp variables ?
I guess I have to create a delimited variable with coma separated values. But how to create such a string ?
It's just for fun and to test advanced Robotask features.
Bye
Steph@vds
steph@vds
Posts: 46
Joined: Tue Nov 29, 2005 11:27 pm
Location: France

Variable with array

Post by steph@vds »

NB : the put text action does not make sense ...
 
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Variable with array

Post by Oleg »

See this topic please. Also this example. I hope this will help you.
Post Reply