Array displaying error in gui.box [Resolved]
Posted: Wed Jun 13, 2012 2:37 am
I can't get this to work, which seems absurd since it's so simple
But I get this error

What's going on? Thanks!
Code: Select all
GUI.Box (Rect (10,100,200,100), "###"+stepsx[0])Code: Select all
NullReferenceException: Object reference not set to an instance of an object
Boo.Lang.Runtime.RuntimeServices.InvokeBinaryOperator (System.String operatorName, System.Object lhs, System.Object rhs)
databaseinteract.OnGUI () (at Assets/AAA My new scripts/databaseinteract.js:103)What's going on? Thanks!