List in Structure

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

CSHW89
User
User
Posts: 30
Joined: Thu Sep 09, 2010 2:47 pm

List in Structure

Post by CSHW89 »

hi people
I use tailbite for some time. But now I have a problem. The following doesn't work with tailbite:

Code: Select all

Structure MyStruc
  List test.i()
EndStructure

Procedure test()
;   Protected MyVar.MyStruc
  Protected Dim MyVar.MyStruc(1)
EndProcedure
Interesting is, that it work with array's for 'Protected'.

can someone help, thx
kevin

(Sorry for my english, I'm at home in the German forum :wink: )
Image Image Image
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Re: List in Structure

Post by ABBKlaus »

I don´t see any Tailbite´able code ;-)

Please supply more information i.e. runnable snippet, version information of both PB and TailBite ...

BR Klaus
Post Reply