strcpy
Assign to a string variable by copying the source which may be a constant or another string variable.
strcpy and _=_copy the string at i-time only.
Syntax
Examples
See Also
Credits
Author: Istvan Varga
2005
Assign to a string variable by copying the source which may be a constant or another string variable.
strcpy and _=_copy the string at i-time only.
Author: Istvan Varga
2005