I'm trying to decode this with gambas, no luck, anyone has an idea?
#!/usr/bin/perl
print pack('u', "send:");
%<V5N9#H`
So decoding %<V5N9#H` should result in 'send:'
The pack 'u' function does uuencoding but all vb alike code doesn't
reproduce the correct result, or struggles with the `...
Thanks in advance!!
Regards,
Ron_2nd.