Hi,
CALL is used to execute an assembly subroutine (preceeded with an underscore) but it looks to me like your subroutine is written in PBP.
Try using GOSUB instead of CALL.

/Henrik.