HSL Help: Using Functions

Hey everyone,

New to HSL and trying to write a simple HSL script that finds certain characters in a string. When trying to use basic functions like ‘GetLength()’, I keep getting errors about a ‘wrong member function’.

Is there a good example HSL code that I can look at that utilizes some of the string manipulator functions?

Thanks!

I happily second the inquiry.
I have so far been able to check the hsl-file of a method to find functions I am looking for. This is cumbersome, though.
To your question: are you aware of the string-library? I think it contains the function you are looking for.