Ještě jedna maličkost, nechcui zakládat nový toppic. Mám dvě proměnné string, např. cesta1 a cesta2.
Dim cesta1 as string
Dim cesta2 as string
______________________________________________________
Private Sub Command1_Click()
Cesta1 = Text1.Text
Cesta2 = Cesta1 - "Ahoj"
Text2.Text = Cesta2
End Sub
Prostě bych potřeboval, aby cesta2 byla stejná jako cesta1 s bez slova "Ahoj".