Re: Another Win32lib problem, and this may not be fixable. Fixed - sort of.....
- Posted by katsmeow Sep 07, 2023
- 1247 views
katsmeow said...
Ok, then i will say thank you for your time and effort, Chris.
But, and it's likely i am missing a key piece of insight here, do you expect either funcid or spoolFuncs[x][1] to change between times this code is called?
If not, why not one test to see if the loop or pseudo-case stack must be run?
if funcid[1] = spoolFuncs[funcid[2]][1] then exit end if
Or any version of the same sorta thing?
if ( WINSPOOL_FUNCTION_FOUND = 1 ) then exit end if
Kat
PS the forum creole help says brackets code text, but apparently, it does not.