Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Marios Andreas Tofarides
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
António Chinita
Hi Marios. Try
Substr
(
String
,0,Length(
String
)-1)
:)
1 reply
14 Sep 2012
Show thread
Hide thread
Miguel Seabra Melo
António Chinita wrote
:
Hi Marios. Try
Substr
(
String
,0,Length(
String
)-1)
:)
... assuming Length(
String
) > 0
:)
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...