Hey, i was wondering, is there a way i could store a variable in mid-string?
like rather then saying
have it do something likeVB Code:
Dim strName As string strName = txtinput.text
VB Code:
If txtinput.text = "my name is <Variable>"(then have it store whatever you put in that slot as strName) then messagebox.show: "you said your name was " & strName End If
if you understand this question and have a solution, would appricate it
thanks
--Flac




Reply With Quote