02-15-2012, 01:05 PM
Gintaras Wrote:1. A str variable can store file path or data.i'd like to store the image itself in fact.
I'd like to create a file containing the firefox window title, the chosen images in that page, url of the web page, url of the image
and download links i want to save.
type NAMEURL str'title bitmap'image str'url str'imgurl str'links
ARRAY(NAMEURL) m
append m to file.dat
later load file.dat, sizeof(m) loop into each record, find wanted data, and do something with them
maybe a database knowledge would be easier but i don't have time to learn that from scratch...
Gintaras Wrote:2. Similar in QM. Note that string of a str variable is in other memory location.pfff. i'm too old to dig in that again, and Delphi is way too expensive now.
Will think twice.