type : insert item
Blitz3D Forums/Blitz3D Beginners Area/type : insert item| 
 | ||
| Hi ! How to create a new type item at the beginning of the collection ? (If you use 'new', blitz place the new item at the end). Thanks ! | 
| 
 | ||
| :o) Taken from the help for the "INSERT" command: ; Now, let's insert this chair BEFORE the first one in the collection Insert room Before First Chair | 
| 
 | ||
| thanks ! |