![]() |
|
Никита Сунгуров
19-05-2011 14:27 (ссылка)
Никита Сунгуров
19-05-2011 14:29 (ссылка)
Re: Please HELP!!!
VB6:
xLeft = Left(Text1.Text, 3)
Text1.Text = xLeft & " - " & Right(Text1.Text, Len(Text1.Text) - Len(xLeft))
xLeft = Left(Text1.Text, 3)
Text1.Text = xLeft & " - " & Right(Text1.Text, Len(Text1.Text) - Len(xLeft))
Комментарии запрещены
Text1.Text = Replace(Text1.Text, "@", "@ -")