![]() |
![]() |
![]() |
![]() |
name_of function
Synopsis
name_of returns a string value containing the name of the object object. The is an optional second arguement. If set to 1 (the default), underscores int he name are replaced by spaces as in the example shown. If set to 0 they remain as underscores. For example:
-> string str1 => name_of(<-, 0);
-> string str2 => name_of(<-,1);
![]() |
![]() |
![]() |
![]() |