Post Reply 
HP 50g List function question
09-10-2017, 08:48 AM (This post was last modified: 09-10-2017 09:00 AM by Gilles59.)
Post: #6
RE: HP 50g List function question
(09-09-2017 10:47 PM)Andres1 Wrote:  Hello everyone,


If not, is there a function that can (...)separate a list in two (one of size 'n').

Thanks in advance,
Sincerely,

Andres

With GoferList again (see Pier post to download the Library) :

Code:

{ a b c d e f h g } 3 Split

-> 

{ a b c }
{ d e f g h }

Without :

Code:

{ a b c d e f h g } 3
«
 DUP2 1 SWAP SUB 
 UNROT 1 + OVER SIZE SUB
»
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP 50g List function question - Andres1 - 09-09-2017, 10:47 PM
RE: HP 50g List function question - pier4r - 09-10-2017, 07:18 AM
RE: HP 50g List function question - pier4r - 09-10-2017, 09:40 AM
RE: HP 50g List function question - pier4r - 09-10-2017, 07:46 AM
RE: HP 50g List function question - Gilles59 - 09-10-2017 08:48 AM
RE: HP 50g List function question - DavidM - 09-10-2017, 03:28 PM
RE: HP 50g List function question - Juan14 - 09-10-2017, 07:41 PM



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