Browser Tools (BT)
Developer Documentation Pages

c c++ j JS p vb <<-- -->>

FieldGet(b, p, sz)

 Returns a string containing a field of size (sz) within a buffer (b)
 starting at position p.


Parameters:
    b           Buffer containing multiple fields
    p           Position in the buffer where the field you want to extract
                starts (the first character in the buffer is position 0).
    sz          The size of the field. The total number of bytes you wish to
                extract from the buffer starting at position p.


Headers:
    bt.js


Return value:


Comment:



Examples:


See Also:
    FieldPut()


Test:


History:
    20030122    DJR         Created

© Copyright 2001-2002, Creativyst, Inc., All rights are reserved.


[ Toc (bt)]