Indigo Rose Software
  #1  
Old 10-08-2008
jhend60 jhend60 is offline
Forum Member
 
Join Date: Oct 2008
Posts: 2
Star Another Problem- Please Help

Hi All Again
Thanks so much for the fast response to my other question.
I have now split my serial validation box into 4 separate boxes.
I need to form each of those box variables back into one. I tried using this:
local strSerial = SessionVar.Get("%Ser1%") and SessionVar.Get("%Ser2%")...
but it only used the first variable ("%Ser1%").
What would I use (instead of and or +) to append variables(strings) into one variable(large string).
This should be simple enough to get around.
Reply With Quote
  #2  
Old 10-08-2008
Ulrich's Avatar
Ulrich Ulrich is offline
Indigo Rose Staff Member
 
Join Date: Apr 2005
Location: Sao Paulo, Brazil
Posts: 823
To concatenate strings, the operator is .. . You could check the help file, as the documentation provided with the product is excellent.
Code:
fullstring = string1 .. string2 .. string3;
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with AMS/WGet intergration problem mystica AutoPlay Media Studio 7.5 Discussion 3 07-04-2008 01:40 AM
Problem installing fonts ByronFS Setup Factory 7.0 Discussion 5 05-08-2006 01:23 PM
Video Problem ScottDuncan AutoPlay Media Studio 5.0 0 07-10-2004 02:38 PM
PROBLEM: Setup Starts and then Crashes Support Setup Factory 5.0 0 10-15-2002 04:02 PM
INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0 Support AutoPlay Media Studio 4.0 Examples 0 10-03-2002 09:38 AM


All times are GMT -6. The time now is 04:33 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software