realbasic-nug
[Top] [All Lists]

Re: method parameter as array

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: method parameter as array
From: Thomas Tempelmann <tempelmann@gmail.com>
Date: Thu, 29 Jan 2009 20:33:09 +0100
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=jPJAdN4dfkRxCcGvn+K7Dhnl8N9iE0DJ1mfUTLO7AoQ=; b=PAbCWfHhvcVw8MSJ7dg6tYnCBLD0FE4dXibJ9s95eVqA8DqcE6upbTFSosvyLuWi7R LeliTGtkc7Ipd1m17UPP0bux4srHZl5G6HCLT8+fnbx3YK3TdBGMPX1P1M+x3Uvml5Qu G8bEsrtrZqlVc0UyvDLgXUxqJh32jJXoQm9wE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=lfpEmZgaHLqXxcaWjQCTTWON9WHMNePm4jOpIW6ZPxLD6fwKFilmyjGyHPjkR76G1F mUe+wR5shyC8oXRfrYYN6yH/xFZLKhACRdWd//uXHkEeoJ8Z6Jrqudtrhx+PmM37Huzy QTAIKt0rCZNXaIEn2nEBInyu5202DD9QKIQBk=
In-reply-to: <49820316.6090503@earthlink.net>
References: <49820316.6090503@earthlink.net>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
> I have tried
> Sub Method_Name(A(10,10) as double, other_parameter as integer,
>   another_parameter as double)
> but this fails.

Try "(,)", i.e. without the numbers

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


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