skip to main content

Library Routines : A$USERINFO

A$USERINFO
In an Application Server environment, A$USERINFO sets and retrieves custom information shared between all connected clients.
Syntax:
 CALL "A$USERINFO" USING opCode
Parameters:
Examples:
Example - Save, restore and clear custom user data
move "UserType=Operator1,UserLevel=A" to info-to-set
call "A$USERINFO" using auserinfo-set, info-to-set
call "A$USERINFO" using auserinfo-get, user-info
call "A$USERINFO" using auserinfo-clear, user-info

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left