![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Returns a syntax V string containing the same internal float representation as the input float value, left-justified. (F)
• Each byte of the returned string is initialized to 0 and the input floating point value is moved into the string buffer left-justified.
A1(1.23456789e2,8) results in an 8-byte STR buffer containing internal floating point representation for 123.456789.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |