i want to do with the following variable a IF condition
if the first letter is an “I” or a “F”, i need only the first six figures in my variable. If not, then i use the whole text. What do i have to enter to geht only the first six figures?
Thanks all, with the if condition it works. But just to have other options, were should i enter this
System.Text.RegularExpressions.Regex.Match(strData,“(?([1])^.{6}|^.*)”).Value