For example, to save:- (shown for the benefit of fellow Nubies)
Code: Select all
put field "Table 1" into url ("File:" & field "FilePath")
Code: Select all
put field "FilePath"into recalledfile
put "file:" & recalledfile into recalledfile
put url recalledfile into Field "TempTable1"
My next stage in development might well break it and I need some advice on the limits of text a cell can hold and also, the limit of text in the whole table.
Does anyone know this or how the table works when holding text?