home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases.informix
- Path: sparky!uunet!boulder!reetz
- From: reetz@news.colorado.edu (Mike Reetz)
- Subject: Strings in SPL (Stored Procedure Language)...
- Message-ID: <1992Sep14.191520.5759@colorado.edu>
- Summary: anyway to concatenate strings...
- Sender: news@colorado.edu (The Daily Planet)
- Nntp-Posting-Host: morse.colorado.edu
- Organization: University of Colorado, Boulder
- Date: Mon, 14 Sep 1992 19:15:20 GMT
- Lines: 30
-
-
- Is there any way to concatentate strings in SPL? Can't find
- a way to do it (or I'm just stoooopid). Anyone have a
- good idea?
-
- I tried:
-
- LET long_string = shortstr1, shortstr2;
-
- this gives an error -661 (Number of variables does not match number
- of values returned.)
-
- I tried:
-
- LET long_string = shortstr1 + shortstr2;
-
- this is just a plain error.
-
- Any other help would be greatly accepted.
-
- --
- -------------------------------------------------------------------------------
- Mike Reetz boulder.colorado.edu!morse!reetz
- ConferTech International (800) 525-8244 or (303) 235-5378 (voice
- 2801 Youngfield, Golden, CO 80401 (303) 237-5151 (switchboard) mail)
- --
- -------------------------------------------------------------------------------
- Mike Reetz boulder.colorado.edu!morse!reetz
- ConferTech International (800) 525-8244 or (303) 235-5378 (voice
- 2801 Youngfield, Golden, CO 80401 (303) 237-5151 (switchboard) mail)
-