Jump to content
Sign in to follow this  
Splicer

How to concatenate text + numbers?

Recommended Posts

Hi there,

In order to create several markers in a script using a while-do loop I need to figure out how to concatenate text with numbers.

Example:

_i = 0

_i = _i +1

markername + _i

the last line to give the text string: markername1

And then when the loop goes another round then a text string: markername2

And so on...

So how can one merge text characters with numbers in a loop?

Thanks for all you help in advance.

Best, Splicer.

Share this post


Link to post
Share on other sites

Thank you so much guys!!!! :notworthy:

Best, Splicer.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×