Proektsoftbg / Calcpad

Free and open source software for mathematical and engineering calculations.
https://calcpad.eu
MIT License
313 stars 38 forks source link

Does Units in comments still work #291

Closed idealkindom closed 1 month ago

idealkindom commented 2 months ago

I tried but found it could not work like before.

Proektsoftbg commented 2 months ago

Yes, they work fine here. What happens at your side?

idealkindom commented 2 months ago

I revised the code in help.html to ""Units in comments 'Length -'l = ? {3}'%u 'Area -'A = ? {8}'%u2 'Volume -'V = ? {7}'%u3 'Scale factor -'Units " and now itworks fine. That part content of the help.html should be revised otherwise misunderstood.

在 2024-03-15 22:12:06,"Ned Ganchovski" @.***> 写道:

Yes, they work fine here. What happens at your side?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Proektsoftbg commented 2 months ago

Yes, you are right thank you. Now you must set default values after the question marks like a = ?{1}.

In the early versions, they were set at the end of the file which caused problems with macros and modules.