jbe/bsw@0: --[[-- jbe/bsw@0: slot.put( jbe/bsw@0: string1, -- string to be written into the active slot jbe/bsw@0: string2, -- another string to be written into the active slot jbe/bsw@0: ... jbe/bsw@0: ) jbe/bsw@0: jbe/bsw@0: This function is used to write strings into the active slot. jbe/bsw@0: jbe@273: NOTE: ACCELERATED FUNCTION jbe@273: Do not change unless also you also update webmcp_accelerator.c jbe/bsw@0: jbe/bsw@0: --]]-- jbe/bsw@0: jbe/bsw@0: function slot.put(...) jbe/bsw@0: return slot.put_into(slot._active_slot, ...) jbe@263: end