| Posted: 04:45pm 22 Apr 2026 |
|
|
|
Hi Peter, I think I've found a bug. If I use
'Option Tracecache on 16 Dim Integer maxst=1000:c=42 c=c*(c<=maxst) 'If c>maxst Then c=0 Print c End
c is printed as 42, if I remove the comment for Option Trace Cache, c is printed as -42? If I set c to 1001, then in both cases c is printed as 0, which is fine. Kevin. |