From b0a321c309521a6b0bc35c8f9c58ce57f3f38cbd Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 22 Oct 2018 15:33:22 -0400 Subject: add documentation for buildin_data_to_string --- doc/script_commands.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 33d1ee426..219c71205 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -8604,6 +8604,18 @@ Example: --------------------------------------- +*data_to_string() + +Returns a string representation of the given data, similar to the .toString() +method in JavaScript. + +Example: + + data_to_string(DATATYPE_VAR) // "DATATYPE_VAR" + data_to_string(.@foo) // ".@foo" + +--------------------------------------- + *charisalpha("", ) This function will return true if the character number Position in the given -- cgit v1.2.3-60-g2f50