Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pseudocode
Message
From
17/02/2004 04:28:05
 
 
To
17/02/2004 04:01:37
Fil John Mates
E-Fildan Computer Software System
Davao, Philippines
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00877849
Message ID:
00877858
Views:
14
Hi Fil John,

Pseudocode means not complete code, more like a draft, using normal language in stead of computer language. To give you an example:

This is pseudocode:
open the inventory table sorted on article name
scan through the table and print to screen all articles where stock quantity is below minimum stock level
indicate audibly and visibly that the job is done
real code:
close data
clear
use inventry order partname
scan for inventry.stockqty<inventry.minqty
? inventry.partname
endscan
close data
messagebox('Job is done',0,'Finished')
>hi to all.
>
>what do u mean "pseudocode" and how to make it.
>can you give me an example..
>
>thanks
>
>john
Previous
Reply
Map
View

Click here to load this message in the networking platform