Home | Gallery | Forum | Services | Webmail | Archive | Links | Contact Us | About Us
OS2 World.Com Forum
OS2 World.Com Online Discussion Forum.
Index / OS/2 - General / Programming
author message
error 99 unreconized directive instruction
Post a new topic Reply to this Topic Printable Version of this Topic Forward this Topic to your Friend Topic Commands (for administrator or moderators only)
redcode
Normal member
in user

View this member's profileSearch all posts from this memberSend an email to this member
posts: 7
since: 16 Apr, 2006
1. error 99 unreconized directive instruction
Reply to this topic with quote Modify your message
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'
say '1. friends'
say '2. work'
say '3. other'
say '4. go back'
pull cat2

if cat2 = 4 then do
signal start
end

AL: say 'name'
name=.Friend~New
pull name
say name


::Class Friend

::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 Friends INHERIT address
::Class Friends INHERIT city
::Class Friends INHERIT zip
::Class Friends INHERIT hp
::Class Friends INHERIT wp
::Class Friends INHERIT pager

::Class Work INHERIT name2
::Class Work INHERIT address2
::Class Work INHERIT city2
::Class Work INHERIT zip2
::Class Work INHERIT hp2
::Class Work INHERIT wp2
::Class Work INHERIT pager2

::Class Other INHERIT name3
::Class Other INHERIT address3
::Class Other INHERIT city3
::Class Other INHERIT zip3
::Class Other INHERIT hp3
::Class Other INHERIT wp3
::Class Other INHERIT pager3

Date: 12 Jul, 2006 on 00:46
error 99 unreconized directive instruction
Post a new topic Reply to this Topic Printable Version of this Topic Forward this Topic to your Friend Topic Commands (for administrator or moderators only)
All times are CET+1. < Prev. | P. 1 | Next >
Go to:
 

Powered by UltraBoard 2000 Standard Edition,
Copyright © UltraScripts.com, Inc. 1999-2000.
Home | Gallery | Forums | Services | Webmail | Archive | Links | Contact Us | About Us
© OS2 World.Com 2000-2004