ajSumByte function
Available since AlchemyJ v4.2.1
Description
Returns the sum of all characters' byte value in the message.
Syntax
ajSumByte(message, [character_set])
Argument Name | Argument Type | Description |
---|---|---|
message (required) | Variant | The message from a range of cells. The range of cells can span across multiple rows and columns. All the cells will be concatenated. |
character_set (optional) | String | The character set when reading the text. The default value is ISO-8859-1. |
The function will return:
1) Return Value: Number
2) Return Type: Single Value
Example
It wil sum all character's byte value of the input message.
Error Scenarios
It will return #VALUE! when missing any required parameter or mismatch parameter type.