mfseeker Posted October 1, 2004 Report Share Posted October 1, 2004 Direct Editor is damnably hard to read. Commands are delimited by ASCII 01, and the text appears as a single unbroken block. Does anyone know of an external editor that can be configured to wrap lines at ASCII 01? Of course, you can configure most any external editor to insert CR/LF's after the ASCII 01's and then remove them at the end of the edit session. However, in a normal revise, test, revise, test cycle, the extra steps are intolerable. Thanks PS The situation can be improved slightly by using a larger font size, but the program cannot remember that size between sessions. Quote Link to comment Share on other sites More sharing options...
joe Posted October 1, 2004 Report Share Posted October 1, 2004 Welcome to the forum! When you are viewing a macro from the Direct Editor, you are looking at Macro Express native code. A macro is one long string of unbroken text without CR/LFs. If you attempt to add CR/LFs then your macro will no longer work properly. Quote Link to comment Share on other sites More sharing options...
Bernd.Frisch Posted October 2, 2004 Report Share Posted October 2, 2004 Hi Joe, - Samstag, den 02. Okt. 2004 09:09 what are you using: direct or scripting editor ? Are there general tips & tricks or general rules for macro writing ? I am using direct editor exclusively like this for my actual date macro Alt+1: <SPEED:00001><REM2:Alt+1 Datum aktuell /actual Date 25.05.03N1=Tag/Day N2=Monat/Month N3=Jahr/Year T99=Clipboard/Zwischenablage ><TVAR2:99:03:><REM2:T99=Clipboard><IVAR2:01:16:><MSD:80><IVAR2:02:17:><MSD:80> <IVAR2:03:18:><MSD:80><NMVAR:02:03:1:0000003:2:0002000><MSD:80><IFVAR2:2:01:3:10> <REM2:Add 0 if number<10><MSD:80><TEXTTYPE:0><ENDIF><TEXTTYPE:%N1%.><MSD:80> <IFVAR2:2:02:3:10><MSD:80><TEXTTYPE:0><ENDIF><TEXTTYPE:%N2%.><MSD:80> <IFVAR2:2:03:3:10><MSD:80><TEXTTYPE:0><ENDIF><TEXTTYPE:%N3%><MSD:80> <TMVAR2:16:99:00:000:000:><REM2:Set Clipboard back to initial contents T99> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.