Assigning String and Integer to Variable

  • #1
2
0
Hi everyone,

I'm trying to assign a string in combination with an integer to a variable v. The string-part is fix, the integers comes from another variable n. For Example:

Code:
n:=10;
Print("Sym_",n);

The output of "Print(...);" (that is "Sym_10") should be assigned to another variable. Does anyone know how to do that? There doesn't seem to be a functionality analogue to the "Print()" command when it comes to assigning values to variables. Or can I use "Print()" in some way to solve my problem?

Thanks in advance.

Kind regards,
arokum
 

Answers and Replies

  • #2
Hello again,

Using "JoinStringsWithSeparator(list,[])" is no nice solution, though it works.

Kind regards,
arokum
 

Suggested for: Assigning String and Integer to Variable

Replies
5
Views
475
Replies
1
Views
652
Replies
2
Views
544
Replies
8
Views
988
Replies
2
Views
2K
Replies
2
Views
966
Replies
4
Views
1K
Replies
2
Views
5K
Replies
8
Views
268
Back
Top