Re: "txet" ni Nerpeta?
Re: "txet" ni Nerpeta?
- Subject: Re: "txet" ni Nerpeta?
- From: Richard 23 <email@hidden>
- Date: Wed, 24 Jan 2001 08:52:22 -0800
>
>if i "2" then -- is an option =
>
>
Yes that is a lot clearer...huh? Let's see what
>
ConvertScript makes of that obfuscated marvel:
>
>
-- 1. copied encoded script in email text --
>
-- 2. selected ConvertScript in OSA menu --
>
-- 3. ** whit! ** (my confirmation sound) --
>
-- 4. now paste the result...
>
>
(* CS: The next line contains which may really be ASCII Character 2 *)
>
if i "2" then -- is an option =
>
>
oh, so that's what you meant.
>
for a minute there I thought something was wrong with you.
>
>
R23
>
>
Demystifying [ Email <--> Script ]
>
while obfuscating everything else.
Oh, poop. I forgot to run the script TWICE since the first time it
converts to Apple ASCII and the second converts it for email display.
Makes it look like something is wrong with me. And there is.
Here's how it should have come out (and does if I followed my own
directions):
the first run (I see the not equal signs, you don't):
(* CS: The next line contains which may really be ASCII Character 2 *)
if i "2" then -- is an option =
the second run (now you see them too and the symbols are converted
properly when the script is compiled in a script editor).
-- ---------------------------------------------------------
-- Preprocessed by Convert Script 1.0d2
-- ---------------------------------------------------------
(* CS: The next line contains /= which may really be ASCII Character 2 *)
if i /= "2" then -- /= is an option =
-- ---------------------------------------------------------
Sorry about including the word "poop" in my post.
If anyone is offended by the word "poop" I will try to restrict my
use of the terms "poop" or "poo" in my postings such that it is only
used when referring to something that I feel is important to emphasize.
Oops. Poop! I typed it again.
R23