Pass a String Var to a Function

D

DDBeards

This may be an easy one, but I am going nuts with it. I have a routine that
builds a string "em_body". I want to pass this built string to function
called "email_build".

email_build(embod as string) is the function.

I called it with email_build(em_body) and fails do to mismatch, and of
course if I call it with email_build("em_body") all I get is the words
em_body, not the value.

Please help

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top