The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 String Concatination
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Hildebrand

USA
3 Posts

Posted - 06/07/2002 :  2:26:07 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

Mike Buess

USA
3037 Posts

Posted - 06/07/2002 :  4:06:26 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Hildebrand

USA
3 Posts

Posted - 06/10/2002 :  3:53:49 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you for your help, it is greatly appreciated.

Ben
Go to Top of Page

Hildebrand

USA
3 Posts

Posted - 06/10/2002 :  3:54:09 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you for your help, it is greatly appreciated.

Ben
Go to Top of Page

Hildebrand

USA
3 Posts

Posted - 06/10/2002 :  3:54:29 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you for your help, it is greatly appreciated.

Ben
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000