All public logs

Jump to navigation Jump to search

Combined display of all available logs of Liberty BASIC Family. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:43, 26 January 2026 Tsh73 talk contribs created page Custom USING function (thousand separators) (Created page with "{{Template:BuildingBlockLangImage}} == Description == :user-defined function <source lang="lb"> function using$(mask$, x) </source> :allows to add thousends separator, by including them im the mask. :"###,###,###.##" :Actually anything between # gets added to output, provided there are enough digits counting from the right. :(else it puts space instead, so whole length stays the same as mask) So it can do *"### ### ###.##" *"x=###,###,###.##$" and even *"(###)##-##-...")