1. STRINGS [Target variable=]LEFT Source string Number of characters to take 〈Take the specified number of characters from the left of the source string〉
2. STRINGS [Target variable=]RIGHT Source string Number of characters to take 〈Take the specified number of characters from the right of the source string〉
3. STRINGS [Target variable=]MID Source string Start number, End number 〈Take from the center of the source string〉
4. STRINGS [Target variable=]LENGTH Source string 〈Return the character length of the source string〉
5. STRINGS [Target variable=]FIND Source string Character 〈Find the specified character from the source string〉
6. STRINGS [Target variable=]FINDC Source string Character 〈Find the specified character from the source string, case-sensitive〉
7. STRINGS [Target variable=]LOWER Source string 〈Convert uppercase letters in the source string to lowercase letters〉
8. STRINGS [Target variable=]UPPER Source string 〈Convert lowercase letters in the source string to uppercase letters〉
9. STRINGS [Target variable=]CHAR Character [Character1] [Character2]... 〈Convert characters to ASCII numbers〉
10. STRINGS [Target variable=]VAL Number [Number1] [Number2]... 〈Convert numbers to ASCII characters〉
11. STRINGS [Target variable=]FILEDRIVE File name 〈Return the drive letter where the file name is located〉
12. STRINGS [Target variable=]FILEDIR File name 〈Return the directory where the file name is located〉
13. STRINGS [Target variable=]FILENAME Source file name 〈Return the file name of the source file name, without the extension〉
14. STRINGS [Target variable=]FILEEXT Source file name 〈Return only the extension of the source file name〉
15. STRINGS [Target variable=]ADDCOMMAS Number 〈Separate the number with commas every three digits〉
16. STRINGS [Target variable=]REPEAT Number of repetitions, Character or number 〈Repeat the character or number as specified〉
17. STRINGS [Target variable=]READ File name, Line number 〈Read the content of the specified line in the file〉
18. STRINGS [Target variable=]WRITE File name, Character 〈Append the character to the file〉
19. STRINGS [Target variable=]FILESIZE File name 〈Return the size of the file〉
20. STRINGS [Target variable=]LINESIZE File name 〈Return the total number of lines in the file content〉
21. STRINGS [Target variable=]TRUENAME File name 〈Return the full path of the file〉
22. STRINGS [Target variable=]FILEDATE File name 〈Return the modification date of the file〉
23. STRINGS [Target variable=]FILETIME File name 〈Return the modification time of the file〉
24. STRINGS [Target variable=]VER 〈Return the current system's DOS version number〉
25. STRINGS [Target variable=]ASK Prompt string [, Maximum input number] [, 1=* display 2=not display] 〈Dialogue〉
26. STRINGS [Target variable=]INWIN 〈Return 1 if running in the DOS window in WINDOWS〉
27. STRINGS [Target variable=]ENVFREE 〈Return the free bytes of the environment variable space〉
28. STRINGS [Target variable=]ENVSIZE 〈Return the total size of the environment variable space〉
29. STRINGS [Target variable=]TRUEVER 〈Return the true version number of the current DOS〉
30. STRINGS [Target variable=]FILES 〈Return the number of files currently accessed simultaneously〉
31. STRINGS [Target variable=]LASTDRIVE 〈Return the last valid drive letter that the current system can access〉
32. STRINGS [Target variable=]CODEPAGE 〈Return the active long file code page of the current system〉
33. STRINGS [Target variable=]COUNTRY 〈Return the country code set by the current system〉
34. STRINGS [Target variable=]BIOSDATE 〈Return the date of BIOS factory〉
35. STRINGS [Target variable=]GETKEY 〈Return the ASCII code of the key pressed〉
36. STRINGS [Target variable=]ADD Number1, Number2 [, Number3]... 〈Perform + operation on numbers〉
37. STRINGS [Target variable=]SUB Number1, Number2 [, Number3]... 〈Perform - operation on numbers〉
38. STRINGS [Target variable=]MUL Number1, Number2 [, Number3]... 〈Perform × operation on numbers〉
39. STRINGS [Target variable=]DIV Number1, Number2 [, Number3]... 〈Perform ÷ operation on numbers〉
40. STRINGS [Target variable=]AND Number1, Number2 [, Number3]... 〈Perform "logical AND" operation on numbers〉
41. STRINGS [Target variable=]OR Number1, Number2 [, Number3]... 〈Perform "logical OR" operation on numbers〉
42. STRINGS [Target variable=]NOT Number1, Number2 [, Number3]... 〈Perform "logical NOT" operation on numbers〉
43. STRINGS [Target variable=]MEMTOTAL 〈Return the total amount of conventional memory in the system〉
44. STRINGS [Target variable=]MEMFREE 〈Return the free amount of conventional memory in the system〉
45. STRINGS [Target variable=]XMSTOTAL 〈Return the total amount of extended memory in the system〉
46. STRINGS [Target variable=]XMSFREE 〈Return the free amount of extended memory in the system〉
47. STRINGS [Target variable=]XMSVER 〈Return the version number of the driver program currently using extended memory〉
48. STRINGS [Target variable=]EMSTOTAL 〈Return the total amount of expanded memory in the system〉
49. STRINGS [Target variable=]EMSFREE 〈Return the free amount of expanded memory in the system〉
50. STRINGS [Target variable=]EMSVER 〈Return the version number of the driver program currently using expanded memory〉
51. STRINGS [Target variable=]STRINGSVER 〈Return the version number of STRINGS〉