Source: site.view [edit]
Function name: gfSetUserInfo
Arguments: userId,info
Description: Sets info value for userId
Page type: html
Render function:  
Module: sandbox

Page source:

<webl>
try
      Wub_SetVaultValue(userId, info);
    "<value>" + info + "</value>";
catch E
   on true do
      // "InsufficientPermissions"
      "<error>" + E.type + "</error>\n";
end
</webl>