Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using the split function
Message
From
11/10/2005 15:57:13
 
 
To
11/10/2005 13:56:02
Joel Casse
Bishops University
Lennoxville, Quebec, Canada
General information
Forum:
ASP.NET
Category:
Reporting
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01058017
Message ID:
01058064
Views:
8
As a followup, here's a very simple formula:
Local stringvar Array b;
Redim b[3];

b := split("Kevin|Bonnie|Steven","|",3) ;

b [3]
That would return "Steven".

FWIW, I normally do about 99% of this type of thing outside of Crystal. I've generally found it easier than working with Crystal formulas.

Kevin
Previous
Reply
Map
View

Click here to load this message in the networking platform