06-13-2024, 09:19 PM
(06-12-2024, 11:16 PM)SMcNeill Wrote: You can't use User Defined Types as the function return itself, but you can use them as a parameter and pass the value back and forth.Ah, I completely forgot about that. It's like passing a parameter by reference in other languages. Thank you!
[...]
As you can see, you can pass those values via parameter; just not as a return through the function itself.
(06-13-2024, 12:54 PM)mdijkens Wrote: I would use the function and return i%That is very good point! I was just going with "IF LEN(config_item.label) THEN" but I like your way better. Thank you!
when returned you might want to know if the config_item was changed