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...")
 
(Category and new to 6.2)
Line 1: Line 1:
 +
[[category:Data Type Functions]]
 +
 +
''New to [[Analytica 6.2]]''
 +
 
== BinaryDataSize( data ) ==
 
== BinaryDataSize( data ) ==
  

Revision as of 23:33, 27 October 2022


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


You are not allowed to post comments.