Tao.Lua SDK Documentation |
|
Lua.luaL_addlstring Method
Adds the string pointed to by s with length l to the buffer B (see luaL_Buffer). The string may contain embedded zeros.
[Visual Basic]
Public Shared Sub luaL_addlstring( _
ByRef
B As
luaL_Buffer, _
ByVal
s As
String, _
ByVal
l As
UInt32 _
)
Parameters
-
B
-
-
s
-
-
l
-
See Also
Lua Class | Tao.Lua Namespace