-- This is a fork from 0.44 version of the binary plugin, which put binary blocks directly into named variables. This variant of the binary plugin creates byteblocks and returns a handle to the block created. So all services that used to require names of variables containing byteblocks as arguments now just require variables which contain handles to byteblocks. All functions that used to require an argument naming the target variable in which a new byteblock would be created now have one less argument, and return a handle to the newly-created byteblock.
-- Most services that return a handle to a byteblock have an optional, last capacity argument, which sets the size of the byteblock's buffer. If capacity is too small for the number of bytes you want to put in the byteblock, you'll get an error message. -- renamed from_ascii_string to from_ascii; from_hex_string to from_hex. -- version service returns version number followed by "h" -- you can set the length of an existing byteblock to update it after e.g. it's been modified via a call to a dll service. -- added get_char(byteblock, pos) and set_char(byteblock, pos, value), which can also be byteblock[pos] and byteblock[pos] = value. Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
