Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IMPORTANT: You should always release the handle to an SRP List when you no longer need it by calling SRP_List_Release.

Examples

Code Block
// Get the list delimited by @FM
List1 = SRP_List_GetVariable(Handle);

// Get the list delimited by @SVM
List2 = SRP_List_GetVariable(Handle, @SVM);

// Get the list delimited by commas
List3 = SRP_List_GetVariable(Handle, ",");