Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Is the TypeCast VI equivalent to the CHAR command in Visual Basic?

Is the TypeCast VI equivalent to the CHAR command in Visual Basic?
0 Kudos
Message 1 of 2
(3,195 Views)
Hi Dusty,

I am not sure what the CHAR command does in visual basic. I would assume that this is actually a data type (character) and not a command. If that is true, typecast is sort of similar. You can use type cast to change the representation of a data type to another data type. (Like cBool, cString, etc.).

Hope this helps out.

Best Regards,
Aaron K.
Application Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,195 Views)