09-20-2010, 04:35 PM
Hi
can we associte vbs at runtime
basicaly my requirement is to implement case statement
case select var
case "A"
associate vbs a
case "B"
associate vbs b
end select
i dont want to use executefile as it does not provide ood debugging mechansm and also on some error it points to some other line of the code
also associating vbs using test->settings (manully) => loads all vbs at before the actual code execution start and makes us wait for long
can we associte vbs at runtime
basicaly my requirement is to implement case statement
case select var
case "A"
associate vbs a
case "B"
associate vbs b
end select
i dont want to use executefile as it does not provide ood debugging mechansm and also on some error it points to some other line of the code
also associating vbs using test->settings (manully) => loads all vbs at before the actual code execution start and makes us wait for long