I have a function which takes the user ID, strips it and adds an email to it. This function is called (CreateEmailAddress) within CP Utilities code unit.
I then have another function which creates an email response. I need to basically call the function above within this to state what strUsersName in the above function is.
How can I write this, I know it should only be a line or two long..
I've never done this before so I'm struggling to explain what I mean in a good way.
*This post is locked for comments