[Gambas-user] define data-variable as record

Richard Muir-Gladman richard at ...2079...
Sat Apr 25 13:30:19 CEST 2009


Couldn't you just use a class with public attributes?



On Sat, 2009-04-25 at 06:17 -0500, M0E Lnx wrote:
> Never heard of such a thing. But maybe a variant type of variable will do
> what you need
> 
> On Apr 25, 2009 3:57 AM, "juelin" <juergen.linder at ...17...> wrote:
> 
> 
> hello,
> it is possible to define a record into gambas?
> thats mean a variable with different datatypes
> for example:
> type recorda as record
>   a as intger
>   b as string
>   c[99] as float
> endtype
> dim variablename as recorda
> 
> kind regards
> Jürgen
> 
> --
> View this message in context:
> http://www.nabble.com/define-data-variable-as-record-tp23229945p23229945.html
> Sent from the gambas-user mailing list archive at Nabble.com.
> 
> 
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty-free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> 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