- 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

@@ -91,6 +91,7 @@
<Compile Include="Types\Double.cs" />
<Compile Include="Types\DWord.cs" />
<Compile Include="Types\Int.cs" />
<Compile Include="Types\StringEx.cs" />
<Compile Include="Types\String.cs" />
<Compile Include="Types\Struct.cs" />
<Compile Include="Types\Timer.cs" />