TheOriginalBIT, on 16 February 2013 - 04:21 PM, said:
I wasn't planning on releasing it in the first place.
Posted 17 February 2013 - 10:58 PM
Posted 17 February 2013 - 11:02 PM
GravityScore, on 17 February 2013 - 10:58 PM, said:
Posted 19 February 2013 - 08:32 PM
Posted 21 February 2013 - 08:08 PM
Posted 21 February 2013 - 08:10 PM
Posted 21 February 2013 - 08:18 PM
superaxander, on 21 February 2013 - 08:10 PM, said:
function three() assert( false, "An error", <level>) end function two() three() end function one() two() end one()Now if we don't specify a level the line number (and program name) will be pointing to where the error occurs, in this case line 2. If we supply a level of 2, then it will point to 2 levels down the program stack, which is the function calling our function, which would be line 6. If we give a level of 3 it will show the error being at line 10 (being the function that is 3 levels down from the top of the stack). now if we supplied a level of 5, then well that is before our function isn't it, so the error then gets pointed to the shell, if we do 6 it will be bios, anything above the very bottom level (bios) will give unexpected results.
Posted 21 February 2013 - 08:28 PM
Posted 23 February 2013 - 06:52 AM
Posted 23 February 2013 - 01:33 PM
remiX, on 23 February 2013 - 06:52 AM, said:
Posted 20 March 2013 - 12:19 PM
NDFJay, on 15 February 2013 - 12:36 AM, said:
Posted 21 March 2013 - 03:00 AM
momona5, on 20 March 2013 - 12:19 PM, said:
Posted 21 March 2013 - 04:46 AM
Posted 21 March 2013 - 05:06 AM
Posted 21 March 2013 - 05:09 AM
Posted 02 April 2013 - 05:32 AM
printError( 'Some Error' ) error()
0 members, 1 guests, 0 anonymous users