How do I end an if statement in CR4.6.1.0?
Here's my dilemma. I want to add a bunch of fields, but some of them are null. So, I need to do something like:
if not isnull(field1) then
{
field1 +
}
if not isnull(field2) then
{
field2 +
}
...
if not isnull(fieldx) then
{
fieldx +
}
0
BUT, since I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.