realbasic-nug
[Top] [All Lists]

Re: Proble with return in Win32

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Proble with return in Win32
From: Carlo Rubini <osb at bttb dot net dot bd>
Date: Fri, 7 Dec 2001 06:33:48 +0600
>--- 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



<Prev in Thread] Current Thread [Next in Thread>