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
2016-04-21 20-09-55
J.
 
MVP
erm, 

just dump it in a listrecords?

UserImage.jpg
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 GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.