Sorry, I would like it to display like a spreadsheet, With columns and rows appearing in the cells Instead it is just displaying in one long string.
The fields are delimitated by TAB and the records are makes with a RETURN. Field1 Field2 field3 etc etc etc But when put myVariable into field "my Table field" I get one long string. It is not split up into the cells as I expected. Is Rev looking for different delimiters? z On 4/4/05 4:10 PM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: > on mouseUp > ... set up myVariable ... > > put myVariable into field "My Table Field" > end mouseUp > > > Can you be more specific about what kind of trouble you are having? _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
