Recent content by arokum
-
A
Assigning String and Integer to Variable
Hello again, Using "JoinStringsWithSeparator(list,[])" is no nice solution, though it works. Kind regards, arokum- arokum
- Post #2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Assigning String and Integer to Variable
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: n:=10; Print("Sym_",n); The output of "Print(...);" (that is "Sym_10") should be assigned to another variable...- arokum
- Thread
- Integer String Variable
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX