gettingstarted
[Top] [All Lists]

Re: Getting Started Digest #111

To: "Getting Started" <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Getting Started Digest #111
From: Will Leshner <leshner at ljug dot com>
Date: Mon, 24 Nov 2003 08:14:49 -0800
References: <EEF1E293-1E97-11D8-BB6F-0003938E4448 at frontiernet dot net>

On Nov 24, 2003, at 8:04 AM, Harrie Westphal wrote:

Writing the code exactly as you have it above I got the same gibberish in the editfield that you showed above. However, if I change the code as follows the editfield looks fine in the end, one character per line as and the character you would expect.

for x=164 to 169
  s=s+chr(x)+chr(13)
next
me.text=s


I don't expect anything because Chr() is undefined for any values greater than 127.



- - -
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>