You're probably looking for somthing like this:

--no space between the contents i.e. output will be "txt1txt2txt3"
lstrConcatString = member("name1").text & member("name2").text &
member("name3").text

--space between contnents i.e. output will be "txt1 txt2 txt3"
lstrConcatString = member("name1").text && member("name2").text &&
member("name3").text


Regards,
Anand Ravi

----- Original Message -----
From: "director" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 23, 2003 9:50 PM
Subject: <lingo-l> get field value


> hi everyone,
>
> this is the problem. im trying to get the values of
> three field's and put them on a certain part of a
> script. when the 3 field's values change so
> should the ones on the script. any ideas on how
> to go about this. any help is always appreciated.
>
> thanks
> <--DS-->
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
> [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]
>
>



[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to