Published on 06/13/2022 Downloaded 29 time(s) |
|
WD the diff fuctions The diffXxx functions of WLanguage are used to perform a diff (a check-out of differences) between two files. This feature can be useful for a transfer of information between two... |
| |
Published on 06/13/2022 Downloaded 26 time(s) |
|
WD The Drawing functions - Funções de desenho // Summary: Changes the drawing tool // Syntax: //ToolSelection (<nTool> is int) // // Parameters: // nTool (integer): New drawing tool // Return value: ... |
| |
Published on 06/13/2022 Downloaded 12 time(s) |
| |
Published on 06/13/2022 Downloaded 22 time(s) |
|
WD The Event function // Adds the months FOR i = 1 TO 12 ListAdd(LIST_Month, MonthNumberInAlpha(i)) END // Displays the selected month EDT_SelectedMonth = LIST_Month[LIST_Month] //---------------... |
| |
Published on 06/13/2022 Downloaded 57 time(s) |
|
WD The Excel functions Import ******** nFileID is int // identifier of the Excel file nColumn is int // current column nRow is int // current line nFirstLine is int // first row to read sLin... |
| |
Published on 06/13/2022 Downloaded 40 time(s) |
|
Gerenciador de Tarefas do Windows - Kill Exe, List Exe, Priority Exe // Summary: Fills the treeview table of processes // Syntax: //Table_Fill () // // Parameters: // None // Return value: // None ... |
| |
Published on 06/13/2022 Downloaded 27 time(s) |
| |
Published on 06/13/2022 Downloaded 20 time(s) |
|
WD The EyeMagnet - Campo Obrigatório O "eYe magnet" (também chamado de formatação condicional) consiste em modificar o aspecto visual de um controle para atrair a atenção do usuário para este control... |
| |
Published on 06/13/2022 Downloaded 15 time(s) |
|
WD The financial functions // Calculate the number of payments Info("Number of payments for this loan is set to: "+FinPaymentNb(-monthlypayment, AnnualInterestRate/12, LoanAmount)) // Note: the month... |
| |
Published on 06/13/2022 Downloaded 30 time(s) |
|
WD The fListFile function - Listar arquivos e diretorios de um uma unidade de disco sDirectoryName is string DatatimeInicial is DateTime = DateSys()+TimeSys() sDirectoryName = fSelectDir("","Select... |
| |