I am trying to rewrite some old VB6 legacy programs to C# and just encountered this. I am still a little new to Visual Basic and I have no idea what this means or what it's function is. Here is the exact format:
strMyString = strMyString * 100
Its not related to a variable declaration so I don't think it has to do with the string length but I am not sure. Any advice is appreciated.