Hello everybody,
please can anybody help me about how can i convert these functions to a vb.net code in windows form application getting the same result.
Regards
please can anybody help me about how can i convert these functions to a vb.net code in windows form application getting the same result.
Code:
Trim(sName) = Left(sTemp, InStr(sTemp, ",") - 1) sTemp = Right(sTemp, Len(sTemp) - InStr(sTemp, ","))
Comment