Skip to content

Commit

Permalink
Added 'isset array'.
Browse files Browse the repository at this point in the history
  • Loading branch information
pieman72 committed Nov 30, 2014
1 parent b05e54c commit 3d7d54a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions adhoc.js
Expand Up @@ -1065,6 +1065,16 @@ Event.observe(window, 'load', function(){
}

// Arrays
,{ // Check whether baseArray[index] has been set
package: 'System'
,name: 'isset array'
,argv: {
baseArray: adhoc.nodeDataTypes.ARRAY
,index: adhoc.nodeDataTypes.INT
}
,dataType: adhoc.nodeDataTypes.BOOL
,childDataType: adhoc.nodeDataTypes.VOID
}
,{ // append to array one item
package: 'System'
,name: 'append to array'
Expand Down

0 comments on commit 3d7d54a

Please sign in to comment.