Is adtempus have the ability to replace partial string of a variable?

TJ (32 posts)
December 10, 2018 01:36 PM
Accepted Answer

I have a database operation job which I select a scalar value into a defined variable. I still need to do some massage on this value that replacing partial of characters. 

is there a function that do this easily in adtempus or do I need to write script in order to do this?

 

Thanks!

Bill Staff (599 posts)
December 11, 2018 09:21 AM
Accepted Answer
You would need to write a script to do this. An Inline Function might be a good way to do it.
TJ (32 posts)
December 11, 2018 11:00 AM
Accepted Answer
I did write a script to do some massage on the string. I've defined a variable to pass the value to program, How can I get the new value out of program and pass the value to the same variable or output variable? so I can use this in email notification.
Bill Staff (599 posts)
December 12, 2018 06:59 AM
Accepted Answer

Sorry, I'm not clear what you're asking.

Are you asking how to get information out of a program that adTempus is running, and assign that to a variable? The only way to do that would be to have the program write the value to a file, and then use a script to read the file and assign the contents to a variable.

Replies are disabled for this topic.