Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pseudocode
Message
De
17/02/2004 04:28:05
 
 
À
17/02/2004 04:01:37
Fil John Mates
E-Fildan Computer Software System
Davao, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00877849
Message ID:
00877858
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform