[Gambas-user] vb code

Gianluigi bagonergi at ...626...
Fri Jul 14 14:36:24 CEST 2017


You can take a look at this discussion [0]
Regards
Gianluigi

[0]
http://gambas.8142.n7.nabble.com/Random-access-files-with-fixed-length-string-td50880.html

2017-07-14 10:09 GMT+02:00 adamnt42 at ...626... <adamnt42 at ...626...>:

> Guessing without information about what a vb private type is and where and
> why you would use it , but there is a thing called a Struct in Gambas,
> maybe that is what you are looking for.
> b
>
> On Fri, 14 Jul 2017 17:27:44 +1000
> Shane <buster6seven at ...626...> wrote:
>
> > I have some vb code i want to convert to gambas and it uses this code
> >
> > Private Type ID3V22HDR
> >     frameName1 As String * 3
> >     frameSize1 As Byte
> >     frameSize2 As Byte
> >     frameSize3 As Byte
> > End Type
> >
> > what would be the best way to convert this to gambas?
> >
> >
> >
> > ------------------------------------------------------------
> ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> --
> B Bruen <adamnt42 at ...3379... (sort of)>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list