Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Craig Boyd email - multiple recipients
Message
 
 
To
26/10/2009 07:27:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01431411
Message ID:
01431461
Views:
55
>>>add alines function and add them in a loop?
>>>
>>>do you have a sample of that code naomi - this is over my head.
>>>
>>>k
>>
>>lnItems = alines(laEmailAddresses, ';')
>>
>>for lnI = 1 to lnItems
>>   add recipient for laEmailAddresses[lnI]
>>next
>>
>>just an idea from the top of my head.
>alines requires a string to be turned into an array
>alines(laEmailAddresses,mystring, ';')
>
>Peter

Right, thanks for the correction.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform