p="/Q/42" if p:sub(0,3)=="/Q/" then q=p:sub(3) x=0 for i=q:len(q),math.min(9,string.len(p)) do x=string.byte(q,1,1)-48+x*10 end io.write(x) end