# CREATE\_STRING\_FROM\_ARRAY\_OF\_WORD

## `CREATE_STRING_FROM_ARRAY_OF_WORD` (FUN)

`FUNCTION` CREATE\_STRING\_FROM\_ARRAY\_OF\_WORD: `STRING`(128)

InOut:

| Scope  | Name                               | Type              | Comment                                                                                                                        |
| ------ | ---------------------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Return | `CREATE_STRING_FROM_ARRAY_OF_WORD` | `STRING(128)`     |                                                                                                                                |
| Input  | `wNumberOfCharacters`              | `WORD`            | Number of characters (2 <= number <= 128, integer multiple of 2)                                                               |
| Input  | `pwPointerToArray`                 | `POINTER TO WORD` | Pointer to the array with the characters (2 characters per array element, ASCII-encoded, character 1 = MSB, character 2 = LSB) |
