From OpenSCADAWiki
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h English (en) | === {{Anch|strPath2Sep|String: Path to separated string (strPath2Sep)}} === ''Description:'' Converting the path to the separated string.<br/> ''Parameters:'' {| class="wikitable" |- ! Identifier !! Parameter !! Type !! Mode !! By defaults |- | rez || Result || String || Return || |- | src || Source || String || Input || |- | sep || Separator || String || Input || "." |} ''Example:'' <syntaxhighlight lang="JS"> //Converting the value "/ses_AGLKS/pg_so" of the attribute "path" to the value "ses_AGLKS.pg_so" using Special.FLibSYS; test = strPath2Sep(path); messPut("Example", 0, "path: "+path); messPut("Example", 0, "strPath2Sep(): "+test); </syntaxhighlight> |
h Russian (ru) | === {{Anch|strPath2Sep|Строка: Путь в строку с разделителем (strPath2Sep)}} === ''Описание:'' Преобразование пути в строку с разделителем.<br/> ''Параметры:'' {| class="wikitable" |- ! Идентификатор !! Параметр !! Тип !! Режим !! По умолчанию |- | rez || Результат || Строка || Возврат || |- | src || Источник || Строка || Вход || |- | sep || Разделитель || Строка || Вход || "." |} ''Пример:'' <syntaxhighlight lang="JS"> //Преобразуем значение "/ses_AGLKS/pg_so" атрибута "path" в значение "ses_AGLKS.pg_so" using Special.FLibSYS; test = strPath2Sep(path); messPut("Пример", 0, "path: "+path); messPut("Пример", 0, "strPath2Sep(): "+test); </syntaxhighlight> |
h Ukrainian (uk) | === {{Anch|strPath2Sep|Рядок: Шлях у рядок з роздільником (strPath2Sep)}} === ''Опис:'' Перетворення шляху у рядок за роздільником.<br/> ''Параметри:'' {| class="wikitable" |- ! Ідентифікатор !! Параметр !! Тип !! Режим !! По замовченню |- | rez || Результат || Рядок || Повернення || |- | src || Джерело || Рядок || Вхід || |- | sep || Роздільник || Рядок || Вхід || "." |} ''Приклад:'' <syntaxhighlight lang="JS"> //Перетворює значення "/ses_AGLKS/pg_so" атрибута "path" у значення "ses_AGLKS.pg_so" using Special.FLibSYS; test = strPath2Sep(path); messPut("Приклад", 0, "path: "+path); messPut("Приклад", 0, "strPath2Sep(): "+test); </syntaxhighlight> |