English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

this is the code
Shell ("cmd /k ping -t -w 10 -l " & text2.text " & Text1.Text)
text2.text is the size of the byte of the ping
text1.text is the website name
I need help please how do i seperate text2.text and text1.text ?

2007-09-04 03:24:53 · 2 answers · asked by heayea 1 in Computers & Internet Programming & Design

2 answers

Is this the answer that you are looking for?
Shell ("cmd /k ping -t -w 10 -l " & text2.text & " " & Text1.Text)

2007-09-04 03:33:41 · answer #1 · answered by AnalProgrammer 7 · 0 0

You should insert a space between text2.text and text1.text
It could be:
Shell ("cmd /k ping -t -w 10 -l " & text2.text &" " & Text1.Text)

2007-09-04 10:34:12 · answer #2 · answered by halen_shezar 2 · 0 0

fedest.com, questions and answers