GoGetBaX haha nice one ben!
anyways, so far so good with GoBasic!
for example, i wrote a code:
Write Line "Hello World!"
so 1st of all, i need to sort it in a way so it will be easyer to read out of it.
so unlike dbp, there is a Command Table compiled into the plugin wich shows you the command line + the way to use it eg;
"GS GetMaxLines[%LL%THMaxLine%(Result as INTEGER) MemoryNum as INTEGER"
so i came up with my own format for that one. its unlike dbp, you wont need to compile it into the plugin it self at all. it will be your keywords file + command Table in same time!
the command table format will be something like:
My Command Name:MyCmdNameInDll:Return[Cmd=String]:Input[MyMsg=String;MyValue=Integer;MyOtherInput=Date]:HelpFile[http://www.google.com]
so basicly its translated to;
My Command Name = command that you type in your IDE
MyCmdNameInDll = is your function name inside dll (since u cant create functions with spaces)
Return = your function return command with values [Cmd as string]
Input = your input values, wich is dynamicly.
Help = help is your help website, or local site for your help files.
i hope the format is easy and understandable for everyone. and im open for suggestions
btw Ben; why you not entering to Skype anymore? did you changed the email address or something?