PDA

View Full Version : VBA Trick of the Week :: Byte Array in VBA



Transformer
06-06-2013, 11:12 AM
UsefulGyaan Has Posted the Following On 06-06-2013 11:35 AM:

In VBA, Byte Arrays are special because, unlike arrays of other datatypes, a string can be directly assigned to a byte array. In VBA, Strings are UNICODE strings, so when one assigns a string to a byte array then it stores two digits for each character, First digit will be the ASCII value of the […]http://stats.wordpress.com/b.gif?host=usefulgyaan.wordpress.com&blog=50473542 &post=883&subd=usefulgyaan&ref=&feed=1





VBA Trick of the Week :: Byte Array in VBA (http://usefulgyaan.wordpress.com/2013/06/06/vba-trick-of-the-week-byte-array-in-vba/)