on 6/29/06 3:51 PM, Theodore H. Smith at delete at elfdata dot com wrote:
>
> On 29 Jun 2006, at 19:33, Theodore H. Smith wrote:
>
>>> From: "Joseph" <techmail at psychjoe dot com>
>>> Date: Thu, 29 Jun 2006 11:19:39 -0500
>>>
>>> Yep we all realize it... So lets just dispense with the long
>>> threads that
>>> harp on the issue.
>>>
>>> If you're not using any pro features then I would suggest
>>> downloading 2006
>>> for Linux (standard version). It's free!! As in BEER...
>>
>> OK. Sounds good to me :)
>>
>> FINALLY. Some good news from RS. This is the day I've been waiting
>> for.
>>
>> BTW where do you get free beer from? It costs £2.50 a pint here :(
>
> And what's the URL to download it?
http://www.realsoftware.com/download/
Chris
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
From Thu 29 Jun 2006 13:57:55 -0700 (PDT)
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id 2CD8A73038B; Thu, 29 Jun 2006 13:58:20 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-2.5 required=4.5 tests=AWL,BAYES_00,NO_REAL_NAME
autolearn=no version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
by xmail.realsoftware.com (Postfix) with ESMTP id ED082730383;
Thu, 29 Jun 2006 13:58:17 -0700 (PDT)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id E38611343EDC; Thu, 29 Jun 2006 15:58:04 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from xmail.realsoftware.com (www.realsoftware.com [66.116.103.173])
by lists.realsoftware.com (Postfix) with ESMTP id 046261343ECD
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 29 Jun 2006 15:57:57 -0500 (CDT)
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id D076F73033F; Thu, 29 Jun 2006 13:57:56 -0700 (PDT)
Received: from xmail.realsoftware.com (unknown [66.116.103.173])
by xmail.realsoftware.com (Postfix) with ESMTP id EA67F730320
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 29 Jun 2006 13:57:55 -0700 (PDT)
Received: from 17.203.27.171
(SquirrelMail authenticated user mars at realsoftware dot com)
by xmail.realsoftware.com with HTTP;
Thu, 29 Jun 2006 13:57:55 -0700 (PDT)
Message-ID: <49841 dot 17 dot 203 dot 27 dot 171 dot 1151614675 dot squirrel at
xmail dot realsoftware dot com>
In-Reply-To: <FF9C7E40-45E4-42CA-95FB-674303B07F8F at benevian dot com>
References: <FF9C7E40-45E4-42CA-95FB-674303B07F8F at benevian dot com>
Date: Thu, 29 Jun 2006 13:57:55 -0700 (PDT)
From: mars at realsoftware dot com
To: "REALbasic NUG" <realbasic-nug at lists dot realsoftware dot com>
User-Agent: SquirrelMail/1.4.6
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Subject: Re: Ubound on structure element
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
> It seems that Ubound has problems with elements of a structure is
> this a bug or am I somehow using incorrect syntax
The Ubound operator doesn't work on structure field arrays. They are not
like normal arrays; they cannot be resized, so they always have whatever
size you defined for them.
I suppose one could argue that Ubound should work anyway, and would be a
more-descriptive way to refer to the size of the array, so perhaps we
should implement this.
Mars Saxman
REAL Software
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|