User Tools

Site Tools


python_functions

This is an old revision of the document!


Python Functions

This page is a work in progress. Please follow this format closely if making changes.

1234567890123456789012345678901234567890123456789012345678901234567890123456789

Output Functions

Function: WRITE

  Syntax: write (string)
  
  This function accepts a string parameter and will send the contents
  of the string to the user.  This function will decode all pipe color
  codes and MCI codes in the process.  Note that this function does not
  move the cursor to the next line.

  Example:

    write("|12Welcome, |UH")
  
  The above example will print "Welcome, <UserName>" in Red to the
  user.

Function: WRITELN

  Syntax: writeln (string)
  
  This function accepts a string parameter and will send the contents
  of the string to the user followed by a carrage return to move the
  cursor to the next line.  This function will decode all pipe color
  codes and MCI codes in the process.

  Example:

    writeln("|12Welcome, |UH")
  
  The above example will print "Welcome, <UserName>" in Red to the
  user and then move the cursor to the next line.

Input Functions

BBS Data Access Functions

Miscellaneous Functions

Function List A to Z

  • access
  • charxy
  • getcfg
  • getfbase
  • getfbaseid
  • getfgroup
  • getfgroupid
  • getkey
  • getmbase
  • getmbaseid
  • getmgroup
  • getmgroupid
  • getprompt
  • getstr
  • getuser
  • getuserid
  • getyn
  • gotoyn
  • keypressed
  • mci2str
  • menucmd
  • msg_close
  • msg_delete
  • msg_found
  • msg_gethdr
  • msg_gettxt
  • msg_next
  • msg_open
  • msg_prev
  • msg_seek
  • onekey
  • param_count
  • param_str
  • rwrite
  • rwriteln
  • showfile
  • shutdown
  • stuffkey
  • sysoplog
  • textattr
  • textcolor
  • upuser
  • wherex
  • wherey
python_functions.1514678458.txt.gz · Last modified: 2017/12/30 18:00 by g00r00

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki