Hi, Strings not stings :-) But there is an sting in the tail here in that it’s only really going to work for a single string. If multiple strings are passed I think we would need to come up with some sort of terminating character so that the byte array can be broken up into multiple strings.
We could go with the tradition “NUL” character i.e. value if 0. Any other ideas? Thanks, Justin
