I am writting a KL file and created a Variable that i no longer need and having a brain block. How the hell do you delete the variable after you create it? I have tried several methods and cant remember!
Thanks
I am writting a KL file and created a Variable that i no longer need and having a brain block. How the hell do you delete the variable after you create it? I have tried several methods and cant remember!
Thanks
I often just delete the whole VR file, but you can also use KCL:
KCL> DELETE VARIABLE [prog_name]var_name
I often just delete the whole VR file, but you can also use KCL:
KCL> DELETE VARIABLE [prog_name]var_name
Thanks!