Calculating the cost of inventory kits: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m
add syntax highlighting
m (add syntax highlighting)
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 ==

Navigation menu