"unmatch control word" error message
|
12-24-2013, 02:25 AM
Post: #7
|
|||
|
|||
RE: "unmatch control word" error message
[quote='Damien' pid='1268' dateline='1387842170']
And if you had WindChillIntroDisplay(DegF,Mph) subroutine in your code ? Code: WindChillIntroDisplay(DegF,Mph); Code: DegF,Mph,wct,wcto,ft; // local vars used You declare a function, you call it, but it does not exist ... Regards, Damien. Damien; WindChillIntroDisplay(DegF,Mph) is not the problem. That subroutine only takes inputs and displays the 2 passed values DegF and Mph. What I am attempting to do is code in a conventional programming style, and have a subroutine create 2 new values and then pass them back to the main program "WindChillPgm();" so I can then pass them to another subroutine that is not part of the main program. I appear to have the syntax incorrect in getting the values back to the main program, Possibly you, Han, or Michael can help with that. Thanks rcf |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
"unmatch control word" error message - Bob Frazee - 12-23-2013, 09:49 PM
RE: "unmatch control word" error message - Han - 12-23-2013, 10:32 PM
RE: "unmatch control word" error message - Bob Frazee - 12-24-2013, 02:02 AM
RE: "unmatch control word" error message - Han - 12-24-2013, 03:47 AM
RE: "unmatch control word" error message - Michael de Estrada - 12-23-2013, 11:19 PM
RE: "unmatch control word" error message - Bob Frazee - 12-24-2013, 02:10 AM
RE: "unmatch control word" error message - Damien - 12-23-2013, 11:42 PM
RE: "unmatch control word" error message - Bob Frazee - 12-24-2013 02:25 AM
RE: "unmatch control word" error message - Bob Frazee - 12-24-2013, 08:44 PM
RE: "unmatch control word" error message - Han - 12-25-2013, 12:53 AM
|
User(s) browsing this thread: 2 Guest(s)