How to clear an integer variable /How to assign a null value to an integer variable

How to clear an integer variable /How to assign a null value to an integer variable

1 Like

I believe if you try to output the integer variable, it would always be as 0 if not initialized. You can use an assign activity and set Int_Variable = Nothing just to clear it.

Thanks,
Rammohan B.

1 Like