I am trying to set up a datalinq source that is a text file with no delimiters. It's coming from our weather computer to grab the current temperature for a time/temp bug. I did try using an RSS feed, but occasionally I would get random text on screen when the RSS feed updated (was a really long website address, which didn't look good!)...then I switched to an XML file on our weather computer, but that was only updated every 5 minutes with no option to increase the frequency, and we're stuck with the time/temp bug showing a temperature of 71 at the top of our show, yet we have a weather graphic on screen that shows it as 75. I found the main text file that our weather computer is pulling data from, and there is one row that contains ALL the weather data for our city, with no delimiters. It is set up where the first 4 characters of a row are the reporting station ID, followed by 55 characters for city name, 2 characters for state etc. so that the data is always in the same position for that row. I need to know how to have xpression look only at characters 88-90 for a row...is there any way to do that? Thanks!