Processing data in a CPad

After you define the code to create and store data in a CPad, the next step is to process that data in some way.

string_pad_create.cpp shows a UDSF called string_pad_get. This UDSF takes, as input, a position value and uses it to return the character in the corresponding position of the array that is saved in the CPad with the name stringpad. If a CPad with this name does not exist, the function exits with an error.