Tao.Lua SDK Documentation |
|
Lua.luaL_addsize Method
Adds a string of length n previously copied to the buffer area (see luaL_prepbuffer) to the buffer B (see luaL_Buffer).
[Visual Basic]
Public Shared Sub luaL_addsize( _
ByVal
B As
luaL_Buffer, _
ByVal
n As
Integer _
)
Parameters
-
B
-
-
n
-
See Also
Lua Class | Tao.Lua Namespace