Search found 3 matches

by cliford94
July 19th, 2023, 10:19 pm
Forum: Entry
Topic: combine a numeric variable and an alpha variable
Replies: 4
Views: 3103

Re: combine a numeric variable and an alpha variable

Hello
Many thanks for your help.
by cliford94
July 19th, 2023, 9:00 am
Forum: Entry
Topic: combine a numeric variable and an alpha variable
Replies: 4
Views: 3103

Re: combine a numeric variable and an alpha variable

Hello!
I tried to combine two texts with this code but it doesn't work.


PROC A5
A3 = "AA";
A4 = "BBBB";
string A5 = concat(A3," ", A4); // A5 is: TT BBBB
by cliford94
July 18th, 2023, 4:28 pm
Forum: Entry
Topic: combine a numeric variable and an alpha variable
Replies: 4
Views: 3103

combine a numeric variable and an alpha variable

Good morning! I have a problem. I would like to combine a numeric variable and an alpha variable into a single variable to create an identification code. I do not know how to do