Hi forxtra, binaryWithHandlesPlugin0.56.zip in
http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ I thimk fixed errors you found, namely local bhResult = binary.from_ascii("abcd") Win.Debug(bhResult[2].dump) ;; 1-based Win.Debug(bhResult[-2].dump) ;; ok on my system Win.Debug(binary.index(bhResult, "bc")) ;; ok now Win.Debug(bhResult.index("bc")) ;; ok now Work for you?
