[libreoffice-users] ReDim of a variable of a custom type

2011-08-18 Thread Johnny Rosenberg
I was, in a reply to another question, told that my questions were way too basic for the d...@api.openoffice.org list, so I'll give it a try here instead. I wrote some example code: REM  *  BASIC  * Option Compatible Option Explicit Type MyType        a As Integer        b As Integer

Re: [libreoffice-users] ReDim of a variable of a custom type

2011-08-18 Thread planas
Johnny, On Thu, 2011-08-18 at 18:11 +0200, Johnny Rosenberg wrote: I was, in a reply to another question, told that my questions were way too basic for the d...@api.openoffice.org list, so I'll give it a try here instead. I wrote some example code: REM * BASIC * Option

Re: [libreoffice-users] ReDim of a variable of a custom type

2011-08-18 Thread planas
Johnny, On Thu, 2011-08-18 at 21:46 +0200, Johnny Rosenberg wrote: 2011/8/18 planas jsloz...@gmail.com: Johnny, On Thu, 2011-08-18 at 18:11 +0200, Johnny Rosenberg wrote: I was, in a reply to another question, told that my questions were way too basic for the

Re: [libreoffice-users] ReDim of a variable of a custom type

2011-08-18 Thread TomW
On 2011-08-18 12:11, Johnny Rosenberg wrote: I was, in a reply to another question, told that my questions were way too basic for the d...@api.openoffice.org list, so I'll give it a try here instead. I wrote some example code: REM * BASIC * Option Compatible Option Explicit Type