Re: Variables - Litterals combination

53 views
Skip to first unread message
Message has been deleted

Henrik "The Developer" Lindqvist

unread,
May 9, 2021, 10:08:24 PM5/9/21
to Automate
Use X ++ "!"


On Monday, May 10, 2021 at 1:55:24 AM UTC+2 denis....@gmail.com wrote:
Hello,

From a variable which is a word, the idea is to add an other variable which is a letter, multiple times. A sort of combination.

I already know how to do calculs with variables / numbers, for example :
Set variable : X = 1
Set variable : X = X+1   ----> X=2
Then loop it in a For Each, Untill it reaches the optimal number...

I would like to do, with a word and letters : 
Set variable : X = "dogs" 
Set variable : X = X + "!" ----> X= dogs!
Set variable : X= X + "!" ----> X= dogs!!
Then loop it in a For Each, Untill it reaches the optimal number of characters... 

But it just doesn't work. Looks like a syntax problem in the variable set block ? 

Thanks ! 
Reply all
Reply to author
Forward
0 new messages