Post Reply 
48: Moving average with DOSUBS
06-12-2015, 02:55 PM
Post: #2
RE: 48: Moving average with DOSUBS
? But it does work, and DOSUBS has no issues with local variables being in the executable object..
{ 1 2 3 } 2 MAVG returns { 1.5 2.5 } as it should
BTW you don't need to include L in your local environment

Code:
MAVG:
\<< \-> N
  \<< N \<< N \->LIST AVG \>> DOSUBS \>>
\>>

Cheers, Werner

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 48: Moving average with DOSUBS - Werner - 06-12-2015 02:55 PM



User(s) browsing this thread: 1 Guest(s)