I think I am going to take over the job of documenting the library (similar to how Jake is going to document the syntax). But first we need to decide how the format will be. I would like everyone to suggest ideas on how we should go about this. Sort alphabetically? Sort by data type? In .doc? What fields should we include? Here is all I can think of off the top of my head:
Code:
Name:
Type: [Function/Sub]
Parameters: [ByVal/ByRef] [Name] [Data Type]
Return Value: [Data Type]
Description: [Including a short description of each parameter and return value]
Please feel free to add to this because I am sure I am forgetting something.
I also think we should get a lot of work done on the syntax now while we don't have many other things distracting us (compiler, syntax, IDE, options, features, etc.). We can discuss how to optimize each library function here and impliment the one we all decide is the fastest.