|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Arrays and Data-Structures > ARS. - Array's > ARS. - Special Operations |
📘 SPR Special Operations Manual
This guide provides a comprehensive overview of Special Operations in SPR, explaining what they are, how to use them, and why they are a powerful tool for scripting. Whether you're a beginner or an experienced user, this manual will help you master Special Operations with clear explanations and practical examples. Let’s dive in! 🚀
•What are Special Operations?
•Special Operations Commands Overview
•Code Examples
Special Operations in SPR refer to a set of commands that perform unique and specific tasks, often related to data type management and element type identification. These operations are essential for advanced scripting and data manipulation, allowing you to handle complex scenarios with ease.
Special Operations can be used to:
1.Identify the type of an element.
2.Validate data structures.
3.Perform unique transformations on data.
Here’s a quick overview of the most common ARS commands for Special Operations:
' Retrieves the type of an element.
ARS.GetType|$$ELEMENT|$$RES
' Validates the structure of a data container.
ARS.Validate|$$CONTAINER
' Performs a unique transformation on the data.
ARS.Transform|$$DATA|$$RES