Am busy working thru the Users Guides and quickly converting from VB6 thinking to Xojo. Really enjoying this !
Question : is it possible to add a global constant to a Module, that will allow me to use something in place of a ‘standard’ Xojo command.
For example, if I really don’t line typing ‘EndOfLine’ and I know I am going to be doing it a lot, can I create a Constant called ‘EOL’ so ‘EOL’ = EndOfLine, and in my msgbox code use : MsgBox “line 1” + EOL + “Line 2” ?
If there is a solution, I assume it should work for any standard command.
[quote=184058:@Dave OBrien]For example, if I really don’t line typing ‘EndOfLine’ and I know I am going to be doing it a lot, can I create a Constant called ‘EOL’ so ‘EOL’ = EndOfLine, and in my msgbox code use : MsgBox “line 1” + EOL + “Line 2” ?
If there is a solution, I assume it should work for any standard command.