any.jul SCRIPT

Provides helper functions for operations unified across all types.

All Definitions


TypeNameSignature
functiongetLengthint getLength(var)
functiontoStringstring toString(var)

Functions


int getLength(var val)

Get the length of anything.

Parameters

  • val The value to get the length from.

Returns


string toString(var val)

Convert anything to a string.

Parameters

  • val The value to get the string form from.

Returns

  • The string representation of the input value.