CodeBase - Get Your next free object #
Return to the CodeBase listing
Category: Miscellaneous
Version: 1.0
Information
Uploaded: 31st May 2007 09:57
Modified: 1st Jan 1970 01:00
Author: Viroscopics
Summary
A Small function that will return the next availa ble object #
Full Description
make 500 boxes<br /> <br /> Example<br /> <br /> for b = 1 to 500<br /> a=GNF()<br /> make object cube a,15<br /> next b<br /> <br /> function GNF()<br /> obj = 1<br /> while object exist(obj) = 1<br /> inc obj,1<br /> endwhile<br /> endfunction obj<br /> <br /> THis is code that i found and not created by myself just adapted to my work.
Comments
No comments yet.