Output a substring of the string provided at the input. The position of the substring within the input string is determined by the start and stop port parameters. Following Java convention, the character at start is included, but the character at stop is not. If the stop is less than start, then the substring starts at start and extends to the end of the string. The default values for start and stop are both 0; this results in an empty string at the output.
public VisualSim.actor.parameters.PortParameter start
public VisualSim.actor.parameters.PortParameter stop
Created with the Personal Edition of HelpNDoc: Free help authoring environment