Wish : More static libraries or DLL for advanced tasks

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
idStefke
User
User
Posts: 25
Joined: Sun May 04, 2003 10:01 pm
Location: BELGIUM

Wish : More static libraries or DLL for advanced tasks

Post by idStefke »

Hey Fred

Can you build the next static library's or DLL for using PureBASIC.

Buildin static library for String operations like the next : STRING32.LIB
- String_Concat() , String_Join()
- String_Comp()
- String_Conv()
- String_Format()
- String_Copy()
- String_Lower()
- String_Upper()
- Val_Format()
- Space_String()
- String()
- String_Split()
- String_length()
- String_SubString()
- String_Insert()
- String_LSet()
- String_RSet()
- String_Trim(), String_LTrim(), String_RTrim()
- String_Search()
- String_Right(), String_Left(), String_Mid()
- String_Remove()
- String_Replace()
- String_IndexOf(), String_IndexOfAny(), String_Chars(),
String_LastIndex()

Buildin static library for Array operations operations like the next : ARRAY32.LIB

- UpperBound(), LowerBound()
- Array_Length()
- Array_Dimensions()
- Array_Clear(), Array_Copy(), Array_GetLength(), Array_GetType()
- Array_Search, Array_Reverse(), Array_Sort()

Buildin static library for date/time operations operations like the next : DATETIME32.LIB

Buildin static library for collections operations like the next :
- ARRAYLIST.LIB
- BITARRAY.LIB
- STACK.LIB
- SORTEDLIST.LIB
- QUEUE.LIB

I would like this library's buildin in the next update/upgrade

Kind regards
Stephane
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post by tinman »

Have you read the manual? Half of what you ask for has been part of Purebasic for a long time. Or maybe you should explain more of what you are looking for. How is anyone supposed to know what commands you want in your date/time library when you do not say where you got your ideas or even mention what you would like to see?
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
Post Reply