On 2008-09-19, Adam wrote: Chris F.A. Johnson wrote: cat $TMP1 | while read LN ; do OUTLN=(some stuff done to LN) echo $OUTLN > $TMP2 done "while read LN < $TMP1" [...] just kept rereading the first line, so I really don't think that counts as UUOC. Yes, it does. while read LN do OUTLN=(some stuff done to LN) echo
On 2008-09-15, Adam wrote: ... BTW, to get back on topic, now that my second script has become superfluous, I'm back to "improving" that first script. Originally the main loop looked something like ls -lR /media/cdrom $TMP1 while [ -s $TMP1 ] ; do LN=`head -1 $TMP1` OUTLN=(some stuff done to LN) echo $OUTLN > $TMP3 tail +2 $TMP1 $TMP2 mv -f $TMP2
"Mark Doerbandt" <spamreceiver@doerbandt.de> schrieb ich tendiere zu Jet und SQL. Kann ich damit aus Access auf Outlook zugreifen? ja. Hallo Mark, strSQL = "SELECT LastName, FirstNmae, Email1Address " & "INTO [Test] FROM ???Outlook-Kontakte???" DoCmd.SetWarnings False DoCmd.RunSQL strSQL DoCmd.SetWarnings True Ich suche immer noch die Möglichkeit
Hallo NG, weiß jemand wie dieser Code ergänzt/geändert werden kann, um die Outlook-Kontakte-Tabelle mit einem einfachen SQL-Statement ansprechen zu können? Dim OutlN As Object Set OutlN = CreateObject("outlook.application.12") Set OutArbeitsverz = OutlN.getnamespace("MAPI").getdefaultfolder(olfoldercontacts) strSQL = "SELECT LastName, FirstNmae, Email1Address " & "INTO [Test] FROM
Dion wrote: Hi, Has anybody created a website using Delphi 2007? Any links? Thanks, Dion. I have not tried compiling in Delphi 2007, but Powtils v1.7.1 was recently tested and compiled in Delphi 6. There are numerous tools for making websites here: http://z505.com/powtils/idx.shtml As a bonus, you can port to Unix/linux/bsd, and use a typical cheap hosting