Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Basic Driver Delimiter?

Status
Not open for further replies.

vbplg

IS-IT--Management
Mar 30, 2003
22
US
How can I change the Basic Fielddelimiter in Clarion to expect an | instead of a comma?
 
Yes, check the Driver String for the BASIC driver.

From the Help:
COMMA

DRIVER('BASIC', /COMMA = n' )
[ Comma" = ] SEND(file, 'COMMA [ = n ]' )

Specifies a single character field separator.
n represents the ANSI code for the field separator character. The default is 44, which is equivalent to "/FIELDDELIMITER=1,44."
SEND returns the ASCII code for the field separator character.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top