ibec_CRLF
Inserts Carriage Return and Linefeed.
Syntax
function ibec_CRLF(); No Parameters Expected
Examples
Simple Example
execute ibeblock
returns (FullName varchar(255))
as
begin
for
select firstname, lastname
from customer
into :fn,:ln
do
begin
FullName = fn || ibec_crlf() || ln;
suspend;
end
end
- Copy table
- Default block adapted to include domains
- Export CSV data
- ibec_GetUserDBConnection
- ibec_smtp_SendMail
See also:
Working with POP3 servers
back to top of page
<< ibec_Format | IBEBlock | ibec_InputQuery >>







