I am receiving data into an array from the energy meters which is of REAL datatype.
My array: ARRAY[0..49] OF Real;
I want to convert this data into string data type like i want all the values enclosed in commas "" separately.
Waiting for your kind responce.