I have a compoents input record format with a field set to NULL, like,
record
string(3) INPUT = NULL;
end;
Comp A -----FlowAtoB---------> Comp B
The above record format is the FlowAtoB. I can understand that this sets the value of INPUT to null. But, In case if i have value for this from previous component A, how this will behave?
I'm not able to understand clearly the use of this from the help document.