• Baja Argument

    From DesotoFireflite@VERT/VALHALLA to All on Tuesday, April 14, 2015 14:30:17
    I am trying to Auto Capatalize in a baja script I am working on, and I'm not having any luck. Below is the line I use to input text. Any Hints. Thanks


    getline line1 72 K_UPRLWR|K_ALPHA|NOCRLF



    - Old farts never die! They just smell that way...

    - C.G. Learn
    - Valhalla Home Services! - Telnet://valhalla.synchro.net
    - A Gamers Paradise - Over 100 Registered Online Game Doors!

    ---
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Tuesday, April 14, 2015 21:43:25
    Re: Baja Argument
    By: DesotoFireflite to All on Tue Apr 14 2015 02:30 pm

    I am trying to Auto Capatalize in a baja script I am working on, and I'm not having any luck. Below is the line I use to input text. Any Hints. Thanks


    getline line1 72 K_UPRLWR|K_ALPHA|NOCRLF

    getline doesn't support the mode arguments that getstr does.

    Use this instead:

    getstr line1 72 K_UPRLWR|K_ALPHA|K_NOCRLF|K_LINE

    If you don't want the inverse line, remove the |K_LINE part.

    digital man

    Synchronet "Real Fact" #24:
    The Digital Dynamics company ceased day-to-day opperations in late 1995.
    Norco, CA WX: 61.5øF, 70.0% humidity, 6 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Thursday, April 16, 2015 05:52:38
    Re: Baja Argument
    By: Digital Man to DesotoFireflite on Tue Apr 14 2015 09:43 pm

    getstr line1 72 K_UPRLWR|K_ALPHA|K_NOCRLF|K_LINE

    Works like a dream. I had to take out the K_ALPHA, and K_NOCRLF since getstr caused everything to start working again. I guess I need to start trying to learn js, and stop modding with baja, as it's newer. Thanks Rob, for all of your help


    - SENILE.COM found...Out of Memory...

    - C.G. Learn
    - Valhalla Home Services! - Telnet://valhalla.synchro.net
    - A Gamers Paradise - Over 100 Registered Online Game Doors!

    ---
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net