Browser Tools (BT)
Developer Documentation Pages

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

FieldPut(s, b, p)

  Puts a string field (s) into a buffer (b) starting at a
  specified location (p). Returns the new buffer string.


Parameters:
    s           String to be set into the field position defined by p and s
    b           Buffer containing multiple fields
    p           Position in the buffer that the field you want to set
                starts at (the first character in the buffer is position 0).



Headers:
    bt.js


Return value:


Comment:



Examples:


See Also:
    FieldGet()


Test:


History:
    20030122    DJR         Created

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


[ Toc (bt)]