< Rebol Programming

USAGE:

SET-USER-NAME str 

DESCRIPTION:

Set the user name in system/user/name

SET-USER-NAME is a function value.

ARGUMENTS

  • str -- (Type: string)

SOURCE CODE

set-user-name: func [str [string!]][system/user/name: str]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.