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 _
)
[C#]
public static void luaL_addlstring(
   ref luaL_Buffer B,
   string s,
   uint l
);

Parameters

B
s
l

See Also

Lua Class | Tao.Lua Namespace