TN - 1072 How to Convert Variables to Different Data Types in Citect Scripting
Description
This article from InSource shows How to Convert Variables to Different Data Types in Citect Scripting
- Author: Benjamin Davis
- Published: 12/22/2020
- Applies to: Citect
Details
- Create a function using the function keyword.
- Use the functions IntToStr(), RealToStr(), StrToInt(), StrToReal() to make the conversion.