Recent changes
From NEOSYS Dev Wiki
Jump to navigationJump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
22 March 2025
|
N 20:45 | DimArrays 2 changes history +7,887 [Steve (2×)] | |||
|
20:45 (cur | prev) +1,588 Steve talk contribs | ||||
N |
|
13:46 (cur | prev) +6,299 Steve talk contribs (Created page with " ==== Dim ==== {|class="wikitable" !Use!!Function!!Description |} ===== Dimensioned Array Construction ===== {|class="wikitable" !Use!!Function!!Description |- |||dim d1;||Create an dimensioned array of vars pending actual dimensions. |- |||dim d1(nrows, ncols = 1);||Create an array of vars with a fixed number of columns and rows. All vars are unassigned. |- |||dim d1 = d2; // Copy||Create a copy of an array. |- |||dim d1 = dim(); // Move||Save an array created el...") |
|
13:53 | Functions 2 changes history +1,970 [Steve (2×)] | |||
|
13:53 (cur | prev) −38 Steve talk contribs (→Complete List of Functions) | ||||
|
13:46 (cur | prev) +2,008 Steve talk contribs |
13:44 | Manual diffhist +94 Steve talk contribs (→Complete list of Functions) |
N 13:42 | ExodusPrograms diffhist +24,010 Steve talk contribs (Created page with " ==== Exodus Programs ==== ===== Select Lists ===== {|class="wikitable" !Use!!Function!!Description |- |if||select(sortselectclause_or_filehandle = "")||Create an active select list using a natural language sort/select command. This and all the following exoprog member functions work on an environment variable CURSOR. Identical functions are available directly on plain var objects but vars have less functionality regarding dictionaries and environment variables which...") |