Buchempfehlung
Windows System Programming
Windows System Programming
Das Kompendium liefert viele interessante Informationen zur Windows-Programmierung auf Englisch. [Mehr Infos...]
FreeBASIC-Chat
Es sind Benutzer im FreeBASIC-Chat online.
(Stand:  )
FreeBASIC bei Twitter
Twitter FreeBASIC-Nachrichten jetzt auch über Twitter erhalten. Follow us!

fb:porticula NoPaste

Info
Info / Hilfe
Liste
Übersicht / Liste
Neu
Datei hochladen
Suche
Quellcode suchen
Download
Dateidownload

is Test bei nutzung von Line Continuation (_)

Uploader:MitgliedSannaj
Datum/Zeit:10.01.2012 20:50:11

type foo extends object
 dummy as integer
 passierschein_A38 as string
end type

dim testo as foo

select case testo
case is foo
 print "oop-is"
end select

select case testo.dummy
case is > 5
 print "select case is"
end select