Sorry, made some errors while translating my code in the early post. Here we go...
Public Sub Oplos(Mystring As String)
Dim pos(4) As Integer
Dim MyValues(4) As String
Dim i, j, counter, startpos As Byte
counter = 0
For i = 2 To Len(Mystring) Step 1
If Mid$(Mystring, i, 1) = ","...
Hi,
Maybe this code can help you with the parsing problem.
Public Sub Oplos(Mystring As String)
Dim pos(7) As Integer
Dim MyValues(7) As String
Dim i, j, counter, startpos As Byte
counter = 0
For i = 2 To Len(Mystring) Step 1
If Mid$(Mystring, i, 1) = "," Then
counter =...
Hi,
I've noticed that the use of the "#" isn't consistent - you can write some parsing code if you make sure that each line is starting with an "#" and is closed with a "#"; also be sure that between each value the delimiter-sign is used.
Once you have done this...
A red cross shows on the mapping to the server(W2K). I know this happens after 15 or so minutes by default but there is a command that can set the default to never "disconnect" Thanx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.