When CVI creats a variable "char strHello[50]" I always notice that the string (character array) is initilized to empty string. I know this is not true in othe "C" compliers but is this true in CVI. Are strings allways initilized to an empty string, even if string is in a structure.