Subject Re: [firebird-support] Substring Function
Author Hans Hoogstraat
I see, Thank you.
I was using the Firebird_v15_ReleaseNotes.draft.pdf as the source for my
information.
It is a little ahead of it's time :) Back to Substr

----------------------------------------------------------------------------
----------------------------
----- Original Message -----
From: "Ivan Prenosil" <Ivan.Prenosil@...>
To: <firebird-support@yahoogroups.com>
Sent: Friday, October 10, 2003 7:06 PM
Subject: Re: [firebird-support] Substring Function


| > From: "Hans Hoogstraat"
| > DECLARE VARIABLE I INTEGER;
| >
| > OUTPUT = SUBSTRING(INPUT FROM 3); // works
| > OUTPUT = SUBSTRING(INPUT FROM I); // fails on Token unknown - I
|
| Position can be only constant expression, not variable
| (it is known limitation in the current implementation of Substring()).
|
| Ivan
|
|
|
|
|
| To unsubscribe from this group, send an email to:
| firebird-support-unsubscribe@yahoogroups.com
|
|
|
| Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|
|
|