Hi lklo
I wrote the below script to step through a csv file and change some expressions:
' NX 6.0.3.6
Option Strict Off
Imports System
Imports NXOpen
Imports System.IO
Imports System.Windows.Forms
Module NXJournal
Sub Main
Dim listFile as String
'open csv file
Dim fdlg As OpenFileDialog...