FT_NWLSTAT

FT_NWLSTAT()
 Return the current Novell NetWare logical station number

 Syntax

      FT_NWLSTAT() -> nStatNum

 Arguments

     None

 Returns

     A numeric corresponding to the current logical station number
     assigned by NetWare.

 Description

     In order to find out information about a particular node logged
     in to a NetWare server, you will need the logical
     station number, also known as a "connection number."  This
     function will return that number.  This will be a number from 1 to 100
     under NetWare 286, or from 1 to 250 under NetWare 386.  This is *not*
     the same as a physical station number.

     This function requires FT_INT86().

     This function does NOT test for the existence of the NetWare shell.
     The behavior is undefined if no shell is loaded.

 Examples

     QOut( "Logical station: " + str( FT_NWLSTAT() ) )

 Source: NWLSTAT.PRG

 Author: Glenn Scott

 

One response to “FT_NWLSTAT

  1. Pingback: FT NetWare | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.