Sorry... Realy sorry! I read the description of all Main-Topics an didn't found something that fits perfectly. This Main-Topic are the best fitting. Also i didn't found a link or email-address so this was the only way i saw. (as you can see, I'm a ofpec.com-forum-newbie)
You can close the Thread if you can, but give me an idea where to post it on this side! Thanks!
BTW: Thanks to be nice to me and this thread! ;D
To your idea with the snippets: I plane to add a Library for Snippes with Web-Ubdate. This will come together with the "self defined Functions".
Your Bugreport: I know that somthing like this could happen, but i didn't know that it kill's ICQ! (in my test's it kills the MSN-Messanger. I fixed it!)
What can you do with xsqs? Well, currently this:
if(<condition>){...}
if(<condition>){...}else{...}
for(<precondition>;<condition>;<postcondition>){...}
while(<condition>){...}
(Take a look into sample.xsqs; it will be show all possibilitys of xSQS)
In the next Version ther will (definitely) support for:
if(<condition>){...}else ...
if(<condition>){...}else if
case{
<condition>:...
<condition>:{...}
[else:{...}]
}
case <variable> of{
<value>:...
<value>:{...}
[else:{...}]
}
In some of the next version:
- "self defined functions"
- Namespaces
- maybe your Idea!
- ...
How it works: Exactly as you sayed! ;D
greatings, Texx
PS: Download please only over my side! But you can link to me...