Focal Point
writing a variable back to a field in a stack.

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3441004482

May 16, 2008, 02:21 PM
seadog
writing a variable back to a field in a stack.
I am looking for a code example of how to take a variable and assign it back to a field within a stack.

Get date:assign to a variable
assign variable to a specific field in a stack
Clear stack back to a db


WebFOCUS 7.6.4
Windows
May 16, 2008, 02:42 PM
Alan B
If you have a stack set up, then

stackName(index).fld = variable;

to assign to a single known row (index) in the stack.

Is that what you mean?


Alan.
WF 7.705/8.007