Skip to content

Commit 3f50dda

Browse files
authored
Update README.md
1 parent fadab12 commit 3f50dda

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
@@ -9,7 +9,7 @@
99
+ Keeps the old PyWimVBA function (In version 5.2) and renames it to `RunPyOld`
1010
+ Added iline attributes
1111
# Where's the lower version of PythonWimVBA?
12-
> **Lower Version is tested privately; some versions are publicly released, but they are pre-release. They're outdated, unsecure and unstable, so please use only version 5.2 or above**.
12+
> **Lower Version is tested privately; some versions are publicly released, but they are pre-release. They're outdated, unsecure and unstable, so please use only versions 5.2 or above**.
1313
1414
# Usage
1515
**Command:** `RunPy(code, [pythonPath = "python"], [showcmd = True], [iline = False], [UseDebug =False])`
@@ -38,7 +38,7 @@
3838
| Easy-Debug | :star: (very good, with `showcmd = False & UseDebug=True`,`showcmd = True` is not recommend for debugging) | :star2: (amazing,with `UseDebug & keepFileData=True`)|
3939
| Easy-To-Use | :ok_hand: |:ok_hand: |
4040
| Cache file | :raised_hands: (no cache, but `showcmd=False` needs create logfile) | :turtle: (must create logfile,code file) |
41-
41+
| Stable | :neutral_face: (New release,so it's unstable) | :star2: (Stable) |
4242

4343
# Some advices?
4444
+ Although both PyWimVba Function - New and old have it debug method, i suggest you write and debug your code in a code editor like `Visual Studio Code`, `Sublime Text`. And then , replace all the newline with `;;` and paste it into your vba scripts

0 commit comments

Comments
 (0)