comp.lang.ada
 help / color / mirror / Atom feed
* Most efficient way to check for null string?
@ 1997-06-20  0:00 Dale Stanbrough
  1997-06-20  0:00 ` Robert A Duff
  1997-06-20  0:00 ` Tucker Taft
  0 siblings, 2 replies; 8+ messages in thread
From: Dale Stanbrough @ 1997-06-20  0:00 UTC (permalink / raw)



I think the following are both equally readable, so which is likely 
to be more efficient?

	if Str = "" then
	
	if Str'Length = 0 then


Dale




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1997-06-23  0:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-06-20  0:00 Most efficient way to check for null string? Dale Stanbrough
1997-06-20  0:00 ` Robert A Duff
1997-06-20  0:00   ` Robert Dewar
1997-06-20  0:00 ` Tucker Taft
1997-06-21  0:00   ` Robert A Duff
1997-06-21  0:00     ` Robert Dewar
1997-06-23  0:00       ` Tucker Taft
1997-06-23  0:00       ` Richard Kenner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox