Skip to content

Commit 0e2d420

Browse files
committed
Adding more ObjectString Functions
1 parent 89ec2a6 commit 0e2d420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

COSQuickRef.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Caché ObjectScript Quick Reference
22
A list of some common ObjectScript expressions
33

4-
## Object/SQL Basics
4+
## Object/SQL Basics
55

66
| Action | Code |
77
|----------------------------------------------|-----------------------------------------------------------------------------------|
@@ -92,6 +92,8 @@ A list of some common ObjectScript expressions
9292
| Retrieve an item from a list | `Set variable = $list(listString, position)` |
9393
| Put item into list string | `Set $list(listString, position) = substring` |
9494
| Display the length of a list | `Write $listlength(listString)` |
95+
| Search a value in a list | `Write $listfind(listString, value)` |
96+
| Build a list from a string | `Set listString = $listFromString(string, delimiter)` |
9597

9698
## ObjectScript Existence Functions
9799

0 commit comments

Comments
 (0)