Re: Something fun to try..

From: Larry Serflaten (serflaten_at_usinternet.com)
Date: 03/10/04


Date: Wed, 10 Mar 2004 16:23:19 -0600


"Matt Williamson" <ih8spam@spamsux.org> wrote
> My new version.. cuts it down to 2 lines and unless you can do Hex to
> decimal to character conversion in your head there is no way to get it out
> without running the code. <g>
>
> Dim a$, b$, i&: a = "6D61747477696C406164656C706869612E6E6574"
> For i = 1 To Len(a) Step 2: b = b & Chr$(Val("&H" & Mid(a, i, 2))): Next:
> MsgBox b

You need not convert it to other formats, a little jumbling does just fine:

 For i = 0 To 5: For j = 1 To 4: Debug.Print Mid$("fresetalsu@netnitenrmoc.", 4 * i + 5 - j, 1);: Next j, i

:-)
LFS



Relevant Pages

  • Re: Broken iWork 09 FACT
    ... You can huff and puff, stand on your head, lay on the floor and pound it ... I just was playing with files from both formats. ... also works for DOCX files. ... Apple to make a converter for '08. ...
    (comp.sys.mac.advocacy)
  • Re: Broken iWork 09 FACT
    ... You can huff and puff, stand on your head, lay on the floor and pound it ... I just was playing with files from both formats. ... This also works for DOCX files. ... Apple to make a converter for '08. ...
    (comp.sys.mac.advocacy)
  • Re: Broken iWork 09 FACT
    ... You can huff and puff, stand on your head, lay on the floor and pound it ... I just was playing with files from both formats. ... This also works for DOCX files. ... Apple to make a converter for '08. ...
    (comp.sys.mac.advocacy)
  • Re: Broken iWork 09 FACT
    ... You can huff and puff, stand on your head, lay on the floor and pound it ... I just was playing with files from both formats. ... This also works for DOCX files. ... Apple to make a converter for '08. ...
    (comp.sys.mac.advocacy)
  • Re: Broken iWork 09 FACT
    ... You can huff and puff, stand on your head, lay on the floor and pound it ... I just was playing with files from both formats. ... This also works for DOCX files. ... Apple to make a converter for '08. ...
    (comp.sys.mac.advocacy)

Loading