Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
100% found this document useful (1 vote)
51 views

Strings Math Logic Arrays

Strings, math, logic, and array functions are available for manipulating text and numbers. Files and folders can be accessed and manipulated using functions like Dir, FileLen, and Kill. Date/time values can be retrieved and manipulated with functions like Date, Time, and DateAdd. Loops like For/Next and conditional statements like If/Then/Else allow for repeated execution and conditional logic.

Uploaded by

timurggch
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
51 views

Strings Math Logic Arrays

Strings, math, logic, and array functions are available for manipulating text and numbers. Files and folders can be accessed and manipulated using functions like Dir, FileLen, and Kill. Date/time values can be retrieved and manipulated with functions like Date, Time, and DateAdd. Loops like For/Next and conditional statements like If/Then/Else allow for repeated execution and conditional logic.

Uploaded by

timurggch
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Strings Math Logic Arrays

---------------------------- ------------------ ---------


------------
Left Mid String Hex Rnd Sqr Mod Option
Base
Right Chr InstrRev Oct Sgn Abs And Erase
Trim Len Asc Val Sin Atn Or Dim
LTrim LSet Space Round Cos Log Xor ReDim
RTrim RSet Replace Int Tan Not UBound
UCase Format StrComp Fix Randomize Eqv LBound
LCase Instr StrReverse Partition Imp Filter
FormatCurrency StrConv Round Like Array
FormatDateTime CInt... Is Join
FormatNumber
FormatPerCent

----------------------------------- -------- ------------


----------------
Files / Folders Binary Sequential Error
Handling
----------------------------------- -------- ------------
----------------
Dir FileDateTime FreeFile Get Line Input On Error
ChDir FileLen Open Put Write Resume
MkDir FileCopy Close Seek Print Resume Next
ChDrive Lock Reset Input Spc Resume LineX
CurDir UnLock Lof Loc Tab CVErr
Name GetAttr Eof Error
Kill SetAttr Width
RmDir FileAttr

----------------------------------------- -----------------------------
Declarations Date/Time
----------------------------------------- -----------------------------
Sub Call Set Date MonthName
Function CallByName Let Time WeekDayName
Dim PropertyGet Event Now Day
ReDim PropertySet ArrayName Timer Hour
Static PropertyLet Implements DateAdd Minute
Public Option Explicit Friend DateDiff Second
Private Option Private Enum DateSerial TimeSerial
Const Option Compare TypeName DateValue TimeValue
Declare Type...EndType VarType Year WeekDay
Is GetObject DefType... Month
CreateObject
GetAutoServerSettings
---------------------------------------- ----------------- ----------
Miscellaneous Registry Values
---------------------------------------- ----------------- ----------
MsgBox Beep Load GetSetting True
DoEvents InputBox UnLoad SaveSetting False
Shell AddressOf SavePicture DeleteSetting Empty
Command RaiseEvent LoadPicture GetAllSettings Nothing
Environ Load LoadResData Null
RGB Me LoadResString
QBColor SendKeys AppActivate

---------------------------------------------------------------------------
LOOPS AND CONDITIONAL
---------------------------------------------------------------------------
IIF For i=1 to j Step k If_Then_Else Select Case
End - Case
Stop Next i If_Then Case IS
cond
Switch ElseIf_Then Case _ TO
_
GoTo... While cond Else Case Else
GoSub...Return - EndIF End Select
On...GoSub Wend
On...GoTo
Choose Do While | Until cond For Each
With - -
Exit Function Loop While | Until cond Next
Exit Sub
Exit Do
Exit For

Properties Events Methods

1. Name 1. Click 1. Refresh

2. Appearance 2. DragDrop 2. Drag

3. BackColor 3. DragOver 3. Move

4. BackStyle 4. GotFocus 4. SetFocus

5. BorderStyle 5. KeyDown 5. ZOrder

6. Caption 6. KeyPress 6. OLEDrag

7. CausesValidation 7. KeyUp 7. ShowWhatsThis

8. Container 8. LostFocus
9. Enabled 9. MouseDown
10. Font 10. MouseMove
11. ForeColor 11. MouseUp
12. OLECompleteD
12. Height
rag
13. HelpContextI
13. OLEDragDrop
D
14. hWnd 14. OLEDragOver
15. OLEGiveFeedB
15. Left
ack
16. MaskColor 16. OLESetData
17. MouseIcon 17. OLEStartDrag
18. MousePointer 18. Validate
19. OLEDropMod
e
20. Parent
21. RightToLeft
22. Style
23. Tag
24. Text
25. Top
26. Visible
27. WhatsThisHel
pID
28. Width

You might also like