SetLength procedure

Hi,

When calling SetLength in PascalScript, is added space in a string or array undefined, or guaranteed filled with zero?

What about SetArrayLength in the same regard?

Hello,
You wrote:

When calling SetLength in PascalScript, is added space in a string or array undefined, or guaranteed filled with zero?
For strings it just uses standart delphi function ‘SetLength’.

What about SetArrayLength in the same regard?
It clears array items.