09-28-2023, 04:44 PM
Code: (Select All)
Print #2, "Function BASFILE$()"
Print #2, " DIM A$, c$, o$, btemp$, a&, j&, p&, oc&, i as _Unsigned Long, v as _Unsigned Long"
A suggestion for people (like me) who have decided to "single-mindedly" use `OPTION _EXPLICIT`.
(Just add declaration right below `Function` heading line.)