M
Matt Gilarde
Guest
You can use the PROCESS-ARCHITECTURE function to determine whether the AVM is 32 or 64 bits. IF PROCESS-ARCHITECTURE = 32 THEN RUN printfile.p(...). ELSE RUN printfile64.p(...).
Continue reading...
Continue reading...