Converting A string to Number

kkaklkkakl Member Posts: 8
edited 2004-11-26 in Navision Attain
Hi

I am trying to convert a string to number.
Is there a system function in navision, or I have to
create it on my self?

Comments

  • ArhontisArhontis Member Posts: 667
    Hi,

    Look at (C/SIDE help):
    EVALUATE (Variable)
    Use this function to evaluate a string representation of a value into its normal representation. The system assigns the result to a variable.
    Value := '010196';
    Ok1 := EVALUATE(VarInteger, Value);
    
    where varInteger is an integer variable and value is a string variable.[/quote]
  • kkaklkkakl Member Posts: 8
    Thanks a lot :D
    EYXARISTO!
  • ArhontisArhontis Member Posts: 667
    :lol:
    Any time...
Sign In or Register to comment.