Published on 06/06/2022 Downloaded 72 time(s) |
|
WD Drag and drop EXTERN "WINCONST.WL" // ---------------------------------------------------------------- // --------------------- GLOBAL VARIABLES ----------------------- // ---------------------... |
| |
Published on 06/06/2022 Downloaded 24 time(s) |
|
WD Dynamic compilation bCompilationResult is boolean // Starts the compilation of the code bCompilationResult = CompileDynamicCode() // If the compilation was successful IF bCompilationResult = Tr... |
| |
Published on 06/06/2022 Downloaded 29 time(s) |
|
WD Euro calculator PROCEDURE WIN_Euro_Calculator(nNumber="", nCurrencyDisp=0, nCurrencyStor=0) GLOBAL gfnTotal is currency // calculated total gfsLastOp is character // last requested operation ... |
| |
Published on 06/06/2022 Downloaded 22 time(s) |
| |
Published on 06/06/2022 Downloaded 21 time(s) |
|
WD Handling directories // Displays the current directory Info("Current directory: "+fCurrentDir()) EDT_CURRENTDIR = fCurrentDir() //----------------------------------------------------------------... |
| |
Published on 06/06/2022 Downloaded 35 time(s) |
|
WD Handling text files // ---------------------------------------------------------------- // ----------------------- RUN CODE --------------------------- // ----------------------------------------... |
| |
Published on 06/06/2022 Downloaded 22 time(s) |
| |
Published on 06/06/2022 Downloaded 31 time(s) |
|
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,... |
| |
Published on 06/06/2022 Downloaded 44 time(s) |
| |
Published on 06/06/2022 Downloaded 21 time(s) |
|
WD Management of dates // Update the different information UPDYearManagement() UPDMonthManagement() UPDWeekManagement() UPDSimpleManagement() //------------------------------------------------ // S... |
| |