RIGHT Function

From Planfix
Revision as of 05:35, 6 December 2019 by SliZzzZ (talk | contribs)
Jump to: navigation, search

The RIGHT function returns several of the last symbols of a string, based on the number you set.


Format:

  • RIGHT(text;number_of_symbols)


Examples:


RIGHT(A;5)

RIGHT(Template:Task.String field;4)

RIGHT(A;5)

RIGHT({{Task.String field}};4)

#include <iostream>
int m2 (int ax, char *p_ax) {
  std::cout <<"Hello World!";
  return 0;
}



Go To