Clip2gif to convert any PICT files into GIF images. • HTML Grinder to sequentially link each of the HTML files together as well as create ...
Document source : haddockdot.no-ip.biz
if http_search_args = "" then
-- http_search_args is empty; request input via ISINDEX
return http_10_header & ¬
"<html><head>" & ¬
"<title>Play the Name Game</title><isindex></head>" & ¬
"<body>" & ¬
"<H1>Play the Name Game</H1>" & ¬
"</body></html>"
else
-- get our name
set theName to word 1 of http_search_args as string
-- initalize some variables for the next routine
set foundVowel to 0
set theCounter to 0
set theSuffix to theName
-- work through the name until we find the first vowel
repeat until foundVowel is greater than 0
-- increment our counter
set theCounter to theCounter + 1
-- get the next character
set theCharacter to the first item of theSuffix
Summary :
else -- get our name set theName to word 1 of http_search_args as string -- initalize some variables for the next routine set foundVowel to 0 set theCounter to 0 set theSuffix to theName -- work through the name until we find the first vowel repeat until foundVowel is greater than 0 -- increment our counter set theCounter to theCounter + 1 -- get the next character set theCharacter to the first item of theSuffix
Tags :
set,amp,name,httpsearchargs,thecounter,first,get,until,thesuffix,thename,next,foundowel,empty