I have the following code that converts a string of the following format: "G##" to an integer ## Dim str As String Dim int As Integer str = "G14" int ...
確定! 回上一頁