Author Topic: Space : getWord(); :: Tab : ???  (Read 484 times)

Sorry for the sort of undescriptive title. I need to find some sort of way to read data that contains spaces. Like, something sort of like getWord(); only it's separated by tabs instead of spaces. Can I get some help? Thanks.

You can use strReplace to replace the tabs with a seperator of your choice. You can also use getField.