Write to specific column in .tab file

Hi:

How would I specify that I want to write a value out to a specific column?

example:

Print #17, sPackSlipString, bookprod(column BU)-(Want to specify where i want book prod to go)
any help would be greatly apprciated..
thanks

Comments

  • : Hi:
    :
    : How would I specify that I want to write a value out to a specific column?
    :
    : example:
    :
    : Print #17, sPackSlipString, bookprod(column BU)-(Want to specify where i want book prod to go)
    : any help would be greatly apprciated..
    : thanks
    :

    You can use binary access to specify an exact byte location and overwrite the existing data. Otherwise, I think you'll have to read in the entire file, modify the one value and write it back out again.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion