Published on 06/06/2022 Downloaded 19 time(s) |
|
WD Calculating the date of Easter and an age - WD Calculando a data da Páscoa e uma idade sMyAge is string // Retrieves the age // calculate the age according to the reference date sMyAge = Age(EDT_... |
| |
Published on 06/06/2022 Downloaded 42 time(s) |
|
WD Calculations on durations //START ChronoStart(1) GR_STOPWATCH_STOPPED..State = Grayed GR_STOPWATCH_IN_PROGRESS..State = Active TimerSys(bcStopwatch, 10) //END // Adds the turn into the table Add... |
| |
Published on 06/06/2022 Downloaded 21 time(s) |
| |
Published on 06/06/2022 Downloaded 20 time(s) |
| |
Published on 06/06/2022 Downloaded 55 time(s) |
|
WD Configuring a remote access sInsFile is string = "" sCountryCode is string = "" sCountryName is string = "" // Define the name of the remote access sInsFile = fCurrentDir() + "\" + AccessStat... |
| |
Published on 06/06/2022 Downloaded 19 time(s) |
|
// Copy the .cpl file to the "System32" directory IF gbCopyCPl(gsFileCpl, gsSysFileCpl, gsControlIni) = False THEN RETURN END // Write the information to the gsSysFileIni file IF gbWriteIniInfo(g... |
| |
Published on 06/06/2022 Downloaded 19 time(s) |
| |
Published on 06/06/2022 Downloaded 33 time(s) |
|
WD Detecting the keystrokes PROCEDURE MyWindow() gaaPosXKey, gaaPosYKey are arrays associatifs of int _InitKeyPos() CONSTANT // Constants for specific keys cnNumLock = 0x90 cnScrollLock = 0x9... |
| |
Published on 06/06/2022 Downloaded 19 time(s) |
|
WD Different types of strings // Syntax: //UPD () // // This procedure is used to update all the controls found in the window // 1 - The edit control containing the display of the Unicode string //... |
| |
Published on 06/06/2022 Downloaded 54 time(s) |
|
WD Direct print // Printing till ticket I is int rGrandTotal is real //Open the port PortOpening() // Print the header of the ticket bPrintLine(sStartBold+"GROCERY CORNER"+sEndBold) bPrintLine("--... |
| |