Advertisement
ASP_Volume2 Coding Standards #28728

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

Tóm tắt bởi AI: 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.

Mã nguồn
original-source
<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 =&gt; Add(item(),tag(),color())<br>
Clear : To Empity the collection =&gt; Clear()<br>
Count : How Many Record =&gt; count<br>
EditItem : Edit Any Record EditItem(number,newitem,newtag,newcolor)<br>
FindOne : Find first record which start string what u want =&gt; FindOne(strFind)<br>
FindAll : Find all records which start string what u want =&gt;FindAll(strFind) 
variant()<br>
GetAll :Get The All Records seperated with a delimiter =&gt;GetAll(MyDelimiter)<br>
InsertOne : Insert A Record After A Record =&gt;InsertOne(startIn, Optional item, 
Optional Tag, Optional color)<br>
InsertArray : Insert Array Inside records<br>
RandomFillNumbers : Fill The Collection with Randomize Integers =&gt;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 =&gt;RemoveBetween(x,y)<br>
Sort : Sort by desc or asc or return before sort =&gt; Sort(SortIt as Boolean,Desc 
as Boolean)</span></font><br>
&nbsp;</p>
Bình luận gốc (3)
Được khôi phục từ Wayback Machine