Versions Compared

Key

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

...

To accommodate the server-side function from the client, each server-side function name ends with the two characters ``DS”. For example, ``tableDS”, ``varDS”.

Code Block
languager
[name of function]DS <- function()
{
}

...