Skip to content

Commit 6715777

Browse files
authored
Merge pull request #48 from KubaO/staging
Update the procedure and statement list and links.
2 parents 5347032 + f07add4 commit 6715777

4 files changed

Lines changed: 63 additions & 74 deletions

File tree

docs/Reference/Modules/DateTime/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ has_toc: false
77

88
# DateTime module
99

10-
- [Date](Date) --
10+
- [Date](Date) -- sets or returns the current system date
1111

1212
> [!WARNING]
1313
> Work in Progress Below
1414
15+
- [Calendar](Calendar)
16+
- [Now](Now)

docs/Reference/Modules/todo.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,25 @@ redirect_from:
66
- /tB/Modules/Compilation
77
- /tB/Modules/Constants
88
- /tB/Modules/Conversion
9+
- /tB/Core/Calendar
10+
- /tB/Core/Time
11+
- /tB/Core/Now
912
- /tB/Modules/DateTime/Calendar
1013
- /tB/Modules/DateTime/Time
1114
- /tB/Modules/DateTime/Now
1215
- /tB/Modules/ErrObject
1316
- /tB/Modules/ExpressionService
17+
- /tB/Core/CurDir
18+
- /tB/Core/Dir
19+
- /tB/Core/MkDir
20+
- /tB/Core/RmDir
1421
- /tB/Modules/FileSystem/CurDir
1522
- /tB/Modules/FileSystem/Dir
1623
- /tB/Modules/FileSystem/MkDir
1724
- /tB/Modules/FileSystem/RmDir
1825
- /tB/Modules/Information
26+
- /tB/Core/Shell
27+
- /tB/Core/SendKeys
1928
- /tB/Modules/Interaction/Shell
2029
- /tB/Modules/Interaction/SendKeys
2130
- /tB/Modules/TextEncodingConstants

docs/Reference/Procedures and Functions.md

Lines changed: 50 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -12,137 +12,114 @@ permalink: /Reference/Procedures-and-Functions
1212
1313
## A
1414

15-
### AppActivate
16-
17-
### Asc, AscB, AscW
15+
- [AppActivate](../tB/Core/AppActivate) -- activates an application window
16+
- Asc, AscB, AscW
1817

1918
## B
2019

21-
### Beep
20+
- [Beep](../tB/Core/Beep) -- sounds a tone through the computer’s speaker
2221

2322
## C
2423

25-
### ChDir
26-
27-
### ChDrive
28-
29-
### Chr\$, Chr, ChrB\$, ChrB, ChrW\$, ChrW
24+
- [Calendar](../tB/Core/Calendar)
25+
- [ChDir](../tB/Core/ChDir) -- changes the current directory or folder
26+
- [ChDrive](../tB/Core/ChDrive) -- changes the current drive
27+
- [CurDir](../tB/Core/CurDir)
28+
- Chr\$, Chr, ChrB\$, ChrB, ChrW\$, ChrW
3029

3130
## D
3231

33-
### Date
34-
35-
### DeleteSetting
32+
- [Date](../tB/Core/Date) -- sets or returns the current system date
33+
- [DeleteSetting](../tB/Core/DeleteSetting) -- deletes a section or key setting from an application’s entry in the Windows registry
34+
- [Dir](../tB/Core/Dir)
3635

3736
## E
3837

3938
## F
4039

41-
### FileCopy
42-
43-
### Filter
44-
45-
### Format$, Format
46-
47-
### FormatCurrency
48-
49-
### FormatDateTime
50-
51-
### FormatNumber
52-
53-
### FormatPercent
40+
- [FileCopy](../tB/Core/FileCopy) -- copies a file
41+
- Filter
42+
- Format$, Format
43+
- FormatCurrency
44+
- FormatDateTime
45+
- FormatNumber
46+
- FormatPercent
5447

5548
## G
5649

57-
### GetSetting
50+
- [GetSetting](../tB/Core/GetSetting) -- returns a string key setting value from an application’s entry in the Windows registry
5851

5952
## H
6053

6154
## I
6255

63-
### InStr$, InStrB, InStr
64-
65-
### InStrRev
56+
- InStr$, InStrB, InStr
57+
- InStrRev
6658

6759
## J
6860

69-
### Join
61+
- Join
7062

7163
## K
7264

73-
### Kill
65+
- Kill
7466

7567
## L
7668

77-
### LCase\$, LCase, UCase\$, UCase
78-
79-
### Left\$, Left, LeftB$, LeftB
80-
81-
### Load
82-
83-
### LTrim\$, LTrim, RTrim\$, RTrim
69+
- LCase\$, LCase, UCase\$, UCase
70+
- Left\$, Left, LeftB$, LeftB
71+
- Load
72+
- LTrim\$, LTrim, RTrim\$, RTrim
8473

8574
## M
8675

87-
### Mid$, Mid, MidB\$, MidB
88-
89-
### MkDir
76+
- Mid$, Mid, MidB\$, MidB
77+
- [MkDir](../tB/Core/MkDir)
9078

9179
## N
9280

93-
### Name
81+
- Name
82+
- [Now](../tB/Core/Now)
9483

9584
## P
9685

9786
## Q
9887

9988
## R
10089

101-
### Randomize
102-
103-
### Reset
104-
105-
### Right\$, Right, RightB\$, RightB
106-
107-
### RmDir
108-
109-
### Rnd
90+
- Randomize
91+
- Reset
92+
- Right\$, Right, RightB\$, RightB
93+
- [RmDir](../tB/Core/RmDir)
94+
- Rnd
11095

11196
## S
11297

113-
### SavePicture
114-
115-
### SaveSetting
116-
117-
### SendKeys
118-
119-
### SetAttr
120-
121-
### Space\$, Space
122-
123-
### StrComp
124-
125-
### StrConv
126-
127-
### String\$, String
128-
129-
### StrReverse
98+
- SavePicture
99+
- [SaveSetting](../tB/Core/SaveSetting) -- saves or creates an application entry in the application’s entry in the Windows registry
100+
- [SendKeys](../tB/Core/SendKeys)
101+
- SetAttr
102+
- [Shell](../tB/Core/Shell)
103+
- Space\$, Space
104+
- StrComp
105+
- StrConv
106+
- String\$, String
107+
- StrReverse
130108

131109
## T
132110

133-
### Time
134-
135-
### Trim\$, Trim
111+
- [Time](../tB/Core/Time)
112+
- Trim\$, Trim
136113

137114
## U
138115

139-
### Unload
116+
- Unload
140117

141118
## V
142119

143120
## W
144121

145-
### Width
122+
- Width
146123

147124
## X
148125

docs/Reference/Statements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Statements
33
parent: Reference Section
44
nav_order: 2
5+
has_toc: false
56
permalink: /Reference/Statements
67
---
78

0 commit comments

Comments
 (0)