public LSL_String osFormatString(string str, LSL_List strings)
 {
     return(m_OSSL_Functions.osFormatString(str, strings));
 }