Originally posted by Harry
Hi Raul, Actually I have used the Declares in Legacy script and they have worked perfectly for me. Sleep was just an example. But you can test it yourself
If you declare it directly below Option explicti it works perfectly in Legacy scripting. Now I am starting to wonder if there is any kind of hidden book ("Secrets of SLX SDK") somewhere I can get my hands on, where it uncoveres all the unkown -?
--------------------------------------------------------------- option explicit Private Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long)
sub main .....
Thank you H |