08-27-2007 02:09 PM
08-27-2007 02:18 PM
08-27-2007 02:47 PM
My apoligies, I am trying to pass a char from Teststand. Passing as a char is not one of the Category
08-27-2007 02:56 PM
08-27-2007 04:01 PM
08-27-2007 04:51 PM
Just for the record, if Locals.myChar was a string instead of a numeric array, then you would instead need Asc(Mid(Locals.myChar, 0, 1))
Array subscript syntax would be nice for strings. I'll enter a suggestion for it.