- Posted by
- I was having the same problem today, found this thread, made sure all these settings were as suggested and viola. Thanks!Posted in UltraEdit General Discussion
-   Topics
-   Views
- smap
Jun 20, 2008
- Does your macro really work? Yes I wouldn't have reposted it having just written it and not trying it at least once. :) Now I see however that it worked mostly by coincidence given it had some syntactical and logic errors. It contains the commands ExitLoop and EndLoop but no Loop. And Find " " with...Posted in Macros
-   Topics
-   Views
- smap
Jul 09, 2006
- Great. Thanks so much! I modified it a bit to get it to work just as I needed. InsertMode ColumnModeOff HexOff Clipboard 9 Find "&" IfNotFound ExitLoop EndIf TrimTrailingSpaces Find " " Key RIGHT ARROW Key LEFT ARROW UnixReOn Find RegExp Select "[\w-]*" UnixReOff Copy Find " " Key RIGHT ARROW Key LE...Posted in Macros
-   Topics
-   Views
- smap
Jul 08, 2006
- Working in a language called Progress. I'm trying to create a macro to replace a preprocessor constant with it's defined value. /* example preprocessor definitions */ &scop constant_friendly_name constant_value &scop num_days_in_week 7 &scop days_of_week Mon Tue Wed Thu Fri Sat Sun /* the constant n...Posted in Macros
-   Topics
-   Views
- smap
Jul 08, 2006