home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Utility / Shell / AIMTools / atpeval.exe / _SETUP.2 / Group4 / AZ.CNT (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1997-04-12  |  33.7 KB  |  800 lines

  1. :Base AZ.HLP
  2. 1 AimBasic Reference
  3. 2 Alphabetical List of Language Elements
  4. 3 Special Characters
  5. 4 ' (keyword)=Apostrophe_keyword
  6. 4 - (operator)=Minus_operator
  7. 4 #Const (directive)=Const_directive_directive
  8. 4 #If... Then... $Else (directive)=IfThenelse_Directive_directive
  9. 4 & (operator)=Ampersand_operator
  10. 4 () (keyword)=Parentheses_keyword
  11. 4 * (operator)=Multiply_operator
  12. 4 . (keyword)=Dot_keyword
  13. 4 / (operator)=Slash_operator
  14. 4 \ (operator)=Backslash_operator
  15. 4 ^ (operator)=Exponent_operator
  16. 4 _ (keyword)=Underscore_keyword
  17. 4 + (operator)=Plus_operator
  18. 4 < (operator)=LessThan_operator
  19. 4 <>(operator)=NotEqual_operator
  20. 4 >(operator)=GreaterThan_operator
  21. 4 Abs (function)=Abs_function
  22. 4 And (operator)=And_operator
  23. 4 AnswerBox (function)=AnswerBox_function
  24. 4 Any (data type)=Any_data_type
  25. 4 AppActivate (statement)=AppActivate_statement
  26. 4 AppClose (statement)=AppClose_statement
  27. 4 AppFind, AppFind$ (functions)=AppFind_AppFind_functions
  28. 4 AppGetActive$ (function)=AppGetActive_function
  29. 4 AppGetState (function)=AppGetState_function
  30. 4 AppGetPosition (statement)=AppGetPosition_statement
  31. 4 AppHide (statement)=AppHide_statement
  32. 4 AppList (statement)=AppList_statement
  33. 4 AppMaximize (statement)=AppMaximize_statement
  34. 4 AppMinimize (statement)=AppMinimize_statement
  35. 4 AppMove (statement)=AppMove_statement
  36. 4 AppRestore (statement)=AppRestore_statement
  37. 4 AppSetState (statement)=AppSetState_statement
  38. 4 AppShow (statement)=AppShow_statement
  39. 4 AppSize (statement)=AppSize_statement
  40. 4 AppType (function)=AppType_function
  41. 4 ArrayDims (function)=ArrayDims_function
  42. 4 ArraySort (statement)=ArraySort_statement
  43. 4 Asc, AscB, AscW(functions)=Asc_AscB_AscW_functions
  44. 4 AskBox, AskBox$ (functions)=AskBox_AskBox_functions
  45. 4 AskPassword, AskPassword$ (functions)=AskPassword_AskPassword_functions
  46. 4 Atn (function)=Atn_function
  47. 4 Basic.Architecture$ (property)=Basic_Architecture_property
  48. 4 Basic.Capability (method)=Basic_Capability_method
  49. 4 Basic.CodePage (property)=Basic_CodePage_property
  50. 4 Basic.Eoln$ (property)=Basic_Eoln_property
  51. 4 Basic.FreeMemory (property)=Basic_FreeMemory_property
  52. 4 Basic.HomeDir$ (property)=Basic_HomeDir_property
  53. 4 Basic.Locale$ (property)=Basic_Locale_property
  54. 4 Basic.OperatingSystem$ (property)=Basic_OperatingSystem_property
  55. 4 Basic.OperatingSystemVendor$ (property)=Basic_OperatingSystemVendor_property
  56. 4 Basic.OperatingSystemVersion$ (property)=Basic_OperatingSystemVersion_property
  57. 4 Basic.OS (property)=Basic_OS_property
  58. 4 Basic.PathSeparator$ (property)=Basic_PathSeparator_property
  59. 4 Basic.Processor$ (property)=Basic_Processor_property
  60. 4 Basic.ProcessorCount (property)=Basic_ProcessorCount_property
  61. 4 Basic.Version$ (property)=Basic_Version_property
  62. 4 Beep (statement)=Beep_statement
  63. 4 Begin Dialog (statement)=Begin_Dialog_statement
  64. 4 Boolean (data type)=Boolean_data_type
  65. 4 ByRef (keyword)=ByRef_keyword
  66. 4 ByVal (keyword)=ByVal_keyword
  67. 4 Call (statement)=Call_statement
  68. 4 CancelButton (statement)=CancelButton_statement
  69. 4 CBool (function)=CBool_function
  70. 4 CCur (function)=CCur_function
  71. 4 CDate, CVDate (functions)=CDate_CVDate_functions
  72. 4 CDbl (function)=CDbl_function
  73. 4 ChDir (statement)=ChDir_statement
  74. 4 ChDrive (statement)=ChDrive_statement
  75. 4 CheckBox (statement)=CheckBox_statement
  76. 4 Choose (function)=Choose_function
  77. 4 Chr, Chr$, ChrB, ChrB$, ChrW, ChrW$ (functions)=Chr_Chr_ChrB_ChrB_ChrW_ChrW_functions
  78. 4 CInt (function)=CInt_function
  79. 4 Clipboard.Clear (method)=Clipboard_Clear_method
  80. 4 Clipboard$ (function)=Clipboard_function
  81. 4 Clipboard.GetFormat (method)=Clipboard_GetFormat_method
  82. 4 Clipboard.GetText (method)=Clipboard_GetText_method
  83. 4 Clipboard.SetText (method)=Clipboard_SetText_method
  84. 4 Clipboard$ (statement)=Clipboard_statement
  85. 4 CLng (function)=CLng_function
  86. 4 Close (statement)=Close_statement
  87. 4 ComboBox (statement)=ComboBox_statement
  88. 4 Command, Command$ (functions)=Command_Command_functions
  89. 4 Const (statement)=Const_statement
  90. 4 Cos (function)=Cos_function
  91. 4 CreateObject (function)=CreateObject_function
  92. 4 CSng (function)=CSng_function
  93. 4 CStr (function)=CStr_function
  94. 4 CurDir, CurDir$ (functions)=CurDir_CurDir_functions
  95. 4 Currency (data type)=Currency_data_type
  96. 4 CVar (function)=CVar_function
  97. 4 CVErr (function)=CVErr_function
  98. 4 Date (data type)=Date_data_type
  99. 4 Date, Date$ (functions)=Date_Date_functions
  100. 4 Date, Date$ (statements)=Date_Date_statements
  101. 4 DateAdd (function)=DateAdd_function
  102. 4 DateDiff (function)=DateDiff_function
  103. 4 DatePart (function)=DatePart_function
  104. 4 DateSerial (function)=DateSerial_function
  105. 4 DateValue (function)=DateValue_function
  106. 4 Day (function)=Day_function
  107. 4 DDB (function)=DDB_function
  108. 4 DDEExecute (statement)=DDEExecute_statement
  109. 4 DDEInitiate (function)=DDEInitiate_function
  110. 4 DDEPoke (statement)=DDEPoke_statement
  111. 4 DDERequest, DDERequest$ (functions)=DDERequest_DDERequest_functions
  112. 4 DDESend (statement)=DDESend_statement
  113. 4 DDETerminate (statement)=DDETerminate_statement
  114. 4 DDETerminateAll (statement)=DDETerminateAll_statement
  115. 4 DDETimeout (statement)=DDETimeout_statement
  116. 4 Declare (statement)=Declare_statement
  117. 4 DefType (statement)=DefType_statement
  118. 4 DeleteSetting (statement)=DeleteSetting_statement
  119. 4 Dialog (function)=Dialog_function
  120. 4 Dialog (statement)=Dialog_statement
  121. 4 Dim (statement)=Dim_statement
  122. 4 Dir, Dir$ (functions)=Dir_Dir_functions
  123. 4 DiskDrives (statement)=DiskDrives_statement
  124. 4 DiskFree (function)=DiskFree_function
  125. 4 DlgCaption (function)=DlgCaption_function
  126. 4 DlgCaption (statement)=DlgCaption_statement
  127. 4 DlgControlId (function)=DlgControlId_function
  128. 4 DlgEnable (function)=DlgEnable_function
  129. 4 DlgEnable (statement)=DlgEnable_statement
  130. 4 DlgFocus (function)=DlgFocus_function
  131. 4 DlgFocus (statement)=DlgFocus_statement
  132. 4 DlgListBoxArray (function)=DlgListBoxArray_function
  133. 4 DlgListBoxArray (statement)=DlgListBoxArray_statement
  134. 4 DlgProc (function)=DlgProc_function
  135. 4 DlgSetPicture (statement)=DlgSetPicture_statement
  136. 4 DlgText$ (function)=DlgText_function
  137. 4 DlgText (statement)=DlgText_statement
  138. 4 DlgValue (function)=DlgValue_function
  139. 4 DlgValue (statement)=DlgValue_statement
  140. 4 DlgVisible (function)=DlgVisible_function
  141. 4 DlgVisible (statement)=DlgVisible_statement
  142. 4 Do...Loop (statement)=Do_Loop_statement
  143. 4 DoEvents (function)=DoEvents_function
  144. 4 DoEvents (statement)=DoEvents_statement
  145. 4 Double (data type)=Double_data_type
  146. 4 DropListBox (statement)=DropListBox_statement
  147. 4 End (statement)=End_statement
  148. 4 Environ, Environ$ (functions)=Environ_Environ_functions
  149. 4 EOF (function)=EOF_function
  150. 4 Eqv (operator)=Eqv_operator
  151. 4 Erase (statement)=Erase_statement
  152. 4 Erl (function)=Erl_function
  153. 4 Err.Clear (method)=Err_Clear_method
  154. 4 Err.Description (property)=Err_Description_property
  155. 4 Err.HelpContext (property)=Err_HelpContext_property
  156. 4 Err.HelpFile (property)=Err_HelpFile_property
  157. 4 Err.LastDLLError (property)=Err_LastDLLError_property
  158. 4 Err.Number (property)=Err_Number_property
  159. 4 Err.Raise (method)=Err_Raise_method
  160. 4 Err.Source (property)=Err_Source_property
  161. 4 Error, Error$ (functions)=Error_Error_functions
  162. 4 Error (statement)=Error_statement
  163. 4 Exit Do (statement)=Exit_Do_statement
  164. 4 Exit For (statement)=Exit_For_statement
  165. 4 Exit Function (statement)=Exit_Function_statement
  166. 4 Exit Sub (statement)=Exit_Sub_statement
  167. 4 Exp (function)=Exp_function
  168. 4 FileAttr (function)=FileAttr_function
  169. 4 FileCopy (statement)=FileCopy_statement
  170. 4 FileDateTime (function)=FileDateTime_function
  171. 4 FileDirs (statement)=FileDirs_statement
  172. 4 FileExists (function)=FileExists_function
  173. 4 FileLen (function)=FileLen_function
  174. 4 FileList (statement)=FileList_statement
  175. 4 FileParse$ (function)=FileParse_function
  176. 4 Fix (function)=Fix_function
  177. 4 For...Each (statement)=For_Each_statement
  178. 4 For...Next (statement)=For_Next_statement
  179. 4 Format, Format$ (functions)=Format_Format_functions
  180. 4 FreeFile (function)=FreeFile_function
  181. 4 Function...End Function (statement)=Function_End_Function_statement
  182. 4 Fv (function)=Fv_function
  183. 4 Get (statement)=Get_statement
  184. 4 GetAllSettings (function)=GetAllSettings_function
  185. 4 GetAttr (function)=GetAttr_function
  186. 4 GetObject (function)=GetObject_function
  187. 4 GetSetting (function)=GetSetting_function
  188. 4 Global (statement)=Global_statement
  189. 4 GoSub (statement)=GoSub_statement
  190. 4 Goto (statement)=Goto_statement
  191. 4 GroupBox (statement)=GroupBox_statement
  192. 4 HelpButton (statement)=HelpButton_statement
  193. 4 Hex, Hex$ (functions)=Hex_Hex_functions
  194. 4 HLine (statement)=HLine_statement
  195. 4 Hour (function)=Hour_function
  196. 4 HPage (statement)=HPage_statement
  197. 4 HScroll (statement)=HScroll_statement
  198. 4 HWND (object)=HWND_object
  199. 4 HWND.Value (property)=HWND_Value_property
  200. 4 If...Then...Else (statement)=If_Then_Else_statement
  201. 4 IIf (function)=IIf_function
  202. 4 IMEStatus (function)=IMEStatus_function
  203. 4 Imp (operator)=Imp_operator
  204. 4 Inline (statement)=Inline_statement
  205. 4 Input, Input$, InputB, InputB$ (functions)=Input_Input_InputB_InputB_functions
  206. 4 InputBox, InputBox$ (functions)=InputBox_InputBox_functions
  207. 4 InStr, InstrB (functions)=InStr_InstrB_functions
  208. 4 Int (function)=Int_function
  209. 4 Integer (data type)=Integer_data_type
  210. 4 IPmt (function)=IPmt_function
  211. 4 IRR (function)=IRR_function
  212. 4 Is (operator)=Is_operator
  213. 4 IsDate (function)=IsDate_function
  214. 4 IsEmpty (function)=IsEmpty_function
  215. 4 IsError (function)=IsError_function
  216. 4 IsMissing (function)=IsMissing_function
  217. 4 IsNull (function)=IsNull_function
  218. 4 IsNumeric (function)=IsNumeric_function
  219. 4 IsObject (function)=IsObject_function
  220. 4 Item$ (function)=Item_function
  221. 4 ItemCount (function)=ItemCount_function
  222. 4 Kill (statement)=Kill_statement
  223. 4 LBound (function)=LBound_function
  224. 4 LCase, LCase$ (functions)=LCase_LCase_functions
  225. 4 Left, Left$, LeftB, LeftB$ (functions)=Left_Left_LeftB_LeftB_functions
  226. 4 Len, LenB (functions)=Len_LenB_functions
  227. 4 Let (statement)=Let_statement
  228. 4 Like (operator)=Like_operator
  229. 4 Line$ (function)=Line_function
  230. 4 LineCount (function)=LineCount_function
  231. 4 ListBox (statement)=ListBox_statement
  232. 4 Loc (function)=Loc_function
  233. 4 Lock, Unlock (statements)=Lock_Unlock_statements
  234. 4 Lof (function)=Lof_function
  235. 4 Log (function)=Log_function
  236. 4 Long (data type)=Long_data_type
  237. 4 LSet (statement)=LSet_statement
  238. 4 LTrim, LTrim$ (functions)=LTrim_LTrim_functions
  239. 4 Main (statement)=Main_statement
  240. 4 Mci (function)=Mci_function
  241. 4 Mid, Mid$, MidB, MidB$ (functions)=Mid_Mid_MidB_MidB_functions
  242. 4 Mid, Mid$, MidB, MidB$ (statements)=Mid_Mid_MidB_MidB_statements
  243. 4 Minute (function)=Minute_function
  244. 4 MIRR (function)=MIRR_function
  245. 4 MkDir (statement)=MkDir_statement
  246. 4 Mod (operator)=Mod_operator
  247. 4 Month (function)=Month_function
  248. 4 Msg.Close (method)=Msg_Close_method
  249. 4 Msg.Open (method)=Msg_Open_method
  250. 4 Msg.Text (property)=Msg_Text_property
  251. 4 Msg.Thermometer (property)=Msg_Thermometer_property
  252. 4 MsgBox (function)=MsgBox_function
  253. 4 MsgBox (statement)=MsgBox_statement
  254. 4 Name (statement)=Name_statement
  255. 4 Net.AddCon (method)=Net_AddCon_method
  256. 4 Net.Browse$ (method)=Net_Browse_method
  257. 4 Net.CancelCon (method)=Net_CancelCon_method
  258. 4 Net.GetCaps (method)=Net_GetCaps_method
  259. 4 Net.GetCon$ (method)=Net_GetCon_method
  260. 4 Net.User$ (method)=Net_User_method
  261. 4 New (keyword)=New_keyword
  262. 4 Not (operator)=Not_operator
  263. 4 Now (function)=Now_function
  264. 4 NPer (function)=NPer_function
  265. 4 Npv (function)=Npv_function
  266. 4 Object (data type)=Object_data_type
  267. 4 Oct, Oct$ (functions)=Oct_Oct_functions
  268. 4 OKButton (statement)=OKButton_statement
  269. 4 On Error (statement)=On_Error_statement
  270. 4 Open (statement)=Open_statement
  271. 4 OpenFilename$ (function)=OpenFilename_function
  272. 4 Option Base (statement)=Option_Base_statement
  273. 4 Option Compare (statement)=Option_Compare_statement
  274. 4 Option CStrings (statement)=Option_CStrings_statement
  275. 4 Option Default (statement)=Option_Default_statement
  276. 4 Option Explicit (statement)=Option_Explicit_statement
  277. 4 OptionButton (statement)=OptionButton_statement
  278. 4 OptionGroup (statement)=OptionGroup_statement
  279. 4 Or (operator)=Or_operator
  280. 4 Picture (statement)=Picture_statement
  281. 4 PictureButton (statement)=PictureButton_statement
  282. 4 Pmt (function)=Pmt_function
  283. 4 PopupMenu (function)=PopupMenu_function
  284. 4 PPmt (function)=PPmt_function
  285. 4 Print (statement)=Print_statement
  286. 4 Private (statement)=Private_statement
  287. 4 Public (statement)=Public_statement
  288. 4 PushButton (statement)=PushButton_statement
  289. 4 Put (statement)=Put_statement
  290. 4 Pv (function)=Pv_function
  291. 4 Random (function)=Random_function
  292. 4 Randomize (statement)=Randomize_statement
  293. 4 Rate (function)=Rate_function
  294. 4 ReadIni$ (function)=ReadIni_function
  295. 4 ReadIniSection (statement)=ReadIniSection_statement
  296. 4 Redim (statement)=Redim_statement
  297. 4 Rem (statement)=Rem_statement
  298. 4 Reset (statement)=Reset_statement
  299. 4 Resume (statement)=Resume_statement
  300. 4 Return (statement)=Return_statement
  301. 4 Right, Right$, RightB, RightB$ (functions)=Right_Right_RightB_RightB_functions
  302. 4 RmDir (statement)=RmDir_statement
  303. 4 Rnd (function)=Rnd_function
  304. 4 RSet (statement)=RSet_statement
  305. 4 RTrim, RTrim$ (functions)=RTrim_RTrim_functions
  306. 4 SaveFilename$ (function)=SaveFilename_function
  307. 4 SaveSetting (statement)=SaveSetting_statement
  308. 4 Screen.DlgBaseUnitsX (property)=Screen_DlgBaseUnitsX_property
  309. 4 Screen.DlgBaseUnitsY (property)=Screen_DlgBaseUnitsY_property
  310. 4 Screen.Height (property)=Screen_Height_property
  311. 4 Screen.Width (property)=Screen_Width_property
  312. 4 Second (function)=Second_function
  313. 4 Seek (function)=Seek_function
  314. 4 Seek (statement)=Seek_statement
  315. 4 Select...Case (statement)=Select_Case_statement
  316. 4 SelectBox (function)=SelectBox_function
  317. 4 SendKeys (statement)=SendKeys_statement
  318. 4 Set (statement)=Set_statement
  319. 4 SetAttr (statement)=SetAttr_statement
  320. 4 Sgn (function)=Sgn_function
  321. 4 Shell (function)=Shell_function
  322. 4 Sin (function)=Sin_function
  323. 4 Single (data type)=Single_data_type
  324. 4 Sleep (statement)=Sleep_statement
  325. 4 Sln (function)=Sln_function
  326. 4 Space, Space$ (functions)=Space_Space_functions
  327. 4 Spc (function)=Spc_function
  328. 4 SQLBind (function)=SQLBind_function
  329. 4 SQLClose (function)=SQLClose_function
  330. 4 SQLError (function)=SQLError_function
  331. 4 SQLExecQuery (function)=SQLExecQuery_function
  332. 4 SQLGetSchema (function)=SQLGetSchema_function
  333. 4 SQLOpen (function)=SQLOpen_function
  334. 4 SQLRequest (function)=SQLRequest_function
  335. 4 SQLRetrieve (function)=SQLRetrieve_function
  336. 4 SQLRetrieveToFile (function)=SQLRetrieveToFile_function
  337. 4 Sqr (function)=Sqr_function
  338. 4 Stop (statement)=Stop_statement
  339. 4 Str, Str$ (functions)=Str_Str_functions
  340. 4 StrComp (function)=StrComp_function
  341. 4 StrConv (function)=StrConv_function
  342. 4 String (data type)=String_data_type
  343. 4 String, String$ (functions)=String_String_functions
  344. 4 Sub...End Sub (statement)=Sub_End_Sub_statement
  345. 4 Switch (function)=Switch_function
  346. 4 SYD (function)=SYD_function
  347. 4 System.Exit (method)=System_Exit_method
  348. 4 System.FreeMemory (property)=System_FreeMemory_property
  349. 4 System.MouseTrails (method)=System_MouseTrails_method
  350. 4 System.Restart (method)=System_Restart_method
  351. 4 System.TotalMemory (property)=System_TotalMemory_property
  352. 4 System.WindowsDirectory$ (property)=System_WindowsDirectory_property
  353. 4 System.WindowsVersion$ (property)=System_WindowsVersion_property
  354. 4 Tab (function)=Tab_function
  355. 4 Tan (function)=Tan_function
  356. 4 Text (statement)=Text_statement
  357. 4 TextBox (statement)=TextBox_statement
  358. 4 Time, Time$ (statements)=Time_Time_statements
  359. 4 Timer (function)=Timer_function
  360. 4 TimeSerial (function)=TimeSerial_function
  361. 4 TimeValue (function)=TimeValue_function
  362. 4 Trim, Trim$, LTrim, LTrim$, RTrim, RTrim$ (functions)=Trim_Trim_LTrim_LTrim_RTrim_RTrim_functions
  363. 4 Type (statement)=Type_statement
  364. 4 TypeName (function)=TypeName_function
  365. 4 TypeOf (function)=TypeOf_function
  366. 4 UBound (function)=UBound_function
  367. 4 UCase, UCase$ (functions)=UCase_UCase_functions
  368. 4 Unlock (statement)=Unlock_statement
  369. 4 Val (function)=Val_function
  370. 4 Variant (data type)=Variant_data_type
  371. 4 VarType (function)=VarType_function
  372. 4 Viewport.Clear (method)=Viewport_Clear_method
  373. 4 Viewport.Close (method)=Viewport_Close_method
  374. 4 Viewport.Open (method)=Viewport_Open_method
  375. 4 Weekday (function)=Weekday_function
  376. 4 While...Wend (statement)=While_Wend_statement
  377. 4 WinActivate (statement)=WinActivate_statement
  378. 4 WinClose (statement)=WinClose_statement
  379. 4 WinFind (function)=WinFind_function
  380. 4 WinList (statement)=WinList_statement
  381. 4 WinMaximize (statement)=WinMaximize_statement
  382. 4 WinMinimize (statement)=WinMinimize_statement
  383. 4 WinMove (statement)=WinMove_statement
  384. 4 WinRestore (statement)=WinRestore_statement
  385. 4 WinSize (statement)=WinSize_statement
  386. 4 Word$ (function)=Word_function
  387. 4 WordCount (function)=WordCount_function
  388. 4 WriteIni (statement)=WriteIni_statement
  389. 4 Xor (operator)=Xor_operator
  390. 4 Year (function)=Year_function
  391. 2 Data Types
  392. 3 Any (data type)=Any_data_type
  393. 3 Boolean (data type)=Boolean_data_type
  394. 3 Currency (data type)=Currency_data_type
  395. 3 Date (data type)=Date_data_type
  396. 3 Double (data type)=Double_data_type
  397. 3 Integer (data type)=Integer_data_type
  398. 3 Object (data type)=Object_data_type
  399. 3 Single (data type)=Single_data_type
  400. 3 String (data type)=String_data_type
  401. 3 Variant (data type)=Variant_data_type
  402. 2 Directives
  403. 3 #Const (directive)=Const_directive_directive
  404. 3 #If...Then...#Else (directive)=IfThenElse_directive_directive
  405. 2 Functions
  406. 3 Abs (function)=Abs_function
  407. 3 AnswerBox (function)=AnswerBox_function
  408. 3 AppFind, AppFind$ (functions)=AppFind_AppFind_functions
  409. 3 AppGetActive$ (function)=AppGetActive_function
  410. 3 AppGetState (function)=AppGetState_function
  411. 3 AppType (function)=AppType_function
  412. 3 ArrayDims (function)=ArrayDims_function
  413. 3 Asc, AscB, AscW(functions)=Asc_AscB_AscW_functions
  414. 3 AskBox, AskBox$ (functions)=AskBox_AskBox_functions
  415. 3 AskPassword, AskPassword$ (functions)=AskPassword_AskPassword_functions
  416. 3 Atn (function)=Atn_function
  417. 3 CBool (function)=CBool_function
  418. 3 CCur (function)=CCur_function
  419. 3 CDate, CVDate (functions)=CDate_CVDate_functions
  420. 3 CDbl (function)=CDbl_function
  421. 3 Choose (function)=Choose_function
  422. 3 Chr, Chr$, ChrB, ChrB$, ChrW, ChrW$ (functions)=Chr_Chr_ChrB_ChrB_ChrW_ChrW_functions
  423. 3 CInt (function)=CInt_function
  424. 3 Clipboard$ (function)=Clipboard_function
  425. 3 CLng (function)=CLng_function
  426. 3 Command, Command$ (functions)=Command_Command_functions
  427. 3 Cos (function)=Cos_function
  428. 3 CreateObject (function)=CreateObject_function
  429. 3 CSng (function)=CSng_function
  430. 3 CStr (function)=CStr_function
  431. 3 CurDir, CurDir$ (functions)=CurDir_CurDir_functions
  432. 3 CVar (function)=CVar_function
  433. 3 CVErr (function)=CVErr_function
  434. 3 Date, Date$ (functions)=Date_Date_functions
  435. 3 DateAdd (function)=DateAdd_function
  436. 3 DateDiff (function)=DateDiff_function
  437. 3 DatePart (function)=DatePart_function
  438. 3 DateSerial (function)=DateSerial_function
  439. 3 DateValue (function)=DateValue_function
  440. 3 Day (function)=Day_function
  441. 3 DDB (function)=DDB_function
  442. 3 DDEInitiate (function)=DDEInitiate_function
  443. 3 DDERequest, DDERequest$ (functions)=DDERequest_DDERequest_functions
  444. 3 Dialog (function)=Dialog_function
  445. 3 Dir, Dir$ (functions)=Dir_Dir_functions
  446. 3 DiskFree (function)=DiskFree_function
  447. 3 DlgCaption (function)=DlgCaption_function
  448. 3 DlgControlId (function)=DlgControlId_function
  449. 3 DlgEnable (function)=DlgEnable_function
  450. 3 DlgFocus (function)=DlgFocus_function
  451. 3 DlgFocus (function)=DlgFocus_function
  452. 3 DlgListBoxArray (function)=DlgListBoxArray_function
  453. 3 DlgProc (function)=DlgProc_function
  454. 3 DlgText$ (function)=DlgText_function
  455. 3 DlgValue (function)=DlgValue_function
  456. 3 DlgVisible (function)=DlgVisible_function
  457. 3 DoEvents (function)=DoEvents_function
  458. 3 Environ, Environ$ (functions)=Environ_Environ_functions
  459. 3 EOF (function)=EOF_function
  460. 3 Erl (function)=Erl_function
  461. 3 Error, Error$ (functions)=Error_Error_functions
  462. 3 Exp (function)=Exp_function
  463. 3 FileAttr (function)=FileAttr_function
  464. 3 FileDateTime (function)=FileDateTime_function
  465. 3 FileExists (function)=FileExists_function
  466. 3 FileLen (function)=FileLen_function
  467. 3 FileParse$ (function)=FileParse_function
  468. 3 Fix (function)=Fix_function
  469. 3 Format, Format$ (functions)=Format_Format_functions
  470. 3 FreeFile (function)=FreeFile_function
  471. 3 Fv (function)=Fv_function
  472. 3 GetAllSettings (function)=GetAllSettings_function
  473. 3 GetAttr (function)=GetAttr_function
  474. 3 GetObject (function)=GetObject_function
  475. 3 GetSetting (function)=GetSetting_function
  476. 3 Hex, Hex$ (functions)=Hex_Hex_functions
  477. 3 Hour (function)=Hour_function
  478. 3 IIf (function)=IIf_function
  479. 3 IMEStatus (function)=IMEStatus_function
  480. 3 Input, Input$, InputB, InputB$ (functions)=Input_Input_InputB_InputB_functions
  481. 3 InputBox, InputBox$ (functions)=InputBox_InputBox_functions
  482. 3 InStr, InstrB (functions)=InStr_InstrB_functions
  483. 3 Int (function)=Int_function
  484. 3 IPmt (function)=IPmt_function
  485. 3 IRR (function)=IRR_function
  486. 3 IsDate (function)=IsDate_function
  487. 3 IsEmpty (function)=IsEmpty_function
  488. 3 IsError (function)=IsError_function
  489. 3 IsMissing (function)=IsMissing_function
  490. 3 IsNull (function)=IsNull_function
  491. 3 IsNumeric (function)=IsNumeric_function
  492. 3 IsObject (function)=IsObject_function
  493. 3 Item$ (function)=Item_function
  494. 3 ItemCount (function)=ItemCount_function
  495. 3 LBound (function)=LBound_function
  496. 3 LCase, LCase$ (functions)=LCase_LCase_functions
  497. 3 Left, Left$, LeftB, LeftB$ (functions)=Left_Left_LeftB_LeftB_functions
  498. 3 Len, LenB (functions)=Len_LenB_functions
  499. 3 Line$ (function)=Line_function
  500. 3 LineCount (function)=LineCount_function
  501. 3 ListBoxEnabled (function)=ListBoxEnabled_function
  502. 3 ListBoxExists (function)=ListBoxExists_function
  503. 3 Loc (function)=Loc_function
  504. 3 Lof (function)=Lof_function
  505. 3 Log (function)=Log_function
  506. 3 LTrim, LTrim$ (functions)=LTrim_LTrim_functions
  507. 3 Mci (function)=Mci_function
  508. 3 Mid, Mid$, MidB, MidB$ (functions)=Mid_Mid_MidB_MidB_functions
  509. 3 Minute (function)=Minute_function
  510. 3 MIRR (function)=MIRR_function
  511. 3 Month (function)=Month_function
  512. 3 MsgBox (function)=MsgBox_function
  513. 3 Now (function)=Now_function
  514. 3 NPer (function)=NPer_function
  515. 3 Npv (function)=Npv_function
  516. 3 Oct, Oct$ (functions)=Oct_Oct_functions
  517. 3 OpenFilename$ (function)=OpenFilename_function
  518. 3 Pmt (function)=Pmt_function
  519. 3 PopupMenu (function)=PopupMenu_function
  520. 3 PPmt (function)=PPmt_function
  521. 3 Pv (function)=Pv_function
  522. 3 Random (function)=Random_function
  523. 3 Rate (function)=Rate_function
  524. 3 ReadIni$ (function)=ReadIni_function
  525. 3 Right, Right$, RightB, RightB$ (functions)=Right_Right_RightB_RightB_functions
  526. 3 Rnd (function)=Rnd_function
  527. 3 RTrim, RTrim$ (functions)=RTrim_RTrim_functions
  528. 3 SaveFilename$ (function)=SaveFilename_function
  529. 3 Second (function)=Second_function
  530. 3 Seek (function)=Seek_function
  531. 3 SelectBox (function)=SelectBox_function
  532. 3 Sgn (function)=Sgn_function
  533. 3 Shell (function)=Shell_function
  534. 3 Sin (function)=Sin_function
  535. 3 Sln (function)=Sln_function
  536. 3 Spc (function)=Spc_function
  537. 3 SQLBind (function)=SQLBind_function
  538. 3 SQLClose (function)=SQLClose_function
  539. 3 SQLError (function)=SQLError_function
  540. 3 SQLExecQuery (function)=SQLExecQuery_function
  541. 3 SQLGetSchema (function)=SQLGetSchema_function
  542. 3 SQLOpen (function)=SQLOpen_function
  543. 3 SQLRequest (function)=SQLRequest_function
  544. 3 SQLRetrieve (function)=SQLRetrieve_function
  545. 3 SQLRetrieveToFile (function)=SQLRetrieveToFile_function
  546. 3 Sqr (function)=Sqr_function
  547. 3 Str, Str$ (functions)=Str_Str_functions
  548. 3 StrComp (function)=StrComp_function
  549. 3 StrConv (function)=StrConv_function
  550. 3 String, String$ (functions)=String_String_functions
  551. 3 Switch (function)=Switch_function
  552. 3 SYD (function)=SYD_function
  553. 3 Tab (function)=Tab_function
  554. 3 Tan (function)=Tan_function
  555. 3 Time, Time$ (functions)=Time_Time_functions
  556. 3 Timer (function)=Timer_function
  557. 3 TimeSerial (function)=TimeSerial_function
  558. 3 TimeValue (function)=TimeValue_function
  559. 3 Trim, Trim$, LTrim, LTrim$, RTrim, RTrim$ (functions)=Trim_Trim_LTrim_LTrim_RTrim_RTrim_functions
  560. 3 TypeName (function)=TypeName_function
  561. 3 TypeOf (function)=TypeOf_function
  562. 3 UBound (function)=UBound_function
  563. 3 UCase, UCase$ (functions)=UCase_UCase_functions
  564. 3 Val (function)=Val_function
  565. 3 VarType (function)=VarType_function
  566. 3 Weekday (function)=Weekday_function
  567. 3 WinFind (function)=WinFind_function
  568. 3 Word$ (function)=Word_function
  569. 3 WordCount (function)=WordCount_function
  570. 3 Year (function)=Year_function
  571. 2 Keywords
  572. 3 _ (keyword)=Underscore_keyword
  573. 3 () (keyword)=Parenthese_keyword
  574. 3 . (keyword)=Dot_keyword
  575. 3 ' (keyword)=Apostrophe_keyword
  576. 3 ByRef (keyword)=ByRef_keyword
  577. 3 ByVal (keyword)=ByVal_keyword
  578. 3 New (keyword)=New_keyword
  579. 2 Methods
  580. 3 Basic.Capability (method)=Basic_Capability_method
  581. 3 Clipboard.Clear (method)=Clipboard_Clear_method
  582. 3 Clipboard.GetFormat (method)=Clipboard_GetFormat_method
  583. 3 Clipboard.GetText (method)=Clipboard_GetText_method
  584. 3 Clipboard.SetText (method)=Clipboard_SetText_method
  585. 3 Err.Clear (method)=Err_Clear_method
  586. 3 Err.Raise (method)=Err_Raise_method
  587. 3 Msg.Close (method)=Msg_Close_method
  588. 3 Msg.Open (method)=Msg_Open_method
  589. 3 Net.CancelCon (method)=Net_CancelCon_method
  590. 3 Net.GetCaps (method)=Net_GetCaps_method
  591. 3 Net.GetCon$ (method)=Net_GetCon_method
  592. 3 Net.User$(method)=Net_User_method
  593. 3 Viewport.Clear (method)=Viewport_Clear_method
  594. 3 Viewport.Close (method)=Viewport_Close_method
  595. 3 Viewport.Open (method)=Viewport_Open_method
  596. 2 Operators
  597. 3 & (operator)=Ampersand_operator
  598. 3 \ (operator)=Backslash_operator
  599. 3 / (operator)=Slash_operator
  600. 3 ^ (operator)=Exponent_operator
  601. 3 >(operator)=GreaterThan_operator
  602. 3 < (operator)=LessThan_operator
  603. 3 <>(operator)=NotEqual_operator
  604. 3 - (operator)=Minus_operator
  605. 3 * (operator)=Multiply_operator
  606. 3 + (operator)=Plus_operator
  607. 3 And (operator)=And_operator
  608. 3 Eqv (operator)=Eqv_operator
  609. 3 Imp (operator)=Imp_operator
  610. 3 Is (operator)=Is_operator
  611. 3 Like (operator)=Like_operator
  612. 3 Mod (operator)=Mod_operator
  613. 3 Not (operator)=Not_operator
  614. 3 Or (operator)=Or_operator
  615. 3 Xor (operator)=Xor_operator
  616. 2 Properties
  617. 3 Basic.Architecture$ (property)=Basic_Architecture_property
  618. 3 Basic.CodePage (property)=Basic_CodePage_property
  619. 3 Basic.Eoln$ (property)=Basic_Eoln_property
  620. 3 Basic.FreeMemory (property)=Basic_FreeMemory_property
  621. 3 Basic.HomeDir$ (property)=Basic_HomeDir_property
  622. 3 Basic.Locale$ (property)=Basic_Locale_property
  623. 3 Basic.OperatingSystem$ (property)=Basic_OperatingSystem_property
  624. 3 Basic.OperatingSystemVendor$ (property)=Basic_OperatingSystemVendor_property
  625. 3 Basic.OperatingSystemVersion$ (property)=Basic_OperatingSystemVersion_property
  626. 3 Basic.OS (property)=Basic_OS_property
  627. 3 Basic.PathSeparator$ (property)=Basic_PathSeparator_property
  628. 3 Basic.Processor$ (property)=Basic_Processor_property
  629. 3 Basic.ProcessorCount (property)=Basic_ProcessorCount_property
  630. 3 Basic.Version$ (property)=Basic_Version_property
  631. 3 Err.Description (property)=Err_Description_property
  632. 3 Err.HelpContext (property)=Err_HelpContext_property
  633. 3 Err.HelpFile (property)=Err_HelpFile_property
  634. 3 Err.LastDLLError (property)=Err_LastDLLError_property
  635. 3 Err.Number (property)=Err_Number_property
  636. 3 Err.Source (property)=Err_Source_property
  637. 3 HWND.Value (property)=HWND_Value_property
  638. 3 Msg.Thermometer (property)=Msg_Thermometer_property
  639. 3 Screen.DlgBaseUnitsX (property)=Screen_DlgBaseUnitsX_property
  640. 3 Screen.DlgBaseUnitsY (property)=Screen_DlgBaseUnitsY_property
  641. 3 Screen.Height (property)=Screen_Height_property
  642. 3 Screen.Width (property)=Screen_Width_property
  643. 3 System.FreeMemory (property)=System_FreeMemory_property
  644. 3 System.TotalMemory (property)=System_TotalMemory_property
  645. 3 System.WindowsDirectory$ (property)=System_WindowsDirectory_property
  646. 3 System.WindowsVersion$ (property)=System_WindowsVersion_property
  647. 2 Statements
  648. 3 AppActivate (statement)=AppActivate_statement
  649. 3 AppClose (statement)=AppClose_statement
  650. 3 AppGetPosition (statement)=AppGetPosition_statement
  651. 3 AppHide (statement)=AppHide_statement
  652. 3 AppList (statement)=AppList_statement
  653. 3 AppMaximize (statement)=AppMaximize_statement
  654. 3 AppMinimize (statement)=AppMinimize_statement
  655. 3 AppMove (statement)=AppMove_statement
  656. 3 AppRestore (statement)=AppRestore_statement
  657. 3 AppSetState (statement)=AppSetState_statement
  658. 3 AppShow (statement)=AppShow_statement
  659. 3 AppSize (statement)=AppSize_statement
  660. 3 ArraySort (statement)=ArraySort_statement
  661. 3 Beep (statement)=Beep_statement
  662. 3 Begin Dialog (statement)=Begin_Dialog_statement
  663. 3 Call (statement)=Call_statement
  664. 3 CancelButton (statement)=CancelButton_statement
  665. 3 ChDir (statement)=ChDir_statement
  666. 3 ChDrive (statement)=ChDrive_statement
  667. 3 CheckBox (statement)=CheckBox_statement
  668. 3 Clipboard$ (statement)=Clipboard_statement
  669. 3 Close (statement)=Close_statement
  670. 3 ComboBox (statement)=ComboBox_statement
  671. 3 Const (statement)=Const_statement
  672. 3 Date, Date$ (statements)=Date_Date_statements
  673. 3 DDEExecute (statement)=DDEExecute_statement
  674. 3 DDESend (statement)=DDESend_statement
  675. 3 DDETerminate (statement)=DDETerminate_statement
  676. 3 DDETerminateAll (statement)=DDETerminateAll_statement
  677. 3 DDETimeout (statement)=DDETimeout_statement
  678. 3 Declare (statement)=Declare_statement
  679. 3 DefType (statement)=DefType_statement
  680. 3 DeleteSetting (statement)=DeleteSetting_statement
  681. 3 Dialog (statement)=Dialog_statement
  682. 3 Dim (statement)=Dim_statement
  683. 3 DiskDrives (statement)=DiskDrives_statement
  684. 3 DlgCaption (statement)=DlgCaption_statement
  685. 3 DlgEnable (statement)=DlgEnable_statement
  686. 3 DlgFocus (statement)=DlgFocus_statement
  687. 3 DlgListBoxArray (statement)=DlgListBoxArray_statement
  688. 3 DlgSetPicture (statement)=DlgSetPicture_statement
  689. 3 DlgText (statement)=DlgText_statement
  690. 3 DlgValue (statement)=DlgValue_statement
  691. 3 DlgVisible (statement)=DlgVisible_statement
  692. 3 Do...Loop (statement)=Do_Loop_statement
  693. 3 DoEvents (statement)=DoEvents_statement
  694. 3 DropListBox (statement)=DropListBox_statement
  695. 3 End (statement)=End_statement
  696. 3 Erase (statement)=Erase_statement
  697. 3 Error (statement)=Error_statement
  698. 3 Exit Do (statement)=Exit_Do_statement
  699. 3 Exit For (statement)=Exit_For_statement
  700. 3 Exit Function (statement)=Exit_Function_statement
  701. 3 Exit Sub (statement)=Exit_Sub_statement
  702. 3 FileCopy (statement)=FileCopy_statement
  703. 3 FileDirs (statement)=FileDirs_statement
  704. 3 FileList (statement)=FileList_statement
  705. 3 For...Each (statement)=For_Each_statement
  706. 3 For...Next (statement)=For_Next_statement
  707. 3 Function...End Function (statement)=Function_End_Function_statement
  708. 3 Get (statement)=Get_statement
  709. 3 Global (statement)=Global_statement
  710. 3 GoSub (statement)=GoSub_statement
  711. 3 Goto (statement)=Goto_statement
  712. 3 GroupBox (statement)=GroupBox_statement
  713. 3 HelpButton (statement)=HelpButton_statement
  714. 3 HLine (statement)=HLine_statement
  715. 3 HPage (statement)=HPage_statement
  716. 3 HScroll (statement)=HScroll_statement
  717. 3 If...Then...Else (statement)=If_Then_Else_statement
  718. 3 Inline (statement)=Inline_statement
  719. 3 Kill (statement)=Kill_statement
  720. 3 Let (statement)=Let_statement
  721. 3 ListBox (statement)=ListBox_statement
  722. 3 Lock, Unlock (statements)=Lock_Unlock_statements
  723. 3 LSet (statement)=LSet_statement
  724. 3 Main (statement)=Main_statement
  725. 3 Mid, Mid$, MidB, MidB$ (statements)=Mid_Mid_MidB_MidB_statements
  726. 3 MkDir (statement)=MkDir_statement
  727. 3 MsgBox (statement)=MsgBox_statement
  728. 3 Name (statement)=Name_statement
  729. 3 OKButton (statement)=OKButton_statement
  730. 3 On Error (statement)=On_Error_statement
  731. 3 Open (statement)=Open_statement
  732. 3 Option Base (statement)=Option_Base_statement
  733. 3 Option Compare (statement)=Option_Compare_statement
  734. 3 Option CStrings (statement)=Option_CStrings_statement
  735. 3 Option Default (statement)=Option_Default_statement
  736. 3 Option Explicit (statement)=Option_Explicit_statement
  737. 3 OptionButton (statement)=OptionButton_statement
  738. 3 OptionGroup (statement)=OptionGroup_statement
  739. 3 Picture (statement)=Picture_statement
  740. 3 PictureButton (statement)=PictureButton_statement
  741. 3 Print (statement)=Print_statement
  742. 3 PrinterSetOrientation (statement)=PrinterSetOrientation_statement
  743. 3 Private (statement)=Private_statement
  744. 3 Public (statement)=Public_statement
  745. 3 PushButton (statement)=PushButton_statement
  746. 3 Put (statement)=Put_statement
  747. 3 Randomize (statement)=Randomize_statement
  748. 3 ReadIniSection (statement)=ReadIniSection_statement
  749. 3 Redim (statement)=Redim_statement
  750. 3 Rem (statement)=Rem_statement
  751. 3 Reset (statement)=Reset_statement
  752. 3 Resume (statement)=Resume_statement
  753. 3 Return (statement)=Return_statement
  754. 3 RmDir (statement)=RmDir_statement
  755. 3 RSet (statement)=RSet_statement
  756. 3 SaveSetting (statement)=SaveSetting_statement
  757. 3 Seek (statement)=Seek_statement
  758. 3 Select...Case (statement)=Select_Case_statement
  759. 3 SendKeys (statement)=SendKeys_statement
  760. 3 Set (statement)=Set_statement
  761. 3 SetAttr (statement)=SetAttr_statement
  762. 3 SetCheckBox (statement)=SetCheckBox_statement
  763. 3 SetEditText (statement)=SetEditText_statement
  764. 3 SetOption (statement)=SetOption_statement
  765. 3 Sleep (statement)=Sleep_statement
  766. 3 Stop (statement)=Stop_statement
  767. 3 Sub...End Sub (statement)=Sub_End_Sub_statement
  768. 3 Text (statement)=Text_statement
  769. 3 TextBox (statement)=TextBox_statement
  770. 3 Time, Time$ (statements)=Time_Time_statements
  771. 3 Type (statement)=Type_statement
  772. 3 Unlock (statement)=Unlock_statement
  773. 3 While...Wend (statement)=While_Wend_statement
  774. 3 WinActivate (statement)=WinActivate_statement
  775. 3 WinClose (statement)=WinClose_statement
  776. 3 WinList (statement)=WinList_statement
  777. 3 WinMaximize (statement)=WinMaximize_statement
  778. 3 WinMinimize (statement)=WinMinimize_statement
  779. 3 WinMove (statement)=WinMove_statement
  780. 3 WinRestore (statement)=WinRestore_statement
  781. 3 WinSize (statement)=WinSize_statement
  782. 3 WriteIni (statement)=WriteIni_statement
  783. 2 Topics
  784. 3 Arrays (topic)=Arrays_topic
  785. 3 Comments (topic)=Comments_topic
  786. 3 Comparison Operators (topic)=Comparison_Operators_topic
  787. 3 Constants (topic)=Constants_topic
  788. 3 Cross-Platform Scripting (topic)=Cross_Platform_Scripting_topic
  789. 3 Dialogs (topic)=Dialogs_topic
  790. 3 Error Handling (topic)=Error_Handling_topic
  791. 3 Expression Evaluation (topic)=Expression_Evaluation_topic
  792. 3 Keywords (topic)=Keywords_topic
  793. 3 Line Numbers (topic)=Line_Numbers_topic
  794. 3 Literals (topic)=Literals_topic
  795. 3 Named Parameters (topic)=Named_Parameters_topic
  796. 3 Objects (topic)=Objects_topic
  797. 3 Operator Precedence (topic)=Operator_Precedence_topic
  798. 3 Operator Precision (topic)=Operator_Precision_topic
  799. 3 User-Defined Types (topic)=User_Defined_Types_topic
  800.