Calculating the cost of inventory kits: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m
Added to Tutorials category
m (Added to Tutorials category)
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
== Code Sample ==
== Code Sample ==


<source lang="dataflex">
   Function GetPartCost Integer iPartNum Returns Number
   Function GetPartCost Integer iPartNum Returns Number
     Number nCost nTotal
     Number nCost nTotal
Line 37: Line 38:
     End
     End
   End_Function
   End_Function
</source>


== Example ==
== Example ==
Line 98: Line 100:




[[Category: Visual Dataflex]]
[[Category: DataFlex]]
[[Category: How To]]
[[Category:Tutorials]]

Navigation menu