User contributions for RhoSigma
Jump to navigation
Jump to search
19 February 2024
- 14:5414:54, 19 February 2024 diff hist +30 MD5$ No edit summary
- 14:4914:49, 19 February 2024 diff hist +2 $INCLUDEONCE No edit summary
- 14:4014:40, 19 February 2024 diff hist +32 $INCLUDEONCE No edit summary
- 14:3414:34, 19 February 2024 diff hist +3 EMBEDDED$ No edit summary
- 14:3314:33, 19 February 2024 diff hist +3 $EMBED No edit summary
- 14:3214:32, 19 February 2024 diff hist +30 CRC32 No edit summary
- 14:2814:28, 19 February 2024 diff hist +30 ADLER32 No edit summary
17 February 2024
- 09:1709:17, 17 February 2024 diff hist +2 READFILE$ No edit summary
16 February 2024
- 17:5617:56, 16 February 2024 diff hist +1 Keyword Reference - By usage No edit summary
- 17:5617:56, 16 February 2024 diff hist +1 Keyword Reference - Alphabetical No edit summary
- 17:5317:53, 16 February 2024 diff hist +2 WRITEFILE No edit summary
- 17:5217:52, 16 February 2024 diff hist −1 WRITEFILE No edit summary
- 17:5117:51, 16 February 2024 diff hist +179 WRITEFILE No edit summary
- 00:0300:03, 16 February 2024 diff hist +221 Keyword Reference - Alphabetical No edit summary
- 00:0300:03, 16 February 2024 diff hist +221 Keyword Reference - By usage No edit summary
15 February 2024
- 23:5323:53, 15 February 2024 diff hist −1 WRITEFILE No edit summary
- 23:4623:46, 15 February 2024 diff hist +3,533 N WRITEFILE Created page with "{{DISPLAYTITLE: _WRITEFILE}} The '''_WRITEFILE''' function writes a string into a new file, overwriting an existing file of the same name. It does OPEN, PUT and CLOSE the file in one run. It's the counterpart to _READFILE$. {{PageSyntax}} : {{Parameter|success%}} = _WRITEFILE({{Parameter|fileSpec$}}, {{Parameter|contents$}}) {{PageParameters}} * {{Parameter|success%}} is an INTEGER return value, it shows whether the write operation was success..."
- 20:5720:57, 15 February 2024 diff hist +29 READFILE$ No edit summary
- 18:1918:19, 15 February 2024 diff hist +46 READFILE$ No edit summary
- 18:1318:13, 15 February 2024 diff hist +123 READFILE$ No edit summary
13 February 2024
- 20:3420:34, 13 February 2024 diff hist +1,334 READFILE$ No edit summary
- 18:2818:28, 13 February 2024 diff hist +1,918 N READFILE$ Created page with "{{DISPLAYTITLE: _READFILE$}} The '''_READFILE$''' function returns the complete contents of a file in a single string, but without the usual overhead. It does OPEN, GET and CLOSE the file in one run. {{PageSyntax}} : {{Parameter|content$}} = _READFILE$({{Parameter|fileSpec$}}) {{PageParameters}} * {{Parameter|content$}} is the entire file contents returned as STRING. Maybe empty, if the file specified was an empty file, or if the program is contin..."
8 February 2024
- 20:0620:06, 8 February 2024 diff hist +484 Keyword Reference - By usage No edit summary
- 19:5319:53, 8 February 2024 diff hist +146 Libraries No edit summary
- 17:2517:25, 8 February 2024 diff hist +107 Metacommand No edit summary
- 17:0217:02, 8 February 2024 diff hist +381 Keyword Reference - Alphabetical No edit summary
- 16:0016:00, 8 February 2024 diff hist +306 $INCLUDEONCE No edit summary
- 15:1015:10, 8 February 2024 diff hist +363 $INCLUDEONCE No edit summary
- 15:0415:04, 8 February 2024 diff hist −1 $INCLUDEONCE No edit summary
- 15:0315:03, 8 February 2024 diff hist 0 $INCLUDEONCE No edit summary
- 14:5714:57, 8 February 2024 diff hist +47 $INCLUDEONCE No edit summary
- 14:5514:55, 8 February 2024 diff hist +36 $INCLUDEONCE No edit summary
- 14:5314:53, 8 February 2024 diff hist +1,565 $INCLUDEONCE No edit summary
- 13:4313:43, 8 February 2024 diff hist +199 $INCLUDEONCE No edit summary
- 13:3313:33, 8 February 2024 diff hist +883 N $INCLUDEONCE Created page with "The '''$INCLUDEONCE''' metacommand, when placed in include files, prevents that the file's contents can be injected multiple time into a program. {{PageSyntax}} : $INCLUDEONCE {{PageDescription}} * This Metacommand can be placed everywhere in an include file, but must be the only thing in the line, hence no additional whitespace or comments. * If placed in the main program, $INCLUDEONCE does nothing and is simply ignored without error. {{PageAvailability}}..."
4 February 2024
- 00:2500:25, 4 February 2024 diff hist +23 MD5$ No edit summary
- 00:2200:22, 4 February 2024 diff hist +12 MD5$ No edit summary
- 00:2000:20, 4 February 2024 diff hist +2,422 N MD5$ Created page with "{{DISPLAYTITLE: _MD5$}} The '''_MD5$''' function returns the MD5 hash value of any arbitrary string. {{PageSyntax}} : {{Parameter|md5hash$}} = _MD5$({{Parameter|dataString$}}) {{PageParameters}} * {{Parameter|md5hash$}} is the hash value returned as STRING, if the given {{Parameter|dataString$}} was empty the correct hash value is: ** D41D8CD98F00B204E9800998ECF8427E * {{Parameter|dataString$}} is any literal or variable STRING to build..."
3 February 2024
- 10:4910:49, 3 February 2024 diff hist +4 CRC32 No edit summary
- 10:4810:48, 3 February 2024 diff hist +3 ADLER32 No edit summary
2 February 2024
- 20:4220:42, 2 February 2024 diff hist +2,830 N CRC32 Created page with "{{DISPLAYTITLE: _CRC32}} The '''_CRC32''' function returns the Crc-32 checksum of any arbitrary string. {{PageSyntax}} : {{Parameter|chksum~&}} = _CRC32({{Parameter|dataString$}}) {{PageParameters}} * {{Parameter|chksum~&}} is the _UNSIGNED LONG checksum returned (zero, if the given {{Parameter|dataString$}} was empty). * {{Parameter|dataString$}} is any literal or variable STRING to build the checksum from. {{P..."
- 20:0920:09, 2 February 2024 diff hist +3 ADLER32 No edit summary
- 19:5119:51, 2 February 2024 diff hist +366 ADLER32 No edit summary
- 19:4719:47, 2 February 2024 diff hist +74 ADLER32 No edit summary
- 19:4019:40, 2 February 2024 diff hist +1,414 ADLER32 No edit summary
- 16:0916:09, 2 February 2024 diff hist +9 ADLER32 No edit summary
- 16:0816:08, 2 February 2024 diff hist +788 N ADLER32 Created page with "{{DISPLAYTITLE: _ADLER32}} The '''_ADLER32''' function returns the Adler-32 checksum of a string. {{PageSyntax}} : {{Parameter|chksum~&}} = _ADLER32({{Parameter|dataString$}}) {{PageParameters}} * {{Parameter|chksum~&}} is the _UNSIGNEDLONG checksum returned (zero, if the given {{Parameter|dataString$}} was empty). * {{Parameter|dataString$}} is any literal or variable STRING to build the checksum from. {{PageDescription}} {{PageExam..."
31 January 2024
- 14:1114:11, 31 January 2024 diff hist +397 PDS(7.1) Procedures No edit summary
- 13:5813:58, 31 January 2024 diff hist −13 NEWIMAGE No edit summary current
26 January 2024
- 20:2820:28, 26 January 2024 diff hist +30 Parameters No edit summary current