Hello Friends,
I need to create a string by joining a standard message with the number obtained from the measurement.
CONCAT would work if I only knew how to convert number variable into a string one.
Any ideas?
Example of what failed:
DECL/LOCAL,DOUBLE,dblNum
DECL/LOCAL,CHAR,512,cNum,cSay
!! Here is what I tried and it failed
!! Convert number into string
cNum=ASSIGN/dblNum
!! Join String and Number
cNum=ASSIGN/CONCAT (cNum, dblNum)
!! Here what I try to output
TEXT/OPER,'The number is: ',dblNum
!! or
TEXT/OPER,cNum
thank you
Viktor Sokurov
FM Industries, Inc.