Hi,
Just tried EndOfLine instead of Chr(13) and it works perfectly.
On 30 Jun 2004, at 13:59, Deane Venske wrote:
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>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|