Difference between revisions of "BinaryDataSize"
(Created page with "== BinaryDataSize( data ) == Returns the number of bytes in an in-memory binary data term. == Example == :<code>BinaryDataSize( base64'27Zt27btSMC3bdu2bdtIwJIkSZIkyUjAb...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[category:Data Type Functions]] | ||
+ | |||
+ | ''New to [[Analytica 6.2]]'' | ||
+ | |||
== BinaryDataSize( data ) == | == BinaryDataSize( data ) == | ||
Line 9: | Line 13: | ||
== See also == | == See also == | ||
+ | * [[In-memory binary data terms]] | ||
* [[GetFromBinaryData]] | * [[GetFromBinaryData]] | ||
* [[ReadBinaryFile]] | * [[ReadBinaryFile]] | ||
* [[WriteBinaryFile]] | * [[WriteBinaryFile]] | ||
* [[Base64-encoded binary term literals]] | * [[Base64-encoded binary term literals]] |
Latest revision as of 18:52, 8 August 2023
New to Analytica 6.2
BinaryDataSize( data )
Returns the number of bytes in an in-memory binary data term.
Example
BinaryDataSize( base64'27Zt27btSMC3bdu2bdtIwJIkSZIkyUjAbtu2bdu2SMAyAb9GkqRIwJmAXyNJkkjA' )
→ 96
See also
Comments
Enable comment auto-refresher