• jagdoor

    From Reapern66@1:2320/100 to Robert Wolfe on Sat Mar 18 18:17:58 2017
    ive made contact with jagodoor.;)

    --- Wildcat! v7.0.454.5 (May 15 2016), Editor Mod v2.0
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Robert Wolfe@1:2320/100 to Reapern66 on Sat Mar 18 18:18:54 2017
    ive made contact with jagodoor.;)

    That's cool. I am sure you will like it as that is what I run here.

    ... I shook my family tree and a bunch of nuts fell out.
    --- Wildcat! v7.0.454.5 (May 15 2016), Editor Mod v2.0
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Reapern66@1:2320/100 to Robert Wolfe on Sat Mar 18 19:44:14 2017
    cool.

    i've searched through the docs and tried google.

    i need in wc code "do something until keypressed". any ideas?

    --- Wildcat! v7.0.454.5 (May 15 2016), Editor Mod v2.0
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Robert Wolfe@1:2320/100 to Reapern66 on Sun Mar 19 22:46:32 2017
    On Mar 18, 2017 07:44pm, REAPERN66 wrote to Robert Wolfe:

    cool.

    i've searched through the docs and tried google.

    i need in wc code "do something until keypressed". any ideas?

    --- Wildcat! v7.0.454.5 (May 15 2016), Editor Mod v2.0

    How familiar with BASIC are you?

    ... Platinum Xpress & Wildcat!..... Nice!!!!
    --- Platinum Xpress/Win/WINServer v3.0pr5
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Robert Wolfe@1:2320/100 to Reapern66 on Sun Mar 19 22:52:38 2017
    On Mar 18, 2017 07:44pm, REAPERN66 wrote to Robert Wolfe:

    cool.

    i've searched through the docs and tried google.

    i need in wc code "do something until keypressed". any ideas?

    --- Wildcat! v7.0.454.5 (May 15 2016), Editor Mod v2.0

    I believe you are looking for something like this:

    do
    mykey = inkey
    // code goes here
    loop until <loop exit condition>

    ... Platinum Xpress & Wildcat!..... Nice!!!!
    --- Platinum Xpress/Win/WINServer v3.0pr5
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Ben Ritchey@1:2320/100 to Reapern66 on Mon Mar 20 00:45:13 2017
    * An ongoing debate between Reapern66 and Robert Wolfe rages on ...

    i've searched through the docs and tried google.
    i need in wc code "do something until keypressed". any ideas?

    I do this in Basic as:

    === Cut ===
    B=""
    Cursor OFF
    While B=""
    If Instat=0 then Sleep 25 else B=Inkey$: BitShift=INSHIFT
    WEnd
    Cursor ON, 100
    === Cut ===


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | (:) Home page: http://cmech.dynip.com/homepage/ | `----------- WildCat! Board 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... I am not an actor, but one plays me on TV!
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!
    # Origin: FIDONet - The Positronium Repository (1:393/68)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Reapern66@1:2320/100 to Robert Wolfe on Mon Mar 20 10:02:00 2017
    was pretty good, its a simple command script. wcbasic doesnt have the
    info.. if you know do something until anykeypressed letme know.


    --- Wildcat! v7.0.454.5 (May 15 2016), Editor Mod v2.0
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Reapern66@1:2320/100 to Robert Wolfe on Mon Mar 20 10:03:44 2017
    that what im looking for but i dont a an any key, sowhat i have to use
    a subset for the condiition. wildcat doesnt have anykeypressed? :)

    --- Wildcat! v7.0.454.5 (May 15 2016), Editor Mod v2.0
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Robert Wolfe@1:2320/100 to Reapern66 on Tue Mar 21 19:57:44 2017
    was pretty good, its a simple command script. wcbasic doesnt have the
    info.. if you know do something until anykeypressed letme know.

    Sent you a response to your question. If you know BASIC, then you
    pretty much have most of wcBASIC down pat.

    --- ViaMAIL!/WC v2.00
    # Origin: Neptune's Lair II * Memphis TN * wildcat4.winserver.org (1:261/20)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Robert Wolfe@1:2320/100 to Reapern66 on Tue Mar 21 19:58:34 2017
    that what im looking for but i dont a an any key, sowhat i have to us
    a subset for the condiition. wildcat doesnt have anykeypressed? :)

    No, it doesn't. Unless you want to write your own custom function for
    it, which you are more than welcome to do.

    --- ViaMAIL!/WC v2.00
    # Origin: Neptune's Lair II * Memphis TN * wildcat4.winserver.org (1:261/20)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Reapern66@1:2320/100 to Robert Wolfe on Thu Mar 23 12:24:00 2017
    where did you send the response?

    --- Wildcat! v7.0.454.5 (Nov 17 2011), Editor Mod v2.0
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Reapern66@1:2320/100 to Robert Wolfe on Thu Mar 23 12:24:20 2017
    nevermind then.

    --- Wildcat! v7.0.454.5 (Nov 17 2011), Editor Mod v2.0
    # Origin: Neptune's Lair - Olive Branch MS - winserver.org (1:116/18)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)