| To: | "Getting Started" <gettingstarted at lists dot realsoftware dot com> |
|---|---|
| Subject: | Re: Create Constant for chr(13) and the like. |
| From: | "Deane Venske" <deane dot lists at eduss dot com> |
| Date: | Wed, 30 Jun 2004 22:59:56 +1000 |
| Delivered-to: | gettingstarted at lists dot realsoftware dot com |
| List-help: | <mailto:gettingstarted-request@lists.realsoftware.com?subject=help> |
| List-id: | Getting Started <gettingstarted.lists.realsoftware.com> |
| List-post: | <mailto:gettingstarted@lists.realsoftware.com> |
| Organization: | Eduss Ltd. |
| References: | <009401c45e9e$432098f0$2002a8c0 at HAL1> |
Hey Steve,Have you tried EndOfLine? This usually works a treat. Alternatively just make a module and a method like :
Function CharThirteen() As String
Return Chr(13)
End Function
That way you can always use CharThirteen and it will just be whatever the
return is.
Deane Hi List. Quick one. I'm trying to assign a constant for Chr(13) and the like. How is this done, I'm going around in circles here. Thanks, Steven Taylor Melbourne, Australia. _______________________________________________ Unsubscribe or switch delivery mode: <http://support.realsoftware.com/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://support.realsoftware.com/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Create Constant for chr(13) and the like., Steven Taylor |
|---|---|
| Next by Date: | Re: Create Constant for chr(13) and the like., Steven Taylor |
| Previous by Thread: | Create Constant for chr(13) and the like., Steven Taylor |
| Next by Thread: | Re: Create Constant for chr(13) and the like., Steven Taylor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |