-
Rename a null in script
hi, I made a script that makes some nulls. They come out as Null 1 Null2 etc.
How can I rename them please? I tried various things without success.I tried
myNull.name = “mike the null”;
myNull.name.setValue(“peter the null”);and also setting sourceText (it didn’t work but I can’t post the code because I don’t remember it exactly).
Thanks