Post Reply 
Help with INPUT and chekbox
05-22-2015, 03:55 PM (This post was last modified: 05-22-2015 05:38 PM by salvomic.)
Post: #6
RE: Help with INPUT and chekbox
(05-22-2015 03:04 PM)DrD Wrote:  I'm not sure. Could you post the entire INPUT() line? Most likely it has to do with the position parameters. Perhaps line length gets too long?

the long long line is this, but I must reorder some parameters (obviously the dates should be for me, Italian, dd mm yy)...
Code:

input ({ {dd1,[0],{15,15,1}}, 
{mm1,{"1","2","3", "4", "5", "6", "7", "8", "9", "10", "11", "12"}, {40,15,1}}, 
{yy1,[0],{70,15,1}},
{dd2,[0],{15,15,3}}, 
{mm2,{"1","2","3", "4", "5", "6", "7", "8", "9", "10", "11", "12"}, {40,15,3}}, 
{yy2,[0],{70,15,3}},
{pv, [0], {15,15,4}}, 
{n, [0], {40,15,4}},{r,[0],{70,15,4}},
{beg,0, {20,2,5}}, {flg,0,{80,2, 5}}
}, 
"Calc difference days", {"d1", "m1", "y1", "d2", "m2", "y2", 
"PV", "N","r%", "End","Financial"}, 
{"Day 1", "Month 1", "Year 1", "Day 2", "Month 2", "Year 2", 
"Present value", "Yearly pmt n", "Yearly rate%", 
"Begin or End", "Financial year (360)"
}, 
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0,0}, 
{1, 1, 2015, 1, 1, 2015, 1000, 36, 5, 1, 1} );

Quote:Also, I get a syntax error when compiling the odd_period() program (from your other thread), when run on the emulator. Does it run okay for you?

This morning I copied from my raft here in the Mac...

EDIT: now it should work. I've put in the post the version from the Prime...

Salvo

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Help with INPUT and chekbox - salvomic - 05-22-2015, 10:35 AM
RE: Help with INPUT and chekbox - DrD - 05-22-2015, 12:04 PM
RE: Help with INPUT and chekbox - DrD - 05-22-2015, 12:22 PM
RE: Help with INPUT and chekbox - salvomic - 05-22-2015, 01:42 PM
RE: Help with INPUT and chekbox - DrD - 05-22-2015, 03:04 PM
RE: Help with INPUT and chekbox - salvomic - 05-22-2015 03:55 PM



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