Thread: used best kites
View Single Post
  #4  
Old 06-15-2006, 09:29 PM
Technochick's Avatar
Technochick Technochick is offline
Member
 
Join Date: Jun 2006
Location: Gulfport, FL
Posts: 70
Default

I'm shopping for a kite but don't know what I need yet. I'm completely new to the sport. I'll have a trainer kite next week.

Which one of the above would be the best for a moderately small girl just starting out?

(I'd prefer to give my money to forum members)
__________________
(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