View Single Post
  #13  
Unread 07-09-2011, 11:07 AM
SanDBoX's Avatar
SanDBoX SanDBoX is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Location: Idaho
Posts: 40
Quote:
Originally Posted by Fortunis
[code] I did try to WriteLine(args) but got empty line printed (before making this thread). So i guess in the future when i get an empty line, it signifies that there is debug info attached to it.
One thing I have found very handy is to use the type function.
Code:
 WriteLine( type( args ) )
or you can build a function that will mine the key:data pairs out of a table. That way you just have to pass the args directly to it and you will find out all the information contained within. (really usefull when you cant figure out where the new data you inserted went)
Reply With Quote