I have a reason why I need to build the name of my button, so I can reference the button later in the code and "pull" it to the new location. I can successfully "push" it by clicking in the opposite order, but that is not how the user will want to do it. It's not sensible.
I have successfully built the button name as a string - quite proud of myself - but now I need to use that name to set the new LEFT and TOP of the button. But when I do, the program is seeing it only as a string and won't allow me to set the necessary button parameters.
Is there a command that will help me "convert" the string?
BTW, I'm in the (very) long learning process of creating a sudoku.
I have successfully built the button name as a string - quite proud of myself - but now I need to use that name to set the new LEFT and TOP of the button. But when I do, the program is seeing it only as a string and won't allow me to set the necessary button parameters.
Is there a command that will help me "convert" the string?
BTW, I'm in the (very) long learning process of creating a sudoku.