302
Views
2
Comments
Remove the last character from a string
Question
Hello all out there!

How can I delete the last character from a string?

Thanks in advance,

Marios
2020-12-07 17-35-54
António Chinita
Hi Marios. Try 

Substr(String,0,Length(String)-1)

:)
2020-10-15 10-24-31
Miguel Seabra Melo
António Chinita wrote:
Hi Marios. Try 

Substr(String,0,Length(String)-1)

:)
 
... assuming Length(String) > 0

:)
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.