How can I get rid of the zigzag line that shows up when you redefine
How can I get rid of the zigzag line that shows up when you redefine
(OP)
How can I get rid of the zigzag line that shows up when you redefine a variable? Thanks.
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
How can I get rid of the zigzag line that shows up when you redefine
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: How can I get rid of the zigzag line that shows up when you redefine
However, I would caution against changing the defaults. Most new user errors are due redefining built-in and othe variables and functions.
Redefinitions also run the risk of confusing future users, including yourself, into thinking that a particular variable or function is something different from the redefinition, because they missed the actual redefinition. It's a bad slippery slope.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: How can I get rid of the zigzag line that shows up when you redefine
I appreciate it. :)
RE: How can I get rid of the zigzag line that shows up when you redefine
David
RE: How can I get rid of the zigzag line that shows up when you redefine
Found it - should be ctrl+shft+R
Philip