bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] FW: Re: using XFRPC11.w3


From: Juergen Sauermann
Subject: Re: [Bug-apl] FW: Re: using XFRPC11.w3
Date: Mon, 27 Apr 2015 15:20:41 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Dan,

thank you very much for that information. I am forwarding it to bug-apl because
I believe that it deserves a wider audience...

/// Jürgen


On 04/27/2015 02:09 PM, danb wrote:

FYI

 

From: danb [mailto:address@hidden]
Sent: 27 April 2015 08:07
To: 'address@hidden'
Subject: Re: [Bug-apl] using XFRPC11.w3

 

Hi Fausto,

 

In Dyalog APL the user command ]out exports a workspace in extended format by default but you can ask it to be in ATF format by using the switch –atf.

 

This will create a file which you can use in APLX, APL2 or any APL that supports the ATF format to recreate the code using )IN in those APLs.

 

The ATF format presents problems on its own which the extended format solves but this format requires code like the xfrpc11.w3 workspace for APL2000.

For example if the APL source code uses AV then it is unlikely to work in the target APL because the 2 AVs are different. The extended format knows about this and would replace all occurrences of AV by ∆AV and create a ∆AV variable in the target workspace.

 

You can read more about this by going to http://www.milinta.com/xfrpc.htm

You can also get some more info on the Dyalog side by doing ]???out.

 

Cheers

/Dan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]