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