So true, and my apologies
function LMSSetValue(name, value)
{
print_info("LMSSetValue("+name+","+value+") called.", "APIWrapper.js", 216);
var api = getAPIHandle();
if (api == null)
{
print_info("Unable to locate the LMS's API Implementation.\nInitialize was not successful."...