Connecting Tech Pros Worldwide Help | Site Map

Firebird/interbase commands

  #1  
Old July 17th, 2005, 02:07 AM
UnixUser
Guest
 
Posts: n/a
the sample coding for interbase indicate print $row[0]."\n"; In this
example what does the period mean?
  #2  
Old July 17th, 2005, 02:07 AM
Dmitry Ruban
Guest
 
Posts: n/a

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