Publié le 06/06/2022 Téléchargé 74 fois |
|
WD Drag and drop EXTERN "WINCONST.WL" // ---------------------------------------------------------------- // --------------------- GLOBAL VARIABLES ----------------------- // ---------------------... |
| |
Publié le 06/06/2022 Téléchargé 25 fois |
|
WD Dynamic compilation bCompilationResult is boolean // Starts the compilation of the code bCompilationResult = CompileDynamicCode() // If the compilation was successful IF bCompilationResult = Tr... |
| |
Publié le 06/06/2022 Téléchargé 30 fois |
|
WD Euro calculator PROCEDURE WIN_Euro_Calculator(nNumber="", nCurrencyDisp=0, nCurrencyStor=0) GLOBAL gfnTotal is currency // calculated total gfsLastOp is character // last requested operation ... |
| |
Publié le 06/06/2022 Téléchargé 22 fois |
| |
Publié le 06/06/2022 Téléchargé 21 fois |
|
WD Handling directories // Displays the current directory Info("Current directory: "+fCurrentDir()) EDT_CURRENTDIR = fCurrentDir() //----------------------------------------------------------------... |
| |
Publié le 06/06/2022 Téléchargé 35 fois |
|
WD Handling text files // ---------------------------------------------------------------- // ----------------------- RUN CODE --------------------------- // ----------------------------------------... |
| |
Publié le 06/06/2022 Téléchargé 22 fois |
| |
Publié le 06/06/2022 Téléchargé 31 fois |
|
WD Image rotatio - Rotacionar a imagem // Prevents from refreshing the image IMG_IMAGE..DisplayEnabled = False // Restores the image IMG_IMAGE = IMG_IMAGE // Rotates the image dRotation(IMG_IMAGE,... |
| |
Publié le 06/06/2022 Téléchargé 45 fois |
| |
Publié le 06/06/2022 Téléchargé 22 fois |
|
WD Management of dates // Update the different information UPDYearManagement() UPDMonthManagement() UPDWeekManagement() UPDSimpleManagement() //------------------------------------------------ // S... |
| |