S
sjsean
The page I am using works fine when just using hand entered values in
the page itself ie objMM.To = "(e-mail address removed)"
The problem I am having is I can't seem to "translate" the array I
have of values into a string that would be useable for the .Body
portion. Does anyone have suggestions or recommendations of an
article I could read?
dim cartArray
dim i
cartArray=session("cartArray")
i = cartArray(0,0)
objMM.Body = ???
Again any help is appreciated.
S
the page itself ie objMM.To = "(e-mail address removed)"
The problem I am having is I can't seem to "translate" the array I
have of values into a string that would be useable for the .Body
portion. Does anyone have suggestions or recommendations of an
article I could read?
dim cartArray
dim i
cartArray=session("cartArray")
i = cartArray(0,0)
objMM.Body = ???
Again any help is appreciated.
S