R
Rutger Olthuis
Guest
To check if your code actually runs you can either use the debugger or... add something like define variable a as decimal no-undo. assign a = decimal("a"). no errors during compile time, but for sure an error at run time. If you don't get the runtime error, your code just doesn't run. It could be you've created a run configuration where you're explicitly running some other .p
Continue reading...
Continue reading...