Piotrek
Results
2
issues of
Piotrek
Hi, Please dim an array and next dim it again but increse the size (doesn't matter if you use KEEP parameter). Now try to assign something to one of the...
bug
Hi, try this: ` Statement test2{} Print 2 End Function Function test3{} Print 3 End Statement test2{} test3{} end ` as you can see amiblitz happily compiles it - not...