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
eric wang
87
Views
2
Comments
String_Split
Question
Hi,
I have used the String_Split and I want to list the elements in the array in the webpage.
But I didn`t see any foreach function there. So, do I have to list them one by one in code, such as:
String_Split
.
List[String_Split
.
List
.
Length-
1
]
String_Split
.
List[String_Split
.
List
.
Length-2]
..........
and tell if the Length-i>=0
J.
MVP
erm,
just dump it in a listrecords?
1 reply
10 Sep 2015
Show thread
Hide thread
eric wang
J.
wrote:
erm,
just dump it in a listrecords?
Thanks a lot for the reply, I forget to metion one thing, I don`t want to list them all, I want to add a function
to filter some of them.
I find a little diffcult for me to filter each of them in the listrecords, do you have any suggestion?
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...