T O P I C R E V I E W |
Hildebrand |
Posted - 06/07/2002 : 2:26:07 PM Is there a way to concatinate strings using Labtalk?? For example 'data' and '1,2,3...' I can't seem to find any examples of it or any reference to it in the manual or online.
Ben |
4 L A T E S T R E P L I E S (Newest First) |
Hildebrand |
Posted - 06/10/2002 : 3:54:29 PM Thank you for your help, it is greatly appreciated.
Ben |
Hildebrand |
Posted - 06/10/2002 : 3:54:09 PM Thank you for your help, it is greatly appreciated.
Ben |
Hildebrand |
Posted - 06/10/2002 : 3:53:49 PM Thank you for your help, it is greatly appreciated.
Ben |
Mike Buess |
Posted - 06/07/2002 : 4:06:26 PM Certainly. Just juxtapose the strings in a LabTalk statement...
%A="data"; %B="1,2,3..."; %A=%A%B; %A=; data1,2,3...
Mike Buess Origin WebRing Member |
|
|