Trying to duplicate "forum removing backslashes" problem mentioned in another thread before suggesting a code tag cure.
36160 RQD$=SOURCE_PTH$+"\SOURCE.DUD"+TRIM$(DudLogFileName$(I))
^^^^pasted from forum
.\testdir\testfile.bas <<=== typed here
.\testdir\testfile.bas <<=== pasted here from IDE
unable to duplicate
The code tags also stop wrapping of long lines of code if browser window is too narrow. The code section gets a scroll bar if needed. Text outside code wraps as normal.
Mono-spaced font automatically used in code sections.
Spaces used for indent are retained. (though not a problem for line number style coding)
36160 RQD$=SOURCE_PTH$+"\SOURCE.DUD"+TRIM$(DudLogFileName$(I))
^^^^pasted from forum
.\testdir\testfile.bas <<=== typed here
.\testdir\testfile.bas <<=== pasted here from IDE
unable to duplicate
Code:
36160 RQD$=SOURCE_PTH$+"\SOURCE.DUD"+TRIM$(DudLogFileName$(I))
Mono-spaced font automatically used in code sections.
Spaces used for indent are retained. (though not a problem for line number style coding)
Comment