ArrayGetString Op

ArrayGetString

get a string from an array at [index]


<p>Returns one string from an array based upon index.</p>


Full Name
  • Ops.Array.ArrayGetString
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


INPUT PORTS


array (Array)

<p>The string array in</p>

index (Number:

<i>integer</i>

)

<p>The index to look up. Starts at 0</p>

OUTPUT PORTS


result (String)

<p>The returned string based upon index lookup</p>


Patches using ArrayGetString

  • Examples
  • Public
  • My Patches