How to make a number with more than 16 bits count correctly in bytes?
In JMP, when the number of bits in a numeric format is greater than 16 bits, it is displayed as a scientific count.
The result calculated with "length(char())"、 "right(char(),)" is different from the result calculated with text format of the same number of digits.
How can we make this very large number compute with these functions the same result as the text in the text forma? Thanks Experts!