Technical Notes Database TN673D.txt STRING MANIPULATION IN AN INTERRUPT ROUTINE Category :Pascal Platform :All Product :Turbo Pascal 3.0+ Description: Q. Can you manipulate strings inside an interrupt routine? A. You can manipulate strings if you treat them as arrays of characters. You must use your own manipulation routines to do so and not the one's provided. In Turbo Pascal versions 4.0+ you may process strings with routines provided. Reference: 7/16/98 4:35:34 PM
Last Modified: 01-SEP-99