[Implemented] StringField multiple character delimiter

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

[Implemented] StringField multiple character delimiter

Post by Matt »

How about the ability for a delimiter that is multiple characters long. I know this is easy to write yourself, but I would be nice to have it build right into the StringField procedure.
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

This has been requested several times before.
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

AND51 wrote:This has been requested several times before.
Sorry, I searched but unsuccessfully found a similar request. Did find stringfields for reverse searching but not this. :?
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

This is one example, quickly searched for with "separator stringfield":
http://www.purebasic.fr/english/viewtop ... tringfield
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

ah separator, I searched delimiter :)
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

If you have a look at the statusbar or in the help, you can see that there is also written "separator", not "delimiter".
This is just meant as hint, not as an argumentation.
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

In the help file it says delimiter. In the mini statusbar it says separator.
Post Reply