Is anyone aware of any collection of string functions that can extend on the CCS fuctions. I'm sure i've stumbled accross a collection but can't remember where. I'm looking for some of the functions found in VB6 like the Split command which splits a string at the predefined delimitter and then puts each 'chunk' in an array. I should be able to write my own but was wondering if anyone has any available for sharing...
crystal_lattice
Joined: 13 Jun 2006 Posts: 164
Posted: Tue Jul 15, 2008 6:49 am
Does no one have any extra functions to extend the use of the built in CCS string operators? Was really hoping someone has already written some and is willing to share.
andrewg
Joined: 17 Aug 2005 Posts: 316 Location: Perth, Western Australia
Posted: Tue Jul 15, 2008 8:56 am
The closest built-in function for string splitting is strtok(). Have you looked in the "Code Library" forum for string processing code? _________________ Andrew
OOPS! Don't know why I missed that one... I looked in the help file for an appropriate function but did not find any. I've also searched the Code lib but not with the keyword 'token', suppose I would have found a solution if I used it. Thanx Andrewg and PCM!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum