Hi all,
I am developing a new lib consisting only by a service, so any "public" sub needed by the calling app to interact with the service goes under CallSubDelayed functions.
Everything works fine but I read those "warning #25" messages in the Logs tab when compiling and although I know how to turn 'em off I'd like to now more about the causes.
BTW, defining any to-be called sub as "Public Sub" or simply "Sub" makes no difference both regarding the warning and the availability to CallSubDelayed.
TIA for any info.
udg
I am developing a new lib consisting only by a service, so any "public" sub needed by the calling app to interact with the service goes under CallSubDelayed functions.
Everything works fine but I read those "warning #25" messages in the Logs tab when compiling and although I know how to turn 'em off I'd like to now more about the causes.
BTW, defining any to-be called sub as "Public Sub" or simply "Sub" makes no difference both regarding the warning and the availability to CallSubDelayed.
TIA for any info.
udg