Added MatrixExists() function
This commit is contained in:
@@ -269,6 +269,10 @@ embed_function("Stack_Size_N", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("num_stack", ID_TYPE_NUM);
|
||||
embed_function("Stack_Size_S", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("str_stack", ID_TYPE_NUM);
|
||||
embed_function("Stack_N_Exists", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("num_stack", ID_TYPE_NUM);
|
||||
embed_function("Stack_S_Exists", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("str_stack", ID_TYPE_NUM);
|
||||
embed_function("OpenFile", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("fileName$", ID_TYPE_STR);
|
||||
add_embedded_arg("mode", ID_TYPE_NUM);
|
||||
@@ -1362,6 +1366,8 @@ add_embedded_arg("mA", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_BYREF_NUM);
|
||||
embed_function("MatrixExists", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("mA", ID_TYPE_NUM);
|
||||
embed_function("GetClipboardText$", ID_TYPE_FN_STR);
|
||||
embed_function("SetClipboardText", ID_TYPE_SUB);
|
||||
add_embedded_arg("txt$", ID_TYPE_STR);
|
||||
|
||||
Reference in New Issue
Block a user