On 1/16/11, nando <nand...@nothingsimple.com> wrote:
>
> 4) This is similar to RECORD in VB.
>

It is like "Type" in VB6. For example:

Private Type MYSTRUCT
        ID As String
        Name As String
End Type

Then later you would do:

Dim MyPerson As MYSTRUCT
MyPerson.ID = "012"
MyPerson.Name = "Joe1962"

Regards,
Joe1962

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to