Ask a Question related to ASP Components, Design and Development.
-
Raju #1
ASP Concatenate String
String a=Test
String b=test@test.com"
How can I concatenate this to get
String c ="""Test"" <test@test.com>"
Raju Guest
-
Concatenate fields with no values
I am running CF 5 with SQL Server 2000. I am looking to concatenate a person name, but not all names have a suffix or middle name. Sample SQL:... -
Concatenate Fields to >255 chars
"Peter" <peter@somewhereontheinter.net> wrote in news:cuds3o$b3d$1@forums.macromedia.com: Hi Peter, Are you using cfinsert/cfupdate - or a... -
Concatenate pdf files
antoni_gervais@adobeforums.com wrote: Pdftk is a free command-line tool for combining PDF documents: pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf... -
Way to concatenate SWF?
I just need to stitch together a few SWF files without editing them. Is there a way to do this without having to get/install flash editing software? -
concatenate text fields
Does anyone know of a workaround to concatenate text fields???? thanks, jr -
Raju #2
ASP Concatenate string
String a=Test
String b=test@test.com
How can I concatenate this to get
String c ="""Test"" <test@test.com>"
Raju Guest
-
Anthony Jones #3
Re: ASP Concatenate string
"Raju" <navvyus@yahoo.com> wrote in message
news:1183681907.279843.258910@g4g2000hsf.googlegro ups.com...It's bad enough that you've posted the same question three times, but> String a=Test
> String b=test@test.com
>
> How can I concatenate this to get
>
> String c ="""Test"" <test@test.com>"
>
multi-posting is real annoying. Question answerd in the asp.general group
Anthony Jones Guest
-



Reply With Quote

