VB Code:
Module Module1 Sub Main() Dim myString As String = "myString123" Console.WriteLine(myString.Substring(0, myString.Length - 3)) Console.ReadLine() End Sub End Module
|
Results 1 to 3 of 3
Thread: Remove StringThreaded View
|
Click Here to Expand Forum to Full Width |