httpSetUlcUserName()
Sets the userName that will be used for the ULC UX.
Synopsis
httpSetUlcUserName(intidx, string userName);
        Parameters
| Parameter | Description | 
|---|---|
| idx | HTTP connection index | 
| userName | Username for the ULC UX | 
Description
This function sets the userName that will be used for ULC UX on the HTTP connection with index
                    idx. It must be set before the ULC UX is started on this
                connection. This setting is only active until the connection is closed (which is
                when ULC UX exits, so the setting is only used once). In particular,
                    userName is not reused for the next HTTP connection with
                the same index.
                
        Note: 
            This function uses the "CtrlHTTP" library wich must be
                    added with 
#uses "CtrlHTTP".Assignment
ULC UX
Availability
CTRL
