you can use a binary or a struct.
For example look at the class WinApi in Axapta.
There are calls to DLL-Functions using Pointers in Arguments.
Best Regards
Mark
--- In [EMAIL PROTECTED], "Steeve Gilbert"
<[EMAIL PROTECTED]> wrote:
> Don't think so. You could use something like a struct.
>
> struct structptr = new struct(types::string, "data");
>
> Class::Method(structptr); // -> structptr.value("data", "Stuff").
>
> Info(structptr.value("data"));
>
> That way I think it could work.
>
> Steeve...
>
> -----Message d'origine-----
> De�: eva_aksnes [mailto:[EMAIL PROTECTED]
> Envoy�: 4 mars 2004 14:22
> ��: [EMAIL PROTECTED]
> Objet�: [development-axapta] Pointer in Axapta
>
> Is it possible to declear a variable as a pointer in Axapta?
>
> Eks:
>
> str pointer;
> ;
>
> Class::Method(pointer);
> print pointer;
> pause;
>
> I want to be able to print the value that pointer has got in Method.
>
>
>
>
> Yahoo! Groups Links
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

