09-12-2023, 11:24 PM
Make sure all variables above are type LONG. Only the first one has type-declaration character. Otherwise remove the ampersand and do this:
It is recommended as well that you use full paths for filenames, for a system like MacOS that could be fussy about placing files.
Code: (Select All)
DIM AS LONG FV72, F20, F40
It is recommended as well that you use full paths for filenames, for a system like MacOS that could be fussy about placing files.