[Gambas-user] vb code

Benoît Minisini gambas at ...1...
Fri Jul 14 17:39:17 CEST 2017


Le 14/07/2017 à 09:27, Shane a écrit :
> 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?
> 

Did you read that? http://gambaswiki.org/wiki/lang/structdecl

-- 
Benoît Minisini




More information about the User mailing list