HiLMAs reference
Back

String Handling

Next

OVERLAY

OVERLAY substring,string,start[,length]

 

Description

substring is superimposed to string starting by start. If length is specified, overrides predefined length of substring and so must be <= of this predefined length.

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 substring Input String C or X or const. String to write inside; max length 255 char.
2 string Input/Output  String C or X String to be overlayed; max length 255 char.
3 start Input Integer F or H or const. Start inside 2nd parameter; first character has position 1
4 length Input Integer F or H or const. If omitted, length is of the first substring

 

Examples

 


Back Start Next
INSERT Top POS