| Subject | : | error 99 unreconized directive instruction |
| Author | : | redcode redcodekitty@netscape.com |
| Date | : | 12 Jul, 2006 on 00:46 |
| while in object rexx my address book program wont work for some reason. and it was on a say command which i know i did right this isnt done yet but once i fix the error then i will continue. heres the code. /* adbook.cmd */ ::REQUIRES data.cmd say'choose category' if cat2 = 4 then do AL: say 'name'
::Class Work ::Class Other then heres the code for the data.cmd where all the data is stored. /* data.cmd */ ::Class Friends INHERIT name ::Class Work INHERIT name2 ::Class Other INHERIT name3 |