0 Members and 2 Guests are viewing this topic.
I have a little question too, is TStringArray a built in variable type.And how can you change the 'height' of an array, like is there anything like SetArrayHeight(Array,height)
Can someone explain to me what this xsplit function does and how to use it?I'm just curious, and it might be usefull, but i don't know what it does.Thanks.
When I used xSplit I found out that it didn't work for 100%. It gave much runtime errors (out of range) when I used it so I remade the function. The function works the same, but begins at 0. It looks if the needle is in the back (in case of a file), if true it deletes it. It returns the array length as iArray so you don't need to use arrayhigh or getarraylenth.