
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_users()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_users()
Syntax: b_users(<expN>)
Purpose: Get User ID and full name at connection #
Arguments: <expN> is the connection number
Returns: A Character String containing user ID and full name
Library: MICROSYS.LIB
----------------------------------- Example ----------------------------------
local aUsers := {}, user := ""
for i = 1 to 250
if !empty( user:= b_users(i) )
aadd(aUsers,user+tran(i,"999"))
endi
next
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson