PLC-lang / StandardFunctions

Standard functions for PLC as described by IEC61131
GNU Lesser General Public License v2.1
10 stars 2 forks source link

Fixes for the String signature #38

Closed ghaith closed 2 years ago

ghaith commented 2 years ago

The String signature now follows the new function call convention Strings are passed by reference using the {ref} keyword. What still does not work is variable-length string returns, our strings are always 81 chars