Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Can anybody help me in renaming the varibles name in QV. i tried but i cannot get any option :).
Thanks,
Ram
Hi,
as from my understanding, you can rename a variable neither from the settings dialog nor from the variable overview; the only solution I know is to delete it and add a new one with a new name. I already missed that feature a couple of times and would appreciate if it'd be there (but perhaps I only didn't find it up to now :-(( )
Rgds,
Joachim
Hi,
in script should be something like
LET iOldVariable = 1;
LET iNewVariable = iOldVariable;
LET iOldVariable = Null();
HTH
Peter
Settings - > Variable overview
How can u do in the settings.Can u send me any sample file
Hi,
please check the top-row in QV-application, there you will have aside of "File" and "Edit" also "Settings"
HTH
Peter
Hi,
as from my understanding, you can rename a variable neither from the settings dialog nor from the variable overview; the only solution I know is to delete it and add a new one with a new name. I already missed that feature a couple of times and would appreciate if it'd be there (but perhaps I only didn't find it up to now :-(( )
Rgds,
Joachim
Hi biester,
you are correct. The only thing in between would be to copy the definition of the variable into the new one, thus saving some typing.
Peter
Yes i agree with you this only the solution we have.I am doing in the same way.But i am wondering how this rename option missed in the QV