Phil, Hi. Thanks for the reply. Yes, you clarified the point that I was really asking about(!) which was that you can't compile anything other than a single constant name.
So I cannot write directly in a HelpTag something like : Click the #kButtonName button But I could circumvent this by buidling the string in code and then assign it to the HelpTag. Regards, Narinder. -- ___________________________________________ | Narinder Chandi, | ToolBox Systems Limited, | Surrey, England, UK. | http://www.toolbox.uk.com |___________________________________________ | Consultancy * Development * Support |___________________________________________ > > Add a "#" symbol in front of the constant name to allow the IDE to > recognize that it is a constant. For example: > > #kMyApplicationName > > However, if you use a constant that is all that you can add to the > field. You cannot compile constants with string literals, or compile > multiple constants (like appName and appVers) within the IDE... if > you want this, you have to build the string in the Code Editor such > as in the Open() event. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
