Solved
Forum Discussion
cesarcarlos
3 years agoBinge Watcher
How would I remove the label programatically?
C-DP
3 years agoChannel Surfer
I tend to have a function something like this
function removeNode(node)
node.getParent().removeChild(node)
end function