Difference between revisions of "Translations:FP Laboratory 11/10/en"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 13:26, 15 November 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FP Laboratory 11)
* Cerate a function <code>insertInto</code>, it will insert an element into the existing container from a GUI. The functions parameters will be: 
** first parameter will be the GUI, where we are inserting the new element;
** second parameter is the name of the container, where we insert the new element, you can safely assume, that it will always exist. The element will be placed as last in the container;
** last parameter is the inserted element.
Translation* Cerate a function <code>insertInto</code>, it will insert an element into the existing container from a GUI. The functions parameters will be: 
** first parameter will be the GUI, where we are inserting the new element;
** second parameter is the name of the container, where we insert the new element, you can safely assume, that it will always exist. The element will be placed as last in the container;
** last parameter is the inserted element.
  • Cerate a function insertInto, it will insert an element into the existing container from a GUI. The functions parameters will be:
    • first parameter will be the GUI, where we are inserting the new element;
    • second parameter is the name of the container, where we insert the new element, you can safely assume, that it will always exist. The element will be placed as last in the container;
    • last parameter is the inserted element.