| To: | REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com> |
|---|---|
| Subject: | Re: Does REALUnlockObject work on a REALobjectArray? |
| From: | Norman Palardy <npalardy at great-white-software dot com> |
| Date: | Mon, 30 Jan 2006 11:33:23 -0800 |
| Delivered-to: | realbasic-plugins at lists dot realsoftware dot com |
| References: | <ea5840a251d79cca2705b7f4ac966092 at mac dot com> <849E1004-16A9-4F68-BA8E-564AB66858CD at realsoftware dot com> <e87d1e73e9aa8321062d259ece964a1d at mac dot com> <4CA159EC-7012-4D3E-B61B-22F99E051A91 at haranbanjo dot com> <4428b5baee037d0532d3629981ae3877 at great-white-software dot com> <9D3DF51C-D492-44E0-BCBA-D49E35890BD8 at haranbanjo dot com> <3374e0d5c70dd0dc88f836b2813a55ae at great-white-software dot com> <821950fb4d0e36400de4d4ea540a4483 at mac dot com> |
On Jan 30, 2006, at 11:16 AM, Alfred Van Hoek wrote: On Jan 30, 2006, at 1:17 PM, Norman Palardy wrote:But I know you can't put arrays into arrays and variants cannot hold arrays so I think what he's after may simply not exist.No, Given that the byref declaration: "Items(Byref vars() As MyVariant" is working as expected, i.e. We can get an array of type MyVariant (super = Object, not Variant), RB does not understand the declaration:"Items() As MyVariant()". According to the LR the critical point is the "()" after the type declaration. RB does not parse correctly from such a declaration, Right MyVariant() is NOT a type So it makes no senseYou have to use arrays of basic types (variants, objects, classes) but not an ... array of array pointers or whatever that is you're trying to get _______________________________________________ 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> |
| Previous by Date: | Re: Does REALUnlockObject work on a REALobjectArray?, Alfred Van Hoek |
|---|---|
| Next by Date: | REALbasic 2006 with "PDFlib" plugin crashes on Windows, Rainer Schaaf |
| Previous by Thread: | Re: Does REALUnlockObject work on a REALobjectArray?, Alfred Van Hoek |
| Next by Thread: | Re: Does REALUnlockObject work on a REALobjectArray?, Alfred Van Hoek |
| Indexes: | [Date] [Thread] [Top] [All Lists] |