when i am downloading my output list to local file runtime error
GETWA_NOT_ASSIGNED is coming.
field symbol has not yet been assigned,
error analysis
u attempt to access an unsigned field symbol
this error may occur if
1. u address a typed symbol before it has been set with assign
2. u address a typed symbol that pointed to a line of an internal table that was deleted
3. u address a typed symbol that was previously reset using unassign or that pointed to a local field that no longer exist
please tell me the solution for this
points will be rewarded