All,
I am trying to use the following code in a Script task:
bytPassword(count - 1) = CByte(AscB(Mid(key, count, 1)))
And when I run the debugger it keeps falling over at "AscB" not being declared. Does this function not exist in SSIS? Is there an alternative or as is more likely have I coded this incorrectly?
Cheers,
Ian