Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using the split function
Message
De
11/10/2005 15:57:13
 
 
À
11/10/2005 13:56:02
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01058017
Message ID:
01058064
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform