Open main menu

TaticView β

Changes

Expressions

12 bytes added, 14:18, 28 July 2017
Marked this version for translation
'''Examples''': SQRT('36').
==== Like ====<!--T:67-->
Returns true if the desired content is found in the list and false if the content is not found.
Syntax: ''LIKE(<data_set>;<pattern>)''. Needs two parameters, the first is the set of data that will be queried. The second is the term one wishes to find, in the data set. Returns true or false.