fvdpbaan
14th February 2007, 09:25
Hello Baanboard users,
is it possible to pass on a baan variable to a shell() function? How do I do this?
Example: I want to pass on a <e-mail_adress_variable>.
function send.mailing.file()
{
long ret
ret = shell("mailx -s 'De status van uw order is gewijzigd.' <e-mail_adress_variable> < /var/samba/aut/order.txt", 0)
}
Best regards,
Frank
is it possible to pass on a baan variable to a shell() function? How do I do this?
Example: I want to pass on a <e-mail_adress_variable>.
function send.mailing.file()
{
long ret
ret = shell("mailx -s 'De status van uw order is gewijzigd.' <e-mail_adress_variable> < /var/samba/aut/order.txt", 0)
}
Best regards,
Frank