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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 String Concatination

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000