Problems with return value of function
|
06-25-2017, 02:44 PM
Post: #1
|
|||
|
|||
Problems with return value of function
I am starting to program the HP Prime again after a long time!
Try to start with a simple program that is running almost perfect. See program below. In the export function a call the subroutine Eccentricity is placed, this should give back a value of E. It's give the value "0" back. But when I print it before the Return it has a value. I can't understand why this is happens. Please need some help! Thanks for any help Code: Eccentricity(ecc,M) ; |
|||
06-25-2017, 03:11 PM
Post: #2
|
|||
|
|||
RE: Problems with return value of function
A ":" is missing in this line: E:=Eccentricity(ecc,M);
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)