November 18, 2024, 03:20:23 PM

News:

Be sure to checkout our Vixen interfaces in the Library forum -- if you want PC automation at near zero cost, EFX-TEK and Vixen is a great combination of tools.


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.