Changes between Version 202 and Version 203 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2022-01-24T01:39:15+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v202 v203 1242 1242 assemble the strings to one 1243 1243 join(''sep'', ''str1'', ''str2'', ...):: 1244 join strings, w hith ''sep'' as separator [''since r6737'']1244 join strings, with ''sep'' as separator [''since r6737''] 1245 1245 join_list(''sep'', ''list_name''):: 1246 1246 joins the elements of the list ''list_name'' to one string separated by the separator ''sep'' [''since r8775'']