Home  /  Autodocs  /  rexxsyslib.library

NAME

SetRexxVarFromMsg
set the value of a Rexx variable (V45)

SYNOPSIS

error = SetRexxVarFromMsg(var,msg,value)
A0 A2 A1

LONG SetRexxVarFromMsg(const UBYTE *var,const struct Message *msg,
const UBYTE *value)

FUNCTION

Sets an ARexx variable whose name is given as first argument to the value given as third argument.

INPUTS

var
Name of the variable to be set. A stem variable is fine.

msg
Pointer to a rexx message received by this program defining the execution environment from which the variable is read.

out
NUL-terminated string defining the value to be set.

RESULT

error
an error code from <rexx/errors.h> or 0 for success.

BUGS

This function only supports NUL-terminated values.

SEE ALSO

GetRexxBufferFromMsg(), GetRexxVarFromMsg(), SetRexxVar() in amiga.lib