juance

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About juance

  • Rank
    Hi, I am New!

Profile Information

  • Country Canada
  1. STRING_TO_INT() function

    Hi all: I am trying to figure out what is the result of converting an string to an int using STRING_TO_INT() function. For example: integer := STRING_TO_INT('A'); What is the converted value ? What is the conversion criteria this function uses ?. There's not information in the manual. Thanks!