Hello,
I use is dos batch the cmd : Find /c "think" file.txt
Pease help me to find this command is AMS
Thancks![]()
Professional Software Development Tools
Hello,
I use is dos batch the cmd : Find /c "think" file.txt
Pease help me to find this command is AMS
Thancks![]()
So i try
getfile = TextFile.ReadToString("AutoPlay\\Docs\\"..Input.Ge tText("REGATE")..".txt");
test = String.Find(getfile, Application.LoadValue("Ident", "Ident"), 1, false);
result = Dialog.Message("Test", test, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
The variable is ok and result is 307
So want dos it meen "307" ?
...![]()
it means the word 'Ident' was found at position 307 in the file
use String.Mid to retrieve the text at that position![]()
Open your eyes to Narcissism, Don't let her destroy your life!!