https://github.com/cartyc/fmsplit
Filemaker Split function.
https://github.com/cartyc/fmsplit
Last synced: 5 months ago
JSON representation
Filemaker Split function.
- Host: GitHub
- URL: https://github.com/cartyc/fmsplit
- Owner: cartyc
- Created: 2014-03-17T18:40:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T18:46:02.000Z (over 12 years ago)
- Last Synced: 2025-10-27T11:44:17.617Z (9 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fmSplit
=======
Filemaker Split function.
split(string; text ; value)
example input:
split("hello;how;are;you;doing"; ";" ; "")
returns a value list:
"Hello"
"How"
"Are"
"You"
"Doing"