they are my functions to obtain what the player pays out and gains he he
Quote:
Originally Posted by DrakilorP2P
PHP Code:
temp.assets = this.obtainAssets(); temp.liabilities = this.obtainLiabilities();
Defined where?
|
oh, thanks!!!!
Quote:
Originally Posted by Tolnaftate2004
obj.substring(0,1) is more succinctly put as obj.charat(0).
|