- fix data type converting

- add new string string data type
This commit is contained in:
Thomas Ze
2018-03-18 21:26:22 +01:00
parent f6a2e11045
commit 7cedec5909
16 changed files with 133 additions and 265 deletions

View File

@@ -163,6 +163,11 @@
/// </summary>
String,
/// <summary>
/// String variable type (variable)
/// </summary>
StringEx,
/// <summary>
/// Timer variable type
/// </summary>