I want to know how I can load and use a user-defined macro. I looked into the documentation, but did not find a clear step-by-step method of using a user-defined macro.
Background: I needed a way to get character count for a file. When I did a Google search, I came across this solution that was posted by another SlickEdit user:
https://community.slickedit.com/index.php?topic=5820.0I see the code that this user has posted; the question is, how do I use the code? Specifically, I need to know:
- What should be the file extension for the user-defined code?
- Where to save this file?
- How to use this code?
Thanks for any help.