vfpPtLoadPinResizeFile
vfpPtLoadPinResizeFile(
t_pathID
)
=> t / nil
Description
Loads the specified SKILL file containing pin-resize functions.
Arguments
Value Returned
|
The file could not be loaded. An appropriate warning message is displayed. |
Example
Loads the SKILL file containing pin resize functions.
vfpPtLoadPinResizeFile("/share/myFunc.il")
Return to top