01-10-2012 04:24 AM
Hi,
This may a small issue.
I am using NI teststand 4.2. I have a local variable which is of numeric type. How can I get the binary form of this?
Many Thanks
Haneef
01-10-2012 06:04 AM
try
Locals.string = Str(Locals.number,"%b")
01-11-2012 05:16 AM
Thanks Ray Farmer, this is want.
Regards
Haneef