Creating a column with concatenated values
Hey all,
I'm trying to create new column which will include to rows/values. The first one is a variable and the second one is a concatenated expression of two variables.No matter what I tried, I get an empty cell in the concatenated value. Can you please advise? Example of what I tried:stiop=10; stiPLL=20; stiPHL=30;
STIarg={char(stiop),char(stiPLL) ||"<PL<"|| char(stiPHL)};Operations<<
New Column( ...