[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command vsv

NAME

Command vsv :: Variable Set Value

SYNOPSIS

vsv VariableName NewValue

DESCRIPTION

The vsv is used to change the value of a variable. The parameters are the variable name and the new value.

EXAMPLE

In this example, a variable named `my_variable' is created. The vsv command is used to change its value. vsv is used to print variable value before and after change.

 
$ dio87d -d
$ dio87c va my_variable
$ dio87c vi my_variable
Variable name:  my_variable
Value:
$
$ dio87c vsv my_variable "new value"
$ 
$ dio87c vi my_variable
Variable name:  my_variable
Value:          new value
$
$

ACCESS CONTROL

This function requires the `manage' privilege for the `variable' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html