Framework:FKT StringLess: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== <span {{CoPFormel}}>FKT_StringLess(string a, string b)</span><br> This function belongs to :Category:Functions_-_server-side|s..." |
No edit summary |
||
| Line 5: | Line 5: | ||
==Result== | ==Result== | ||
FKT_StringLess([ | FKT_StringLess([Table.Textfield1], [Table.Textfield2]) -> [Table.Bool] | ||
This function compares 2 strings of datatype "text. The result will be displayed in a field of datatype "bool" | This function compares 2 strings of datatype "text. The result will be displayed in a field of datatype "bool" | ||
Latest revision as of 10:42, 1 September 2021
Function
FKT_StringLess(string a, string b)
This function belongs to server-side functions.
Result
FKT_StringLess([Table.Textfield1], [Table.Textfield2]) -> [Table.Bool] This function compares 2 strings of datatype "text. The result will be displayed in a field of datatype "bool"