Go to the first, previous, next, last section, table of contents.


oxshell.set_value

oxshell.set_value(NAME,V)
: It set the value V to the variable Name on the server ox_shell.

Example:

 oxshell.set_value("abc","Hello world!");
           oxshell.oxshell(["cat", "stringIn://abc"]);

References:

oxshell.oxshell , oxshell.get_value


Go to the first, previous, next, last section, table of contents.