November 18, 2024, 05:51:07 PM

News:

Got VSA?  Want to use your Prop-SX?  Now you can!  See the VSA section of the Library forum for Prop-SX code that works with VSA.


My first prop 1

Started by HAUNTEDHOUSENUT, March 02, 2008, 08:53:49 PM

Previous topic - Next topic

HAUNTEDHOUSENUT

Hi, I just opened up my first prop one and followed the instructions, and put the following commands in the editor  '  {$STAMP BS1}  '  {$PBASIC 1.0}
after clicking run on the toolbar I'm not getting the hello world, I'm sorry for the stupid question, but I'm new to this thanks Rick.

JonnyMac

Here you go -- copy and paste this little program into your editor; it will let you know that everything is in order.

' {$STAMP BS1}
' {$PBASIC 1.0}

Main:
  DEBUG "Hello, world!", CR
  PAUSE 1000
  GOTO Main
Jon McPhalen
EFX-TEK Hollywood Office

HAUNTEDHOUSENUT

WOW! talk about customer service, that was fast, thank you very much, it worked.