View Single Post
Old 12-12-2003, 11:40 AM  
InsaneGreen
Confirmed User
 
Join Date: Aug 2003
Location: southern california
Posts: 996
a little VB help...

im trying to decide which control to use by using a string for a mailer.. each target has 4 email bodys it rotates thru, named like this
asianbody1.text
asianbody2.text
asianbody3.text
asianbody4.text

heres what im having trouble with:
Dim thebody As Control
target$="asian"
bodycount$="1"
thebody = (target$ & "body" & bodycount$)
MsgBox (thebody.Text)


here is the error im getting

does anyone know how to make something like this work? thanks in advance!!!
InsaneGreen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote