Can someone explain the difference between :

Dim MyArray() as byte

and

Dim MyArray() as String * 1

I need to write a long string to an array, and I was wondering which type of array would be more suitable for rapid calculations.

This will be part of an Encryption DLL so i'll need testers later on if anyone is interested.

thanks.