Hi
Well basically I want to extract all the characters from a variable, and I am using the substring propety to do that, I specify the starting character to be 75, but as the variable is always gonig to hold different lengths of data, I cant specify a fixed value, so what should I do?
Code:If ObjProblemDescription.Length > 75 Then ObjProblemDescription2 = ObjProblemDescription.Substring(75, ,> 75???)




Reply With Quote