Skip to content

Commit 53a27bd

Browse files
authored
Update GetIndex.cls
1 parent 016dfff commit 53a27bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GetIndex.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Class User.Functions
66
/// Output: Position integer
77
/// Example: set element = GetIndex(.array, "Value"), element will = # of first found index, 0 if not found, and -1 if invalid params
88
// TODO: Add support for multi-dimensional arrays
9-
ClassMethod GetIndex(ByRef pArray, pFind) As %Integer {
9+
CLassMethod GetIndex(ByRef pArray, pFind) As %Integer {
1010
try {
1111
// Element position init
1212
set tStruct=""

0 commit comments

Comments
 (0)