Use Point/Midpoint,L with the line reference. Creates a point at the exact geometric midpoint of the line.
Use Point/Midpoint,L. Specify the line reference. The midpoint coordinates are computed analytically from the line start and end points using the midpoint formula: x_mid = (x1+x2)/2, y_mid = (y1+y2)/2.