Jump to content

Use UDFB more then once


prebone

Recommended Posts

The whole point of a Function/UDFB is to be used more than once with different parameters.

For it to work, you should avoid the use of Global tags in the UDFB if those Global tags are needed to be different on each call (You should rather define them as Function-In/Out and pass them as a parameter).

 

Without seeing your code, I cannot know what you are trying to do, or what you are doing wrong.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.