Owning Palette: CGI VIs
Installed With: Internet Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Keyed Array VIs to create keyed arrays, in which two arrays link to each other and have values in sync. The Internet Toolkit uses keyed arrays to organize information such as cookie IDs.
The VIs on this palette can return HTTP error codes.
| Palette Object | Description |
|---|---|
| Keyed Array Add | Adds a new element identified by key and containing value to array in. |
| Keyed Array Clear | Returns an empty keyed array. |
| Keyed Array Contents | Returns arrays containing the keys and corresponding values of all the elements in array in. |
| Keyed Array Equal | Compares two keyed arrays. You can specify the case sensitivity of the comparison of both the element keys and element values. |
| Keyed Array Index Wildcards | Returns the value of the first element whose key, treated like wildcard expressions, matches key. |
| Keyed Array Index | Returns the value of the element identified by key. |
| Keyed Array Keys | Returns an array containing the keys of all the elements in array in. |
| Keyed Array Remove | Removes the element identified by key from array in. |
| Keyed Array Values | Returns an array containing the values of all the elements in array in. |
| Keyed Array Wildcard Index | Returns the value of the first element whose key matches wildcard key. |