Jump to content

code help


Recommended Posts

vbs code

Dim objFileSystem, objOutputFile

Dim strOutputFile

Set objFileSystem = CreateObject("Scripting.fileSystemObject")

Set objOutputFile = objFileSystem.CreateTextFile("C:\example.txt", TRUE)

objOutputFile.WriteLine("12345"& " ("&Now&")")

objOutputFile.Close

and read example.txt

take data in txt ,

or the opposite

example:

written in txt

a b c

-- --- ---

12 34 56

23 42 67

55 78 42

.

.

.

.

.

.

ı want to do procedure

$a=12*5

$b=34/3

$c=56+4

$d=23*tan45

$e=42*sin30

.

.

.

how is it in auto it pro

now thank you

good works

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...