Hi all

How to delete a row?

tAntarPlano [] ttAntarPlano

tAntarPlano. It is a structure

While (iRow <= (SizeOfArray (ttAntarPlano) -1))
If (Trim (ttAntarPlano [iRow] .prefix) <> sPrefix) Begin
Send delete_item of ttAntarPlano [iRow] iRow // ??? error
End
IRow Increment
Loop

Edgar