Stresses End Beam Cross Section without knowing Beam Length

I am plotting the stresses of a cross section using the following command in module results to select a specific beam element:

LC ENO 100019 X 0 $ Beam Number 100019 at X = 0m

However, when I want to select the end of the beam element, the command X 1[-] does not work (this trick usually works in other modules). Is there a way to select the end of the beam element without knowing the beam element length?

LC ENO 100019 X 1[-] $ Beam Number 100019 at X = Length Beam ; it does not work.

Thanks in advance!

I am sorry but this is not possible now for the representation of stresses in cross sections.

Thanks for the reply. This alternative approach works:

@KEY BEAM
LET#Beam_Length @(1020001,DL)
LC ENO 1020001 X #Beam_Length