[lazarus] Problem with INSERT function
Michael Van Canneyt
michael.vancanneyt at wisa.be
Thu Aug 26 11:47:43 EDT 1999
On Thu, 26 Aug 1999, Shane Miller wrote:
> When I try to use INSERT like this
> Insert(charactger,string,index) I get
> Error: Wrong amount of parameters specified.
Try
system.insert(..)
it's a mistake I often get under Delphi, since other objects also
often have a insert method; so if you use insert in the object's method
that one will be used, instead of the system unit's insert for strings.
Michael.
More information about the Lazarus
mailing list