Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More Lotus Notes e-mail questions.
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00391154
Message ID:
00395296
Views:
21
Larry,

Again, thanks for your help.

I noticed that there were a couple of syntax errors in the last message you sent me and I am just asking for a quick clarification (see the ***** text):

do while occurs(";",lcsendstr) > 0
lctemp = alltrim(left(lcsendstr,at(";", lcsenstr)-1)
**** a) Missing last closing ) in the above line
**** b) Notice lcSendStr vs. lcSenStr in variable names
oSendTo = oDoc.GetFirstItem("SendTo")
if vartype(oSendTo) <> "O" then
loDoc.AppendItemValue("SendTo",lctemp)
else
oSendTo.AppendTotextList(lctemp)
endif
lcsenstr = substr(lcsendstr,at(";",lcsenstr)+1)
**** Notice lcSendStr vs. lcSenStr in variable names
enddo


Thanks again,

Kevin
Kevin Emmrich
www.jkt9000.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform