הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Visual Basic language keywords and run-time library members are organized by purpose and use.
Action | Language element |
---|---|
Access or create a file. | FileOpen |
Close files. | FileClose, Reset |
Control output appearance. | Format, Print, SPC, TAB, FileWidth |
Copy a file. | FileCopy |
Get information about a file. | EOF, FileAttr, FileDateTime, FileLen, FreeFile, GetAttr, Loc, LOF, Seek |
Get or provide information from/to the user by means of a control dialog box. | InputBox, MsgBox |
Manage files. | Dir, Kill, Lock, Unlock |
Read from a file. | FileGet, FileGetObject, Input, InputString, LineInput |
Return length of a file. | FileLen |
Set or get file attributes. | FileAttr, GetAttr, SetAttr |
Set read-write position in a file. | Seek |
Write to a file. | FilePut, FilePutObject, Print, Write, WriteLine |
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.