Let statements have incorrect format in Help

In Panorama X Help, we can drag a format for a statement from the very top of its Help page into a procedure window. It seems the let family (let, letfileglobal, letpermanent, letservervariable) all have the incorrect format, perhaps leftover from their assign brethren. The lets use an equal sign, not a comma, but the formats at the top all have a comma.

I felt it was easier to post it here than try to submit all the corrections. Plus I’ll find out if I am mistaken!

I think this is due to the fact that this statement doesn’t fit the usual format for a statement. I think the format at the top is being auto generated from this descriptive code. The description doesn’t specify the delimiter between parameters. The comma is just put there automatically.

<«Parameters»><parameter name=VARIABLE type=TEXT>is the name of the variable that you want to create.</parameter>
<parameter name=VALUE type=ANY>calculates the value that will be placed into the variable.</parameter></«Parameters»>