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

@Sannaj: wo ist das Problem?^^

Uploader:Redakteurytwinky
Datum/Zeit:22.03.2012 14:04:00

' FreeBasic Test

dim as zstring ptr x
x = @"test"
Print *x
x[2] = Asc("y") ' no more Segmentation Fault!
print *x
Sleep