Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

modifies the contents of the field in the record specified by the line row in the input table

peek( nomdechamp [ , ligne [ , nomdetable] ] ):Returns the contents of the field fieldname in the record specified by the row line in the input table tablename.

what is the function that modifies the contents of the field fieldname in the record specified by the line row in the input table tablename????

1 Reply
Not applicable
Author

There is not a function per se, but there are many ways to modify or alter field values.  It will help if you offer some context to what you are trying to accomplish, what your data looks like, and what it is you want to do.

For example, you may want to load to a Temp_Table, then do another subsequent load Resident and as part of that load, replace values based on script logic (or even using peek() to examine field values as you go).

Offer more details and I will be happy to help.