All public logs
Jump to navigation
Jump to search
Combined display of all available logs of m204wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:55, 24 August 2022 Ekern talk contribs created page &&sum (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the sum of the function arguments. </span> '''Syntax:''' <p class="syntax">&&sum(''...")
- 16:49, 24 August 2022 Ekern talk contribs created page &&substring (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| Return a substring of the target ''string'' argument. The returned substring characters begin with the ''start''> charact...")
- 16:45, 24 August 2022 Ekern talk contribs created page &&statusMessage (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the most recent Client status message. </span> '''Syntax:'''...")
- 16:41, 24 August 2022 Ekern talk contribs created page &&stateFileFolder (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the location of all "state" files such as the log and saved preferences and window...")
- 15:16, 24 August 2022 Ekern talk contribs created page &&selectedTab (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Useful for testing purposes, this function returns the label of the Client main window tab that is c...")
- 18:06, 23 August 2022 Ekern talk contribs created page &&searchSuccess (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| Returns '''1''' (True) if the last Client search operation (invoked by button or command) successfully found something. I...")
- 17:36, 23 August 2022 Ekern talk contribs created page &&searchResult (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the line number of the line that contained the found string, if the last Client search operat...")
- 17:33, 23 August 2022 Ekern talk contribs created page &&scriptFolder (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the value of </span><span class="f_Para" style="font-family: 'Courier New',Courier,monospace;...")
- 17:31, 23 August 2022 Ekern talk contribs created page &"e (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns its argument enclosed in double quotes. Handy if you have an argument with embedded blanks...")
- 17:29, 23 August 2022 Ekern talk contribs created page &&prompt (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Pauses a macro while you supply an argument value for a command that is specified within the macro, t...")
- 17:22, 23 August 2022 Ekern talk contribs created page &&procName (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the name of the procedure that is being executed. If no procedure or an ad hoc procedure is b...")
- 17:20, 23 August 2022 Ekern talk contribs created page &&preference (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the value of the specified </span><span class="f_ListBul1">Client preference setting. Client...")
- 18:57, 22 August 2022 Ekern talk contribs created page &&originalTitle (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| Returns the default value of the title of the Client main window (the window title is subject to change by a SetTitle co...")
- 18:54, 22 August 2022 Ekern talk contribs created page &&numberWatched (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the number of items that are currently being watched in the </spa...")
- 18:53, 22 August 2022 Ekern talk contribs created page &&numberOfLevels (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the number of code levels being debugged. The main program is one level, and each active daem...")
- 15:58, 19 August 2022 Ekern talk contribs created page &&numberOfBreakpoints (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the number of breakpoints that are set in the current request, irrespective of the current ex...")
- 15:55, 19 August 2022 Ekern talk contribs created page &&logFile (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the absolute Windows file path of the client log file (the log.txt file).</span> '''Syntax:'...")
- 15:50, 19 August 2022 Ekern talk contribs created page &&length (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the length in characters of its string argument. </span> '''Syntax:''' <p class="syntax">&...")
- 15:47, 19 August 2022 Ekern talk contribs created page &&isWindowOpen (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns 1 if the window whose title is passed is open, 0 otherwise.</span> '''Syntax:''' <p class="...")
- 15:37, 19 August 2022 Ekern talk contribs created page &&isWatched (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Determines whether its argument is a variable that is currently specified in the </span><span class="...")
- 15:33, 19 August 2022 Ekern talk contribs created page &&index (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| Returns the 1-based position of the ''needle'' argument within the ''haystack'' argument, or it returns 0 if the ''needle...")
- 14:52, 19 August 2022 Ekern talk contribs created page &&ieMode function (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the current setting of the Client's IE Mode preference. <...")
- 23:07, 18 August 2022 Ekern talk contribs created page &&globalAssertSuccessCount (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Same as &&assertSuccessCount except its scope is the entire Client s...")
- 22:28, 18 August 2022 Ekern talk contribs created page &&globalAssertStatus (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Same as &&assertStatus except its scope is the entire Client session. During such a sessi...")
- 22:21, 18 August 2022 Ekern talk contribs created page &&globalAssertFailureCount (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Same as </span><span class="f_Monospace">assertfailurecount_function.html|&&assertFailureCo...")
- 20:26, 18 August 2022 Ekern talk contribs created page &&getScope (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the scope of the specified routine from the SOUL call stack, -1 if routine not found or we ar...")
- 19:59, 18 August 2022 Ekern talk contribs created page &&getMainSearchInputArea (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the value specified in the search input area on the Client main win...")
- 19:44, 18 August 2022 Ekern talk contribs created page &&fileExists (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns 1 if the file identified by fileSpec exists, 0 if not. Relative paths in for fileSpec are...")
- 19:41, 18 August 2022 Ekern talk contribs created page &&exists (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Tests if a macro variable is defined. </span> '''Syntax:'''...")
- 04:54, 18 August 2022 Ekern talk contribs created page &¤tTitle (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the </span><span class="f_ListBul1">current title of the Client main window</span><span class...")
- 04:51, 18 August 2022 Ekern talk contribs created page &¤tRunningMacro (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the full file-system path to the macro within which it is called. If not called from within a...")
- 03:58, 18 August 2022 Ekern talk contribs created page &¤tPacFile (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the URL of the </span><span class="f_ListContinue">configure_test_browser.html#pacfile|Prox...")
- 03:39, 18 August 2022 Ekern talk contribs created page &&buildNumber (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the number of the build of the Client from which the function is called. </span> '''Syntax:...")
- 02:59, 18 August 2022 Ekern talk contribs created page &&blackOrWhiteList (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_ListBul1">Tests whether the Debugger is </span><span class="f_Para">run_only_to_listed_procs.html#invoke...")
- 02:20, 26 July 2022 Ekern talk contribs created page &&assertSuccessCount (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| Returns a count of the number of times that the result of an assert macro command is a Success (since...")
- 01:23, 26 July 2022 Ekern talk contribs deleted page Category:Debugger Functions (content was: "Below is a list of debugger functions.", and the only contributor was "Ekern" (talk))
- 01:18, 26 July 2022 Ekern talk contribs moved page &&assertStatus function to &&assertStatus without leaving a redirect
- 01:18, 26 July 2022 Ekern talk contribs moved page &&assertFailureCount function to &&assertFailureCount without leaving a redirect
- 01:17, 26 July 2022 Ekern talk contribs moved page &&arg function to &&arg without leaving a redirect
- 01:17, 26 July 2022 Ekern talk contribs moved page &&amDaemon function to &&amDaemon without leaving a redirect
- 17:34, 19 July 2022 Ekern talk contribs created page &&assertStatus function (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns a string that contains a summary of the counts of assert command results...")
- 17:32, 19 July 2022 Ekern talk contribs created page &&assertFailureCount function (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns a count of the number of times that the result of an assert command is a...")
- 17:29, 19 July 2022 Ekern talk contribs created page &&arg function (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| Serves as a placeholder for a command argument ''within a macro'' (if used outside of a macro, an error is issued). The a...")
- 18:51, 15 July 2022 Ekern talk contribs created page &&amDaemon function (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Useful for testing purposes, this function returns a </span><span class="f_Monospace">1</span><span...")
- 17:21, 13 July 2022 Ekern talk contribs created page Category:Debugger Functions (Created page with "Below is a list of debugger functions.")
- 14:36, 13 July 2022 Ekern talk contribs created page WindowToTop command (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Brings the specified Client window to the top of your screen's stack of windows. For example, specif...")
- 14:32, 13 July 2022 Ekern talk contribs created page ViewText command (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Invokes a separate viewer for copying, printing, and saving Cl...")
- 14:31, 13 July 2022 Ekern talk contribs created page VarDump command (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Displays the current values of all macro variables defined duri...")
- 14:26, 13 July 2022 Ekern talk contribs created page ValueDisplay command (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Acts like the Value button, displaying in a separate window the...")
- 04:20, 13 July 2022 Ekern talk contribs created page UnSet command (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Lets you remove a macro variable. </span> '''Syntax:''' <p...")