• finduser -> str

    From Nidas@PERKUNAS to All on Sunday, March 04, 2001 18:09:00

    Is there a way to put the result of Baja 'finduser' function into
    the string and display on-screen when logic state 4is true of course)
    Or i'm just lost here in the middle of the night...

    Nidas

    p.p.s.s the 'result' i mean full user name, not the logic state itself



    ---
    ■ Synchronet ■ The Byte's Hell ■ tbh.dtdns.net
  • From Digital Man to Nidas on Sunday, March 04, 2001 15:25:40
    RE: finduser -> str
    BY: Nidas to All on Mon Mar 05 2001 02:09 am

    Is there a way to put the result of Baja 'finduser' function into
    the string and display on-screen when logic state 4is true of course)
    Or i'm just lost here in the middle of the night...

    Yeah, the result is stored in the 'str' variable. Just do a "print str" and it should display the full name.

    Rob