how to convert string to intiger

vyankuvyanku Member Posts: 791
How can I convert string value to integer value ?
I want to convert entryno (string )to lineno (integer).

Answers

  • kapamaroukapamarou Member Posts: 1,152
    Search the forum and the help for 'EVALUATE'
  • BeckaBecka Member Posts: 178
    use Function EVALUATE..
    For example:
    StringVariable;
    IntVariable;
    From String to Int: EVALUATE(IntVariable,StringVariable);
    MCSD
    Attain Navision
  • b2b_Vijayb2b_Vijay Member Posts: 76
    Use this codeunit ---

    It is very useful and has all the functions.

    Codeunit No: 6201 Conventions
    Regards,
    Vijay
  • vyankuvyanku Member Posts: 791
    Thats gr8 =D>
    thanks b2b_Vijay
  • KowaKowa Member Posts: 923
    Codeunit 6201 Conventions has been removed in Version 5 ( for whatever reason :roll:, it was part of the Commerce Portal in older versions ), if you want to use the functions long-term don't forget to export it from Version 3 or 4.
    Kai Kowalewski
Sign In or Register to comment.