ascii(substring(@map, @i + 1, 1)), 1, char(@i)) set @i = @i + 1 end set @mapr = stuff(@mapr, ascii('='), 1, CHAR(0)) select cast(@mapr as binary(122)) */ -- Original functions Created By Daniel Payne -- Modified by Aaron West, tallpeak@hotmail.com -- About ...
↧