[Gambas-user] What does the "?" for a datatype?

Stefano Palmeri rospolosco at ...152...
Tue May 5 10:55:09 CEST 2009


Il martedì 5 maggio 2009 10:36:29 Rolf-Werner Eilert ha scritto:
> Hi folks,
>
> just stumbled over this: When typing AS Integer or AS Boolean, the IDE
> gives me several completions to choose from:
>
> Integer
> Integer?
> Integer[]
>
> or
>
> Boolean
> Boolean?
> Boolean[]
>
> What is the questionmark variation good for?
>
> Rolf
>

Integer? is the same as  IsInteger
Boolean? is the same as IsBoolean

See datatype functions in Gambas online help (or local).

http://www.gambasdoc.org/help/cat/type?v3

Stefano


> ---------------------------------------------------------------------------
>--- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700 Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> 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