Posted by Justin Guerber on September 19, 2024 at 19:32:55:
In Reply to: Numeric Proc Compile Error posted by josh on September 19, 2024 at 11:03:48:
That looks like you need an END statement at the end of your calling IBS program, before the second INCLUDE/USE for MATH.INC
so like:
include "math.inc"
! Declarations, Formats, etc
! program logic
END ! <--- need this end statement
include "math.inc"
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.