[Implemented] A few wishes for your consideration... :)

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[Implemented] A few wishes for your consideration... :)

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

Time and date commands (to retrieve day, month, year, hour, minute, second).
More string commands (replace, reverse, format?).
A version of RunProgram that DOES stop execution till the other app ends.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Franco.

Hello PB,
yes you have right, more string commands would be useful.
I just started to write some extention like:
Translate (Replace) -> Translate(String$,StringToSearch$,NewString$)
Delete -> Delete(String$,StartPosition,Lenght)
Insert -> Insert(String$,InsertString$,StartPosition)
SubString -> SubString(String$,Separator$,SubStringPosition)
CountWords -> CountWords(String$,Separator$)

So if you like to use it, I can mail the pb source to the forum.
These commands are not 100% tested but they seems to work.
I programed it with the demo version (not a registred user yet).

Franco




Edited by - franco on 27 September 2001 16:21:54
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.
I just started to write some extention like:
Translate (Replace) -> Translate(String$,StringToSearch$,NewString$)
Delete -> Delete(String$,StartPosition,Lenght)
Insert -> Insert(String$,InsertString$,StartPosition)
SubString -> SubString(String$,Separator$,SubStringPosition)
CountWords -> CountWords(String$,Separator$)
Hi Franco,

I just discovered that Mr Skunk has some advanced string handling at his web site in the form of User Libraries, so check them out:

http://www.skunknet.fr.st/
Post Reply