Hide Comments
Hide Comments

Comments (0)

Returns the index of the instruction with the specified Name. If no instruction exists with that name, the function returns -1.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public 
  function IndexOf( const Name: String ): Integer; 
 

Parameters

Name

Type: String

Return Value

Type: Integer

expandingSee Also

Comments (0)