opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
Syntax
Text.End(text as nullable text, count as number) as nullable text
About
Returns a text value that is the last count characters of the text value text.
Example
Get the last 5 characters of the text "Hello, World".
Usage
Text.End("Hello, World", 5)
Output
"World"