|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 640 (0x280)
Types: TextFile
Names: »SETCHK.IPF«
└─⟦65142c8de⟧ Bits:30004652 KnowledgeMan vers. 1.07h
└─⟦this⟧ »SETCHK.IPF«
└─⟦7b7460039⟧ Bits:30005889 KnowledgeMan - ACP - dBase II
└─⟦this⟧ »SETCHK.IPF«
/**************************************************************************
This program gets executed from "CHECKS.IPF" if the file
"CHECKS.ITB" (the checks table) does not exist (on the
default drive).
**************************************************************************/
define checks with checks;Ø
field number num using "dddd" ; Ø
field date str 10 using "dd/dd/dddd" ; Ø
field payto str 30 ; Ø
field amount num using "$dddddd.dd" ; Ø
field memo str 10 ; Ø
field cancel logic using "uuuuu" ; Ø
enddef
«eof»