Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

Text.Code

Queries the number of a character.

Component Version macOS Windows Linux Server iOS SDK
Text 5.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Text.Code"; Char )   More

Parameters

Parameter Description Example
Char The text character to look at. "😀"

Result

Returns text or error.

Description

Queries the number of a character.
Returns the unicode code point. Compared to FileMaker's Code() function, this function does handle codes over 65535.

See also Text.Character.

Examples

Query code for a smiley:

MBS( "Text.Code"; "😀" )

Example result: 128512

See also

Blog Entries

This function is free to use.

Created 4th June 2015, last changed 9th November 2021


Text.Characters - Text.Concat

💬 Ask a question or report a problem