b = Rep.ExportData("c:\export\export01.txt", 59, 0, True, True, False)
parameters are :
- File name with full path (may be txt or csv if you select ; as field separator)
- the ascii decimal value for the separator (9 for "Horizontal tab", 58 for ":", 59 for ";", 44 for ",")
- the string...