2017-07-14 3:27 GMT-04:00 Shane <buster6se...@gmail.com>:

> 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
>

the most close are a struc.. i mean.. in the (poor) visual basic u define a
"type" but really that "type" must be instanciated/redeclared before use it

so then struc maybe its the shor.. but will act as a new class to use it, i
mean, event

Dim variable as new ID3V22HDR


>
> 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@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to