Przejdź do głównej zawartości

Expression.Identifier

Zwraca reprezentację kodu źródłowego M identyfikatora.

Syntax

Expression.Identifier(
name as text
) as text

Remarks

Zwraca reprezentację kodu źródłowego M identyfikatora name.

Examples

Example #1

Uzyskaj reprezentację kodu źródłowego M identyfikatora.

Expression.Identifier("MyIdentifier")

Result:

"MyIdentifier"

Example #2

Uzyskaj reprezentację kodu źródłowego M identyfikatora zawierającego spację.

Expression.Identifier("My Identifier")

Result:

"#""My Identifier"""

Category

Expression