@SMREAD[ n,offset,type,length ] - Read a string to shared memory
n - The shared memory handle returned by @SMOPEN
offset - The offset (in bytes) from the beginning of the shared memory buffer.
type - Either a to read the string as ASCII or u to read it as Unicode.
length - The length to read (in characters).