Change Header Names in Stat1Var App - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Change Header Names in Stat1Var App (/thread-12231.html) |
Change Header Names in Stat1Var App - Eddie W. Shore - 01-20-2019 01:33 AM Is there anyway to change the header name for each of the columns in the Stat1Var App - outisde of the Num view (like a program command)? It appears that EDITLIST only allows the edit of one list, even with a title or a header. Please see the screen shot attached. Thanks in advance, Eddie RE: Change Header Names in Stat1Var App - Tim Wessman - 01-20-2019 04:54 AM D1(-1):="name" from memory RE: Change Header Names in Stat1Var App - Eddie W. Shore - 01-20-2019 05:00 AM (01-20-2019 04:54 AM)Tim Wessman Wrote: D1(-1):="name" from memory Cool. I was trying D1(NAME) and D1(HEADER) earlier. D1(-1) works. Thanks Tim! Eddie RE: Change Header Names in Stat1Var App - Tyann - 01-20-2019 08:59 AM Bonjour Si ça peut aider : D1(-1):="" rétablit le nom de D1. Lorsque vous avez modifié l'en-tête d'une colonne (D1 par exemple en Rh) Vous pouvez accéder aux valeurs par D1 et Rh. Hello If it helps: D1 (-1): = "" restores the name of D1. When you have modified the header of a column (D1 for example in Rh) You can access values by D1 and Rh. RE: Change Header Names in Stat1Var App - Eddie W. Shore - 01-21-2019 05:59 PM No problem, Tyann. Your English is just fine. Thank you Tyann and Tim! Eddie |