w3ProfileUpdate

w3ProfileUpdate adds or updates a user profile entry in the w3Profile file. Profiling in the w3Apps file entry for the application must be enabled before the update takes place.  

Syntax

CALL w3ProfileUpdate  (id , application , username , password )

Parameters

id

In and Out

As input, the w3ProfileId. As output, if passed in as a null string, a newly assigned id is retrieved from w3ProfileGetId. If still null, the program returns without taking any action.

application

In

FlashConnect application in use, often w3Exec.

username

In

FlashConnect username, often w3User, associated with the w3ProfileId and application.

password

In

Plain text password associated with the username.

Example Program

ProfileTest