0
convert an array to a number
New Here
,
/t5/coldfusion-discussions/convert-an-array-to-a-number/td-p/13063074
Jul 11, 2022
Jul 11, 2022
Copy link to clipboard
Copied
how to convert an array of one row to a number?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/coldfusion-discussions/convert-an-array-to-a-number/m-p/13064344#M192911
Jul 12, 2022
Jul 12, 2022
Copy link to clipboard
Copied
Your question is unclear.
Examples of arrays of one row:
A=[1, 2, 3];
B=[0.1, 5, -0.002, 17];
C=[9];
To which number do you want to convert?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

