Variable Handling Functions

Click one of the following functions for more information:

lrd_assign Assigns a null-terminated value to a variable via its descriptor.
lrd_assign_bind Assigns a value to a variable and binds it to a placeholder.
lrd_assign_bind_ext Assigns a storage area to a variable and binds it to a placeholder.
lrd_assign_bind_literal Assigns a literal string to a scalar variable and binds it to a placeholder.
lrd_assign_ext Assigns a storage area to a variable via its descriptor.
lrd_assign_literal Assigns a literal string to a variable via its descriptor.
lrd_to_printable Converts a variable to a printable string.