>--- Dimitris Theodorakis (lvigi at her dot forthnet dot gr) on 6.12.01 9:31 PM
>wrote:
>Hi list,
>
>I have a problem with the chr(13), the return, which is chr(10) in
>Win32. When i create a textfile which has this character in Win32, it
>doesn't appear as a return but as a rectangle(you know, the unknown
>characters look like that). Can anybody help me???
>
I usually do this: make a string-constant called for ex. myreturn; for
Mac it'll be chr(13) and for win32 it'll be chr(10); then just code
thibgs like this:
msgbox "Hello!" + myreturn + "Here I am."
.... but I'm just a tinker!
carlo
osb dot bdesh at katamail dot com
|