realbasic-nug
[Top] [All Lists]

Ubound on structure element

To: REALbasic Betas <realbasic-nug at lists dot realsoftware dot com>
Subject: Ubound on structure element
From: Severin Swensen <severin at benevian dot com>
Date: Thu, 29 Jun 2006 14:30:44 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug 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

structure dcomm
  a(20) as integer
  --- etc


Dim dc(30) as dcomm
Dim sz as integer
sz=Ubound(dc(1).a) --> fails with incorrect # of parameters?


--
Sincerely,
Severin Swensen
Benevian, Inc.



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


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