G
gus bjorklund
Guest
well, for one thing, longchars may only contain characters valid for the code page being used. and embedded nul bytes are not allowed. the encrypt function produces binary data as output, not characters. so you cannot store the encrypted text in a longchar. -gus
Continue reading...
Continue reading...