Subject | [ib-support] get value from a string.. |
---|---|
Author | Rotandiko Sastroprawiro |
Post date | 2002-07-15T08:53:39Z |
Dear All,
If i have variable like this :
Declare Variable Content VARCHAR(30);
Content = '(1,3),(22,33),(345,23)';
How i can get value 1 from a String like below ??
Regards,
Diko
If i have variable like this :
Declare Variable Content VARCHAR(30);
Content = '(1,3),(22,33),(345,23)';
How i can get value 1 from a String like below ??
Regards,
Diko