Reset a field
Required apps
Level: BASIC
Problem
We want to reset a field, for example components.
Solution
reset_comps.sil
string[] emptyComponents = {""}; components=emptyComponents;
Reset a field
Required apps
Level: BASIC
We want to reset a field, for example components.
string[] emptyComponents = {""}; components=emptyComponents;