• What is the different...

    From Michael Braun@21:4/117 to All on Monday, February 11, 2019 08:06:22
    What is the different between (GO) Go to Menu and (GS) Gosub to new menu?

    ______ __ __
    | __ \.----.---.-.|__|.-----.-----.--.--.----.| |--.-----.----.
    | __ <| _| _ || || |__ --| | | __|| <| -__| _|
    |______/|__| |___._||__||__|__|_____|_____|____||__|__|_____|__|
    Brainsuxx.inc BBS - brainsuxxinc.ddns.net:23

    --- Mystic BBS v1.12 A43 2019/02/08 (Windows/32)
    * Origin: Brainsuxx.inc BBS brainsuxxinc.ddns.net (21:4/117)
  • From Pequito@21:1/126 to Michael Braun on Monday, February 11, 2019 01:28:09
    On 11 Feb 2019, Michael Braun said the following...

    What is the different between (GO) Go to Menu and (GS) Gosub to new menu?

    GO just means open the menu you specify in the DATA field.
    GS means you plan to return to the previous menu after you are done.

    When you use GS you plan to use GR - Return from gosub menu.

    Now you can not branch to new menu's from the GS, if you do the GR will not respond properly. GS is mostly from my experience a menu like a games menu
    or say a user account screen where you make changes to the account and would and can do a GR back to the original menu.

    Hope this helps.
    Cheers!

    |15:|07: |15pequito |08<|07<|14.|11PH|15EN|11OM|14.|07>|08> |07:|15: |15:|07: |02telnet://|10twinklebbs.net |07:|15:

    --- Mystic BBS v1.12 A43 2019/02/08 (Linux/64)
    * Origin: Twinkle BBS # (21:1/126)
  • From Michael Braun@21:4/117 to Pequito on Monday, February 11, 2019 13:44:30
    GO just means open the menu you specify in the DATA field.
    GS means you plan to return to the previous menu after you are done.

    When you use GS you plan to use GR - Return from gosub menu.

    Now you can not branch to new menu's from the GS, if you do the GR will not respond properly. GS is mostly from my experience a menu like a
    games menu or say a user account screen where you make changes to the account and would and can do a GR back to the original menu.
    Hope this helps.

    THX for your Explain Pequito :)

    ______ __ __
    | __ \.----.---.-.|__|.-----.-----.--.--.----.| |--.-----.----.
    | __ <| _| _ || || |__ --| | | __|| <| -__| _|
    |______/|__| |___._||__||__|__|_____|_____|____||__|__|_____|__|
    Brainsuxx.inc BBS - brainsuxxinc.ddns.net:23

    --- Mystic BBS v1.12 A43 2019/02/08 (Windows/32)
    * Origin: Brainsuxx.inc BBS brainsuxxinc.ddns.net (21:4/117)