Does ''RETURN'' send the programme back to ''Main'' or ...
Archiver
Posts: 46,084
RETURN should ONLY be used to return to the line that follows a GOSUB. This
is not PBASIC specific, it is part of BASIC language programming. Using
RETURN without a GOSUB can lead to unpredictable results.
-- Jon Williams
-- Parallax
In a message dated 2/18/2003 11:58:49 AM Central Standard Time,
e99bf0e8@s... writes:
> Does 'RETURN' send the programme back to 'Main' or
> back to the place from which it was called. Thanks!!
[noparse][[/noparse]Non-text portions of this message have been removed]
is not PBASIC specific, it is part of BASIC language programming. Using
RETURN without a GOSUB can lead to unpredictable results.
-- Jon Williams
-- Parallax
In a message dated 2/18/2003 11:58:49 AM Central Standard Time,
e99bf0e8@s... writes:
> Does 'RETURN' send the programme back to 'Main' or
> back to the place from which it was called. Thanks!!
[noparse][[/noparse]Non-text portions of this message have been removed]