Byte arrays are faster, and VB coerces to and from byte arrays and strings nicely so they are not hard to use.

VB Code:
  1. Dim sentence() As Byte
  2. sentence = "Hello World, Waddup"