Hi,
I would like to display one decimal place in a title, but I can’t find a way to make it work.
The last thing I tried is shown below, but it didn’t work. Do you have any idea?
sto#name #10.5
TXE #(#name,3.2)
prt#name
LAUN GRP 2,3,4,5,6,7,8,9,22,23,24,25,26,27,28 dx 150-#10.5 [m]
LC 101+#lc FACD 1 titl ‘Phase 1, launching #name’
Grp 4,5,6,7,8,24,25,26,27,28 off
end
LC 101+#lc FACD 1 titl ‘Phase 1, launching #(#name,3.2)’
1 Like
Thanks, that worked