You are in Ax 4.0 right?  If so, can you Add System as a References 
in the AOT?

regards,

Steeve...

--- In Axapta-Knowledge-Village@yahoogroups.com, Jérôme Piquot 
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> I would like to call the static TryParse method (public static bool 
TryParse(string s, out double result);  in System.Double .Net class) 
from X++.
> How can i use num as a .Net output parameter?
> 
> {
>     str strNum = "123,25";
>     real num;
>     ;
>     
>     System.Double::TryParse(nstr, num);
> }
> 
> 
> 
> Cordialement,
> __________________________
> 
> Jérôme Piquot
> 
> Gédimat Wolff-Catenne
> 6, rue de la Gare 
> 67120 Ernolsheim sur Bruche
> France
> 
> Tél : +33 3 88 59 50 60
> Fax: +33 1 41 30 17 34
> Blog : http://piquot.spaces.live.com/
> __________________________
>


Reply via email to