Hi,
I have 1 file with this text:
How can I use vfs.file.regmatch to found properties??
I try with:
vfs.file.regmatch["C:\test.txt","properties",,,10] but it not work, return 0.
Regards,
Dario
I have 1 file with this text:
test
properties
today
properties
today
I try with:
vfs.file.regmatch["C:\test.txt","properties",,,10] but it not work, return 0.
Regards,
Dario
Comment