Connecting Tech Pros Worldwide Help | Site Map

Firebird/interbase commands

UnixUser
Guest
 
Posts: n/a
#1: Jul 17 '05
the sample coding for interbase indicate print $row[0]."\n"; In this
example what does the period mean?
Dmitry Ruban
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Firebird/interbase commands


period means concatenate.
this code is the same as
print $row[0]; print "\n";

Dima

"UnixUser" <rafel.coyle@pfshouston.com> wrote in message
news:a1c0482e.0311140017.3381ff35@posting.google.c om...[color=blue]
> the sample coding for interbase indicate print $row[0]."\n"; In this
> example what does the period mean?[/color]


Closed Thread