VISUAL BASIC Programming, For Beginners Learn Coding Fast! by Yao Ray

VISUAL BASIC Programming, For Beginners Learn Coding Fast! by Yao Ray

Author:Yao, Ray [Yao, Ray]
Language: eng
Format: epub
Publisher: Tutorial eBook & Book, A Quick Start Guide.
Published: 2020-08-04T16:00:00+00:00


MyList.Insert (3, 100) 'now becomes {10,11,12,100,13,14}

MyList.IndexOf (100) 'returns index 3

MyList.Reverse () 'now becomes {14,13,100,12,11,10}

MyList.Remove (100) 'now becomes {14,13,12,11,10}

Console. Write(MyList.Count ) 'now has five elements

Console. ReadLine()

End Sub

End Module

Output:

5

Explanation:

Want to know more all List methods, please check the website:

https://msdn . microsoft . com/en-us/library/6sh2ey19(v=vs . 110) . aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1

Summary



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.