MathInsideANString

Perform math on numbers inside list of numbers in format of ANString.
Something like 8|9|3|
Uses Evaluate
Return a string after performing math calculations on each of the items in ANString
ANString example 344|559|8990
MathEq example * 45
Sepa example |
Return
15480|25155|404550
Because we did the math as                    344 * 45|559 * 45|8990 * 45

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

ANString, MathEq, Optional Sepa = "|"

MathInsideANString("8|9|3", " * 14", "|")
to Return
112|126|42

Views 194

Downloads 114

CodeID
DB ID