Left('Hello Worlds', -1) should be the same as Left('Hello Worlds', Length('Hello Worlds') -1.
Expected output: Hello World
Would be super useful for removing text from the end of strings.
Left('Hello Worlds', -1) should be the same as Left('Hello Worlds', Length('Hello Worlds') -1.
Expected output: Hello World
Would be super useful for removing text from the end of strings.