Thanks for the reply. What I was acutally tying to accomplish is a servo pulse of 2mS that should repeat every 20mS.
This should basically be a full one way signal for a servo.

I realize now that I didn't have a delay but still when I hook this to my scope

Code:
   for I = 1 to 20
   Pulsout GPIO.0, 200
   pause 18
   next I
I don't get a nice clean 2mS square like I see from a known servo signal.