Thread: used best kites
View Single Post
  #11  
Old 06-16-2006, 05:50 AM
Technochick's Avatar
Technochick Technochick is offline
Member
 
Join Date: Jun 2006
Location: Gulfport, FL
Posts: 70
Default

I was at EB on Monday and the Skyway on Tuesday. I haven't had any lessons yet. I'll be getting a trainer kite next week.

I'll be out there this weekend

BTW: One of my crotch rockets is for sale. Is anybody looking for a Suzuki SV650? It would make a fantastic track bike!

__________________
(it's a script to create an ASCII chart)

SET SERVEROUTPUT ON SIZE 1000000
DECLARE
y number := 31;
asciiname VARCHAR2(30);
BEGIN
FOR x in 31..126
LOOP
select chr(y)
INTO asciiname
FROM dual;
dbms_output.put_line('chr('||Y||') = '||' '||asciiname);
Y := y + 1;
END LOOP;
END;
/
Reply With Quote