I have a real strange language problem...

VB Code:
  1. TextInfo = "pblnBlaa|" & pblnBlaa & vbCrLf
  2.         Open bla.txt For Output As #fnum
  3.         Print #fnum, TextInfo
  4.         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??