[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

>Exit code: 0

Isaac

2/16/2007 12:13:00 AM

when i try to run the script it says >Exit code: 0 off to the right
(i learned autoit but im trying to leare ruby)
i just put in little simple thing
puts "Hello"
whats my problem

(i use SciTE)

--
Posted via http://www.ruby-....

1 Answer

Olivier

2/16/2007 1:18:00 AM

0

> when i try to run the script it says >Exit code: 0 off to the right
> (i learned autoit but im trying to leare ruby)
> i just put in little simple thing
> puts "Hello"
> whats my problem
>
> (i use SciTE)

An error code of 0 means that your program ended successfully. Any other code
than 0 mean a real error.
The error code is displayed only when run from SciTE, it won't be displayed if
it is run normally in a shell.

--
Olivier Renaud