Colleagues,
long-story-short:
Got a Char array lcBuffer(14);
How to convert it from array into a String?
(Tried to find it in MS documentation - and failed; alternative (For I = 0 To 13 lcStr = lcStr & lcBuffer(I) End For) is doable but not appealing...)
Please advise!
TIA!
Regards,
Ilya
long-story-short:
Got a Char array lcBuffer(14);
How to convert it from array into a String?
(Tried to find it in MS documentation - and failed; alternative (For I = 0 To 13 lcStr = lcStr & lcBuffer(I) End For) is doable but not appealing...)
Please advise!
TIA!
Regards,
Ilya