Skip to content

Commit 2657bb2

Browse files
committed
Modify README.md
1 parent 9910bea commit 2657bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PigObjFs
2-
#### [ÖÐÎÄÎĵµ](https://github.com/PhongSeow/PigObjFs/blob/master/README.CN.md)
2+
#### [中文文档](https://github.com/PhongSeow/PigObjFs/blob/master/README.CN.md)
33

44
This is an object-oriented Microsoft script runtime, that is Microsoft script runtime is used by creating object instead of directly referring to VB6 project. In this way, the compiled EXE file can run on different windows platforms.
55

@@ -46,7 +46,7 @@ The .net 5.0 version of the source code and console program examples, compiler c
4646

4747
VB's not Objectified approach is to create an ActiveX object through CreateObject, and then use the interface of the class corresponding to the object variable through this object variable, For example:
4848

49-
Set moFS = CreateObject("Scripting.FileSystemObject")¡£
49+
Set moFS = CreateObject("Scripting.FileSystemObject")
5050

5151
### What are the benefits of without components
5252

0 commit comments

Comments
 (0)