T-Master VB ARTICLES Part - 1 (Array,Collections)
If u wanna use your own Collection You Can Try This With Many Functions.. And For The Beginners Nerly All Usuable Statements and functions about arrays..
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source Code
<p><font color="#FF0000"><span style="font-size: 11px">This Class Include following functions<br> Add : To Add any item Usage: Add(item,tag,color)<br> AddArray : You Can Add Array Which You Defined => Add(item(),tag(),color())<br> Clear : To Empity the collection => Clear()<br> Count : How Many Record => count<br> EditItem : Edit Any Record EditItem(number,newitem,newtag,newcolor)<br> FindOne : Find first record which start string what u want => FindOne(strFind)<br> FindAll : Find all records which start string what u want =>FindAll(strFind) variant()<br> GetAll :Get The All Records seperated with a delimiter =>GetAll(MyDelimiter)<br> InsertOne : Insert A Record After A Record =>InsertOne(startIn, Optional item, Optional Tag, Optional color)<br> InsertArray : Insert Array Inside records<br> RandomFillNumbers : Fill The Collection with Randomize Integers =>RandomFillNumbers(min,max,times)<br> RandomRecordItem : Gives a Randomize Record<br> RecordItem : Gives a item<br> RecordTag : Gives a Tag<br> RecordColor : Gives a Color<br> Remove :Removes a record<br> RemoveBetween : Removes the record between x and y =>RemoveBetween(x,y)<br> Sort : Sort by desc or asc or return before sort => Sort(SortIt as Boolean,Desc as Boolean)</span></font><br> </p>
Original Comments (3)
Recovered from Wayback Machine