How to remove a variable in Graph builder
Hello,
I am trying in the script below to remove the variable age in the X axis but I can't achieve to remove it this way, does anyone had the same issue ?
Note: I know I could remove it with Remove variable(index) but I don't know in advance if this variable is in the graph, so I want to avoid accidentally deleting another graph via the index.
Names Default To Here( 1 );
dt = Open( "$SAMP...