Page 1 of 1

Wish : More static libraries or DLL for advanced tasks

Posted: Sat Jun 07, 2003 9:33 am
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

Posted: Sat Jun 07, 2003 12:55 pm
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?