Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Help with GAMBAS

Name: Anonymous 2013-04-08 20:58

Hi /prog/,
I need your help with this pleb language now.
How do I translate this:
-------
Type myStudent
    ID As Long
    Name As String
    Phone As String
    Address As String
End Type
-------
- into GAMBAS?

Name: Anonymous 2013-04-09 2:34

Anyway, since that UDT isn't apparently for foreign interfacing, a class is better: http://gambasdoc.org/help/def/class?view
However, UDTs are stack allocated and classes heap allocated, now you'll need to add "New" wherever this thing is used as well.
But I'd rather you learn SICP instead.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List