I have a real strange language problem...
VB Code:
TextInfo = "pblnBlaa|" & pblnBlaa & vbCrLf Open bla.txt For Output As #fnum Print #fnum, TextInfo Close #fnum
My pblnBlaa hold the value True when I assign a Watch to it...But when I look inside my created file...it has been changed into "Waar" (which is Dutch for true)...
Does anyone know why this occurs??
