hey somhow i cant take away inside len(..)
for example i want to get a string of text "hello lol"
say i want to get the lol from the "hello lol"
i tried right("hello lol", len("hello lol" - 6)) but that didnt work
how can i get this working thanks ^_^