i made a subroutine on gdl script but debuger call me "Return without GOSUB"
here my subroutine structure:
transformation1................
GOSUB 1000
transformation1................
GOSUB 1000
transformation1................
GOSUB 1000
1000:
line1................
line2................
line3................
line4................
RETURN
is there anybody who knows what the problem with the return command?