string text = File.ReadAllText(@"C:\Users\file\One\Desktop\path");
File.LoopFullPath
ISA_Postition = InStr(linetext, "ISA")
ISA_Delimiter = InStr(linetext, ISA_Position+3, 1)
ISAstandardDel = "~"
GS_Postition = InStr(linetext, "GS")
GS_Delimiter = InStr(linetext, GS_Position-1, 1)
ISAstandardDel = "\"
File.WriteAllText(@"C:\Users\test_shared_folder\DateTime.Now.txt", text);
any suggestions??
the current code gives me the following errors
LoopFullPath doesn't exist in the type "file"
InStr, linetext, ISAstandardDel ext... doesn't exist in the current context
do I add these as classes to define them??