#. extracted from helpcontent2/source/text/sbasic/shared msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-08-04 13:02+0200\n" "PO-Revision-Date: 2019-02-03 21:48+0000\n" "Last-Translator: Robert \n" "Language-Team: LANGUAGE \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1549230498.000000\n" #. yzYVt #: 00000002.xhp msgctxt "" "00000002.xhp\n" "tit\n" "help.text" msgid "$[officename] Basic Glossary" msgstr "Ordlista för $[officename] Basic" #. rQALz #: 00000002.xhp msgctxt "" "00000002.xhp\n" "hd_id3145068\n" "help.text" msgid "$[officename] Basic Glossary" msgstr "$[officename] Basic-ordlista" #. jo5hZ #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3150792\n" "help.text" msgid "This glossary explains some technical terms that you may come across when working with $[officename] Basic." msgstr "I den här ordlistan förklaras några tekniska termer som du kan stöta på när du arbetar med $[officename] Basic." #. DDaPQ #: 00000002.xhp msgctxt "" "00000002.xhp\n" "hd_id3155133\n" "help.text" msgid "Decimal Point" msgstr "Decimaltecken" #. obfKZ #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3156443\n" "help.text" msgid "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator." msgstr "Vid konvertering av tal använder $[officename] Basic systemets språkvariant för att bestämma decimal- och tusentalsavgränsare." #. NfzqE #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3153092\n" "help.text" msgid "The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = 3.3 ) as well as the function IsNumeric." msgstr "Effekten påverkar både den implicita konverteringen ( 1 + \"2,3\" = 3,3 ) och funktionen IsNumeric." #. 2zeFJ #: 00000002.xhp msgctxt "" "00000002.xhp\n" "hd_id3155854\n" "help.text" msgid "Colors" msgstr "Färger" #. ELCNB #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3145366\n" "help.text" msgid "In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the RGB function." msgstr "I $[officename] Basic behandlas färger som långa heltal. Resultatet av färgsökningar är också alltid ett långt heltal. När du definierar egenskaper kan färger anges med respektive RGB-kod som konverteras till ett långt heltal med RGB-funktionen." #. mWfzF #: 00000002.xhp msgctxt "" "00000002.xhp\n" "hd_id3146119\n" "help.text" msgid "Measurement Units" msgstr "Måttenheter" #. KmQui #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3154013\n" "help.text" msgid "In $[officename] Basic, a method parameter or a property expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under %PRODUCTNAME - PreferencesTools - Options - (Document Type) - General." msgstr "I $[officename] Basic kan en metodparameter eller egenskap som förväntar enhetsinformation anges antingen som ett heltal eller ett långt heltal utan enhet, eller som en teckensträng som innehåller en enhet. Om ingen enhet överförs till metoden så används den standardenhet som är definierad för den aktiva dokumenttypen. Om parametern överförs som en teckensträng som innehåller en måttenhet så ignoreras standardinställningen. Standardmåttenhet för en dokumenttyp kan anges under %PRODUCTNAME – InställningarVerktyg – Alternativ – (Dokumenttyp) – Allmänt." #. zfF2y #: 00000002.xhp msgctxt "" "00000002.xhp\n" "bm_id3145801\n" "help.text" msgid "twips; definition" msgstr "twips; definition" #. sKUEt #: 00000002.xhp msgctxt "" "00000002.xhp\n" "hd_id3145801\n" "help.text" msgid "Twips" msgstr "Twips" #. zTDqe #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3154731\n" "help.text" msgid "A twip is a screen-independent unit which is used to define the uniform position and size of screen elements on all display systems. A twip is 1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an inch or about 567 twips to a centimeter." msgstr "En twip är en bildskärmsoberoende enhet som används för att definiera enhetlig position och storlek för bildskärmselement i alla visningssystem. En twip är 1/1440 tum eller 1/20 av en utskriftspunkt. Det går alltså 1440 twips på en tum, eller cirka 567 twips på en centimeter." #. Qei2N #: 00000002.xhp msgctxt "" "00000002.xhp\n" "hd_id3153159\n" "help.text" msgid "URL Notation" msgstr "URL-notation" #. mmtHz #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3153415\n" "help.text" msgid "URLs (Uniform Resource Locators) are used to determine the location of a resource like a file in a file system, typically inside a network environment. A URL consists of a protocol specifier, a host specifier and a file and path specifier:" msgstr "En URL (Uniform Resource Locator) används för att bestämma platsen för en resurs, till exempel en fil i ett filsystem, vanligen i en nätverksmiljö. En URL innehåller angivelser för protokoll, värddator, filnamn och sökväg." #. rjDFF #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3149121\n" "help.text" msgid "protocol://host.name/path/to/the/file.html" msgstr "protokoll://värddator.namn/sökväg/till/aktuell/fil.html" #. iUcFZ #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3168612\n" "help.text" msgid "The most common usage of URLs is on the internet when specifying web pages. Example for protocols are http, ftp, or file. The file protocol specifier is used when referring to a file on the local file system." msgstr "Det vanligaste användningsområdet för en URL är att ange webbsidor på Internet. Exempel på protokoll är http, ftp och file. Protokollangivelsen file används för att hänvisa till en fil på det lokala filsystemet." #. 2DJyX #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3150324\n" "help.text" msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (/) is used as a path separator. For example, a file referred to as C:\\Users\\alice\\Documents\\My File.odt on the local host in \"Windows notation\" becomes file:///C:/Users/alice/Documents/My%20File.odt in URL notation." msgstr "URL-notation tillåter inte vissa specialtecken. Dessa blir antingen ersatta med andra tecken eller kodade. Ett snedstreck (/) används som sökvägsavgränsare. En fil som t.ex. beskrivs som C:\\Användare\\alice\\Dokument\\Min fil.odt på den lokala värddatorn i \"Windows-notation\" beskrivs som file:///C:/Anvandare/alice/Dokument/Min%20Fil.odt i URL-notation." #. E5zgb #: 00000003.xhp msgctxt "" "00000003.xhp\n" "tit\n" "help.text" msgid "Information" msgstr "Information" #. eAczF #: 00000003.xhp msgctxt "" "00000003.xhp\n" "hd_id3148550\n" "help.text" msgid "Information" msgstr "Information" #. jS8Ck #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153381\n" "help.text" msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages. In Basic format codes, the decimal point (.) is always used as placeholder for the decimal separator defined in your locale and will be replaced by the corresponding character." msgstr "Du kan ange en språkvariant för att styra konverteringen av tal, datum och valutor i $[officename] Basic under %PRODUCTNAME – InställningarVerktyg – Alternativ – Språkinställningar – Språk. I Basic-talformat används alltid en decimalpunkt (.) som platshållare för det decimaltecken som gäller för den aktuella språkvarianten. Decimalpunkten kommer att ersättas med motsvarande decimaltecken." #. 6NcoV #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150870\n" "help.text" msgid "The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting." msgstr "Detta gäller även språkinställningar för datum-, tids- och valutaformat. Basic-formatet kommer att tolkas och visas på det sätt som definierats i språkinställningarna." #. 3P4FS #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3156424\n" "help.text" msgid "The color values of the 16 basic colors are as follows:" msgstr "De 16 grundläggande färgerna är följande:" #. 8hbC4 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153091\n" "help.text" msgid "Color Value" msgstr "Värde" #. QQwAi #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154319\n" "help.text" msgid "Color Name" msgstr "Färg" #. BFWxF #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3151112\n" "help.text" msgid "0" msgstr "0" #. DnRcy #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3155854\n" "help.text" msgid "Black" msgstr "Svart" #. fNgfA #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154942\n" "help.text" msgid "128" msgstr "128" #. cKXGh #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154731\n" "help.text" msgid "Blue" msgstr "Blått" #. bWVAH #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3145645\n" "help.text" msgid "32768" msgstr "32768" #. BSMfN #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149400\n" "help.text" msgid "Green" msgstr "Grönt" #. jKRmC #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150753\n" "help.text" msgid "32896" msgstr "32896" #. FpUmM #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153765\n" "help.text" msgid "Cyan" msgstr "Cyan" #. B3KDB #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154756\n" "help.text" msgid "8388608" msgstr "8388608" #. nCECE #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3159266\n" "help.text" msgid "Red" msgstr "Rött" #. SiHeX #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3163807\n" "help.text" msgid "8388736" msgstr "8388736" #. k8Grk #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3145150\n" "help.text" msgid "Magenta" msgstr "Magenta" #. EwomB #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3147002\n" "help.text" msgid "8421376" msgstr "8421376" #. NaLsx #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3152778\n" "help.text" msgid "Yellow" msgstr "Gult" #. mYZEc #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150088\n" "help.text" msgid "8421504" msgstr "8421504" #. bCKAK #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3159239\n" "help.text" msgid "White" msgstr "Vitt" #. XmwSs #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150206\n" "help.text" msgid "12632256" msgstr "12632256" #. UJkGm #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149817\n" "help.text" msgid "Gray" msgstr "Grått" #. w2HbR #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150363\n" "help.text" msgid "255" msgstr "255" #. oW4D4 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154576\n" "help.text" msgid "Light blue" msgstr "Ljusblått" #. QnBYA #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150367\n" "help.text" msgid "65280" msgstr "65280" #. GEu7u #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150202\n" "help.text" msgid "Light green" msgstr "Ljusgrönt" #. SuV8z #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154487\n" "help.text" msgid "65535" msgstr "65535" #. PJeZ6 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3151332\n" "help.text" msgid "Light cyan" msgstr "Ljus cyan" #. aB3ck #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3148702\n" "help.text" msgid "16711680" msgstr "16711680" #. pNTLp #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153067\n" "help.text" msgid "Light red" msgstr "Ljusrött" #. eRFtZ #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153912\n" "help.text" msgid "16711935" msgstr "16711935" #. CC7de #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3159097\n" "help.text" msgid "Light magenta" msgstr "Ljus magenta" #. DFANi #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3155266\n" "help.text" msgid "16776960" msgstr "16776960" #. 8CMGd #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3157978\n" "help.text" msgid "Light yellow" msgstr "Ljusgult" #. uh5F4 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153286\n" "help.text" msgid "16777215" msgstr "16777215" #. JQFij #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3151302\n" "help.text" msgid "Transparent white" msgstr "Genomskinligt vitt" #. sdV2V #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id631529990528928\n" "help.text" msgid "Open Tools - Macros - Organize dialogs... and select %PRODUCTNAME Dialogs container." msgstr "" #. C3yvQ #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id631529000528928\n" "help.text" msgid "Open Tools - Macros - %PRODUCTNAME Basic - Edit and select %PRODUCTNAME Macros container." msgstr "" #. GWmpa #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id971529072633266\n" "help.text" msgid "This library must be loaded before execution. Place the following statement before the first macro in your module:" msgstr "Detta bibliotek måste läsas in före utförande. Placera följande uttryck före det första makrot i din modul:" #. 8ipLK #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id051920171018124524\n" "help.text" msgid "This constant, function or object is enabled with the statement Option VBASupport 1 placed before the executable program code in a module." msgstr "" #. DYo4K #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3145172\n" "help.text" msgid "This statement must be added before the executable program code in a module." msgstr "" #. FVEx2 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "hd_id061420171139089682\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. GePPP #: 00000003.xhp msgctxt "" "00000003.xhp\n" "hd_id061420171139087480\n" "help.text" msgid "Return value:" msgstr "Returnerat värde:" #. WADQ4 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "hd_id061420171139084157\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. EFSA4 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "hd_id061420171139088233\n" "help.text" msgid "Example:" msgstr "Exempel:" #. CGSvh #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id06142017015837916\n" "help.text" msgid "VBA financial functions" msgstr "VBA finansiella funktioner" #. j4BMQ #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id06142017016837917\n" "help.text" msgid "VBA Time and Date functions" msgstr "VBA tids- och datumfunktioner" #. 7Ua2W #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id06142017016837918\n" "help.text" msgid "VBA I/O functions" msgstr "VBA I/O-funktioner" #. 6WpBf #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id06142017016837919\n" "help.text" msgid "VBA Mathematical functions" msgstr "VBA matematiska funktioner" #. prz6h #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id06142017016837920\n" "help.text" msgid "VBA Object functions" msgstr "VBA-objektfunktioner" #. SEjHR #: 00000003.xhp msgctxt "" "00000003.xhp\n" "hd_id3152869\n" "help.text" msgid "Error codes:" msgstr "Felkoder:" #. FZz2o #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id315509599\n" "help.text" msgid "1 An exception occurred" msgstr "1 Ett undantag (exception) har uppstått" #. DKGkC #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3155095\n" "help.text" msgid "2 Syntax error" msgstr "2 Syntaxfel" #. YsmXG #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149126\n" "help.text" msgid "3 Return without Gosub" msgstr "3 Return utan Gosub" #. BWdtp #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153976\n" "help.text" msgid "4 Incorrect entry; please retry" msgstr "4 Felaktig inmatning; försök igen" #. JpK7p #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150891\n" "help.text" msgid "5 Invalid procedure call" msgstr "5 Felaktigt proceduranrop " #. 5FBva #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3159227\n" "help.text" msgid "6 Overflow" msgstr "6 Spill" #. Aesp7 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154649\n" "help.text" msgid "7 Not enough memory" msgstr "7 Inte tillräckligt minne " #. ADAg2 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150050\n" "help.text" msgid "8 Array already dimensioned" msgstr "8 Array redan dimensionerad " #. RGkBU #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3148900\n" "help.text" msgid "9 Index out of defined range" msgstr "9 Index utanför angivet spann " #. aGWmD #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153806\n" "help.text" msgid "10 Duplicate definition" msgstr "10 Dubblettdefinition " #. yQDJd #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146963\n" "help.text" msgid "11 Division by zero" msgstr "11 Division med noll " #. QNoHo #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153013\n" "help.text" msgid "12 Variable not defined" msgstr "12 Odefinierad variabel" #. JA5Hz #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3155593\n" "help.text" msgid "13 Data type mismatch" msgstr "13 Ej matchande datatyp " #. 4TqAx #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3151197\n" "help.text" msgid "14 Invalid parameter" msgstr "14 Ogiltig parameter " #. jdVyz #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154710\n" "help.text" msgid "18 Process interrupted by user" msgstr "18 Process avbruten av användare " #. JLrsT #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3147504\n" "help.text" msgid "20 Resume without error" msgstr "20 Återuppta utan felmeddelande" #. GXk5T #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3145319\n" "help.text" msgid "28 Not enough stack memory" msgstr "28 Inte tillräckligt med stackminne" #. FmFDo #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146110\n" "help.text" msgid "35 Sub-procedure or function procedure not defined" msgstr "35 Sub- eller funktionsprocedur ej definierad" #. FV8Co #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3147246\n" "help.text" msgid "48 Error loading DLL file" msgstr "48 Fel vid inläsning av DLL-fil" #. AUofE #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146101\n" "help.text" msgid "49 Wrong DLL call convention" msgstr "49 Felaktig konvention för DLL-anrop" #. gFqEp #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153957\n" "help.text" msgid "51 Internal error" msgstr "51 Internt fel " #. BfDiD #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154404\n" "help.text" msgid "52 Invalid file name or file number" msgstr "52 Ogiltigt filnamn eller filnummer" #. BxqWu #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3151338\n" "help.text" msgid "53 File not found" msgstr "53 Filen hittas inte" #. hLWBB #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3147298\n" "help.text" msgid "54 Incorrect file mode" msgstr "54 Felaktiga filrättigheter" #. vfktA #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3148747\n" "help.text" msgid "55 File already open" msgstr "55 Fil redan öppen" #. 5U4Mf #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3145233\n" "help.text" msgid "57 Device I/O error" msgstr "57 Enhets-I/O-fel" #. JViEn #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3156399\n" "help.text" msgid "58 File already exists" msgstr "58 Filen finns redan " #. ECAdf #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149324\n" "help.text" msgid "59 Incorrect record length" msgstr "59 Fel postlängd" #. dwGgg #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3147409\n" "help.text" msgid "61 Disk or hard drive full" msgstr "61 Disken eller hårddisken är full" #. S3khY #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149146\n" "help.text" msgid "62 Reading exceeds EOF" msgstr "62 Läsning efter filslutet (EOF)" #. jeGkc #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150456\n" "help.text" msgid "63 Incorrect record number" msgstr "63 Fel postnummer" #. 2UVyw #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146883\n" "help.text" msgid "67 Too many files" msgstr "67 För många filer" #. Utuex #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146818\n" "help.text" msgid "68 Device not available" msgstr "68 Enheten är inte tillgänglig" #. dRuHr #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3145225\n" "help.text" msgid "70 Access denied" msgstr "70 Åtkomst nekad" #. arFri #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150372\n" "help.text" msgid "71 Disk not ready" msgstr "71 Disken är inte klar" #. SCC7B #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3148894\n" "help.text" msgid "73 Not implemented" msgstr "73 Inte implementerad" #. iZW7f #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3152981\n" "help.text" msgid "74 Renaming on different drives impossible" msgstr "74 Det går inte att döpa om filen på andra enheter" #. kTskL #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149355\n" "help.text" msgid "75 Path/file access error" msgstr "75 Åtkomstfel till sökväg/fil" #. uBBn2 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150477\n" "help.text" msgid "76 Path not found" msgstr "76 Det går inte att hitta sökvägen" #. RKFgh #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154678\n" "help.text" msgid "91 Object variable not set" msgstr "91 Objektvariabeln är inte angiven" #. zqsZE #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149890\n" "help.text" msgid "93 Invalid string pattern" msgstr "93 Ogiltigt strängmönster" #. ksvCu #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146942\n" "help.text" msgid "94 Use of zero not permitted" msgstr "94 Det är inte tillåtet att använda noll" #. RYPAt #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469429\n" "help.text" msgid "250 DDE Error" msgstr "250 DDE-fel" #. UfCnF #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469428\n" "help.text" msgid "280 Awaiting response to DDE connection" msgstr "280 Avvaktar svar i DDE-anslutning" #. xZB2C #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469427\n" "help.text" msgid "281 No DDE channels available" msgstr "281 Inga DDE-kanaler är tillgängliga" #. SBNvn #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469426\n" "help.text" msgid "282 No application responded to DDE connect initiation" msgstr "282 Inget program svarade på initieringen av DDE-anslutningen" #. FWhCT #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469425\n" "help.text" msgid "283 Too many applications responded to DDE connect initiation" msgstr "283 För många program svarade på initieringen av DDE-anslutningen" #. MrWKp #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469424\n" "help.text" msgid "284 DDE channel locked" msgstr "284 DDE-kanalen är låst" #. HBT2W #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469423\n" "help.text" msgid "285 External application cannot execute DDE operation" msgstr "285 Ett externt program kan inte köra en DDE-åtgärd" #. c7CXR #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469422\n" "help.text" msgid "286 Timeout while waiting for DDE response" msgstr "286 Timeout vid väntan på DDE-svar" #. CjAQV #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469421\n" "help.text" msgid "287 user pressed ESCAPE during DDE operation" msgstr "287 Användaren tryckte på ESCAPE under DDE-operationen" #. tgG8B #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469420\n" "help.text" msgid "288 External application busy" msgstr "288 Det externa programmet är upptaget" #. VfisP #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469419\n" "help.text" msgid "289 DDE operation without data" msgstr "289 DDE-åtgärd utan data" #. y9Et9 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469418\n" "help.text" msgid "290 Data are in wrong format" msgstr "290 Data är i fel format" #. JNNcv #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469417\n" "help.text" msgid "291 External application has been terminated" msgstr "291 Det externa programmet har avbrutits" #. DGDBs #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469416\n" "help.text" msgid "292 DDE connection interrupted or modified" msgstr "292 DDE-anslutningen har avbrutits eller ändrats" #. EAqMA #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469415\n" "help.text" msgid "293 DDE method invoked with no channel open" msgstr "293 DDE-metoden anropades utan öppen kanal" #. MSG8v #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469414\n" "help.text" msgid "294 Invalid DDE link format" msgstr "294 Ogiltigt DDE-länkformat" #. TPbqp #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469413\n" "help.text" msgid "295 DDE message has been lost" msgstr "295 DDE-meddelandet har försvunnit" #. SaGET #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469412\n" "help.text" msgid "296 Paste link already performed" msgstr "296 Länken har redan klistrats in" #. FYYN7 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469411\n" "help.text" msgid "297 Link mode cannot be set due to invalid link topic" msgstr "297 Länkläget kan inte anges eftersom länkavsnittet är ogiltigt" #. 4FUFN #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31469410\n" "help.text" msgid "298 DDE requires the DDEML.DLL file" msgstr "298 Filen DDEML.DLL måste användas för DDE" #. wCkxq #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150028\n" "help.text" msgid "323 Module cannot be loaded; invalid format" msgstr "323 Det går inte att ladda modulen på grund av ogiltigt format" #. Kqnuc #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3148434\n" "help.text" msgid "341 Invalid object index" msgstr "341 Ogiltigt objektindex" #. ZLqAy #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3143219\n" "help.text" msgid "366 Object is not available" msgstr "366 Objektet är inte tillgängligt" #. 9THvG #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3144744\n" "help.text" msgid "380 Incorrect property value" msgstr "380 Fel egenskapsvärde" #. GVG9j #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3147420\n" "help.text" msgid "382 This property is read-only" msgstr "382 Den här egenskapen är skrivskyddad" #. 4ZfRc #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3147472\n" "help.text" msgid "394 This property is write-only" msgstr "394 Den här egenskapen kan bara sparas" #. 8HyzA #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3148583\n" "help.text" msgid "420 Invalid object reference" msgstr "420 Ogiltig objektreferens" #. JmJEM #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3153329\n" "help.text" msgid "423 Property or method not found" msgstr "423 Det går inte att hitta egenskapen eller metoden" #. QcFEv #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3148738\n" "help.text" msgid "424 Object required" msgstr "424 Objekt krävs" #. 5JYN2 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3159084\n" "help.text" msgid "425 Invalid use of an object" msgstr "425 Objektet används på ett ogiltigt sätt" #. RRiUM #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146806\n" "help.text" msgid "430 OLE Automation is not supported by this object" msgstr "430 Det här objektet har inte stöd för OLE Automation" #. FdF9E #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146130\n" "help.text" msgid "438 This property or method is not supported by the object" msgstr "438 Det här objektet har inte stöd för denna egenskap eller metod" #. FGpys #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154374\n" "help.text" msgid "440 OLE automation error" msgstr "440 OLE automation-fel" #. VbSM2 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149685\n" "help.text" msgid "445 This action is not supported by given object" msgstr "445 Angivet objekt har inte stöd för den här åtgärden" #. AJaz2 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150282\n" "help.text" msgid "446 Named arguments are not supported by given object" msgstr "446 Angivet objekt har inte stöd för namngivna argument" #. hPPNr #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3150142\n" "help.text" msgid "447 The current locale setting is not supported by the given object" msgstr "447 Angivet objekt har inte stöd för den aktuella språkinställningen" #. B5qgM #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3152771\n" "help.text" msgid "448 Named argument not found" msgstr "448 Det går inte att hitta namngivet argument" #. uA2bA #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3145145\n" "help.text" msgid "449 Argument is not optional" msgstr "449 Argumentet är inte valfritt" #. jwUa7 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154399\n" "help.text" msgid "450 Invalid number of arguments" msgstr "450 Ogiltigt antal argument" #. 9LiNF #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3146137\n" "help.text" msgid "451 Object is not a list" msgstr "451 Objektet är inte en lista" #. CRFBJ #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3149507\n" "help.text" msgid "452 Invalid ordinal number" msgstr "452 Ogiltigt ordningstal" #. 6aDe2 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3154566\n" "help.text" msgid "453 Specified DLL function not found" msgstr "453 Det går inte att hitta angiven DLL-funktion" #. qAGfZ #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id3145595\n" "help.text" msgid "460 Invalid clipboard format" msgstr "460 Ogiltigt Urklipp-format" #. xEbv8 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455951\n" "help.text" msgid "951 Unexpected symbol:" msgstr "951 Oväntad symbol:" #. tGht6 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455952\n" "help.text" msgid "952 Expected:" msgstr "952 Förväntad:" #. bYbvt #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455953\n" "help.text" msgid "953 Symbol expected" msgstr "953 En symbol förväntas" #. F58GE #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455954\n" "help.text" msgid "954 Variable expected" msgstr "954 En variabel förväntas" #. ovp3T #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455955\n" "help.text" msgid "955 Label expected" msgstr "955 En etikett förväntas" #. vN82g #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455956\n" "help.text" msgid "956 Value cannot be applied" msgstr "956 Värdet kan inte användas" #. v4YL6 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455957\n" "help.text" msgid "957 Variable already defined" msgstr "957 Variabeln är redan definierad" #. nSU7c #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455958\n" "help.text" msgid "958 Sub procedure or function procedure already defined" msgstr "958 Underproceduren eller funktionsproceduren är redan definierad" #. FVyYw #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455959\n" "help.text" msgid "959 Label already defined" msgstr "959 Etiketten är redan definierad" #. wqmVZ #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455960\n" "help.text" msgid "960 Variable not found" msgstr "960 Det går inte att hitta variabeln" #. 3xV2f #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455961\n" "help.text" msgid "961 Array or procedure not found" msgstr "961 Det går inte att hitta matrisen eller proceduren" #. WvEZU #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455962\n" "help.text" msgid "962 Procedure not found" msgstr "962 Det går inte att hitta proceduren" #. LZQUF #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455963\n" "help.text" msgid "963 Label undefined" msgstr "963 Etiketten är inte definierad" #. nCn66 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455964\n" "help.text" msgid "964 Unknown data type" msgstr "964 Datatypen är okänd" #. G4CNC #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455965\n" "help.text" msgid "965 Exit expected" msgstr "965 Exit är förväntat" #. Gix57 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455966\n" "help.text" msgid "966 Statement block still open: missing" msgstr "966 Satsblocket är fortfarande öppet: saknas" #. tXAC8 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455967\n" "help.text" msgid "967 Parentheses do not match" msgstr "967 Parenteserna matchar inte" #. BjgAZ #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455968\n" "help.text" msgid "968 Symbol already defined differently" msgstr "968 Symbolen är redan definierad på ett annat sätt" #. v3YUD #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455969\n" "help.text" msgid "969 Parameters do not correspond to procedure" msgstr "969 Parametrarna passar inte för proceduren" #. WWM2a #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455970\n" "help.text" msgid "970 Invalid character in number" msgstr "970 Ogiltigt tecken i ett tal" #. GvBvK #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455971\n" "help.text" msgid "971 Array must be dimensioned" msgstr "971 Matrisen måste dimensioneras" #. rhQJE #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455972\n" "help.text" msgid "972 Else/Endif without If" msgstr "972 Else/Endif utan If" #. RBFDa #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455973\n" "help.text" msgid "973 not allowed within a procedure" msgstr "973 tillåts inte i en procedur" #. MBgDF #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455974\n" "help.text" msgid "974 not allowed outside a procedure" msgstr "974 tillåts inte utanför en procedur" #. FBV3n #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455975\n" "help.text" msgid "975 Dimension specifications do not match" msgstr "975 Dimensionens specifikationer matchar inte" #. nwNaJ #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455976\n" "help.text" msgid "976 Unknown option:" msgstr "976 Okänt alternativ:" #. jujW4 #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455977\n" "help.text" msgid "977 Constant redefined" msgstr "977 Konstanten har definierats om" #. WdYAj #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455978\n" "help.text" msgid "978 Program too large" msgstr "978 Programmet är för stort" #. yhBbE #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455979\n" "help.text" msgid "979 Strings or arrays not permitted" msgstr "979 Strängarna eller matriserna tillåts inte" #. 795cp #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455980\n" "help.text" msgid "1000 Object does not have this property" msgstr "1000 Objektet har inte den här egenskapen" #. 2Pmyz #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455981\n" "help.text" msgid "1001 Object does not have this method" msgstr "1001 Objektet har inte den här metoden" #. XDhUD #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455982\n" "help.text" msgid "1002 Required argument lacking" msgstr "1002 Det saknas obligatoriska argument" #. imBTP #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455983\n" "help.text" msgid "1003 Invalid number of arguments" msgstr "1003 Ogiltigt antal argument" #. yRbzS #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455984\n" "help.text" msgid "1004 Error executing a method" msgstr "1004 Ett fel uppstod när en metod kördes" #. sjbZK #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455985\n" "help.text" msgid "1005 Unable to set property" msgstr "1005 Det går inte att ange en egenskap" #. jDyKo #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id31455986\n" "help.text" msgid "1006 Unable to determine property" msgstr "1006 Det går inte att fastställa en egenskap" #. wJjwK #: 01000000.xhp msgctxt "" "01000000.xhp\n" "tit\n" "help.text" msgid "Programming with $[officename] Basic" msgstr "Programmera med $[officename] Basic" #. igduS #: 01000000.xhp msgctxt "" "01000000.xhp\n" "hd_id3156027\n" "help.text" msgid "Programming with $[officename] Basic " msgstr "Programmera med $[officename] Basic " #. rPjbv #: 01000000.xhp msgctxt "" "01000000.xhp\n" "par_id3153708\n" "help.text" msgid "This is where you find general information about working with macros and $[officename] Basic." msgstr "I det här avsnittet finns allmän information om att arbeta med makron och $[officename] Basic." #. H4YyN #: 01010210.xhp msgctxt "" "01010210.xhp\n" "tit\n" "help.text" msgid "Basics" msgstr "Basics" #. KFtfz #: 01010210.xhp msgctxt "" "01010210.xhp\n" "bm_id4488967\n" "help.text" msgid "fundamentalssubroutinesvariables;global and localmodules;subroutines and functions" msgstr "grundersubrutinervariabler; globala och lokalamoduler; subrutiner och funktioner" #. 8jyfu #: 01010210.xhp msgctxt "" "01010210.xhp\n" "hd_id3154927\n" "help.text" msgid "Basics" msgstr "Grunderna" #. WiqRM #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3156023\n" "help.text" msgid "This section provides the fundamentals for working with $[officename] Basic." msgstr "I det här avsnittet beskrivs grunderna för att arbeta med $[officename] Basic." #. Qa4R2 #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3147560\n" "help.text" msgid "$[officename] Basic code is based on subroutines and functions that are specified between sub...end sub and function...end function sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also Procedures and Functions." msgstr "$[officename] Basic-koden baseras på de subrutiner och funktioner som anges mellan avsnitten sub...end sub och function...end function. Varje subrutin och funktion kan anropa andra subrutiner och funktioner. Om du är noggrann när du skriver koden för en subrutin eller funktion kan du förmodligen använda samma kod i andra program. Se även Procedurer och funktioner." #. x5DbE #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id314756320\n" "help.text" msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library." msgstr "Det finns vissa begränsningar i hur publika variabler, subrutiner och funktioner kan namnges. Du kan inte använda samma namn som på moduler som finns i samma bibliotek." #. iB8iF #: 01010210.xhp msgctxt "" "01010210.xhp\n" "hd_id3150398\n" "help.text" msgid "What is a Sub?" msgstr "Vad är en subrutin?" #. 3bNDt #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3148797\n" "help.text" msgid "Sub is the short form of subroutine, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:" msgstr "Sub är en förkortning för subrutin och den används för att hantera vissa aktiviteter i ett program. Subrutiner används för att dela upp en aktivitet i enskilda procedurer. Genom att dela upp ett program i procedurer och underprocedurer förbättras läsbarheten och minskar risken för fel. En subrutin tar emot vissa argument som parametrar men returnerar inte värden tillbaka till den subrutin eller funktion som anropade den, exempelvis:" #. ovUK9 #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3150868\n" "help.text" msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)" msgstr "GorNagotMedVardena(MittForstaVarde,MittAndraVarde)" #. wAdhR #: 01010210.xhp msgctxt "" "01010210.xhp\n" "hd_id3156282\n" "help.text" msgid "What is a Function?" msgstr "Vad är en Funktion?" #. JCFWd #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3156424\n" "help.text" msgid "A function is essentially a sub, which returns a value. You may use a function at the right side of a variable declaration, or at other places where you normally use values, for example:" msgstr "En funktion (Function) är egentligen en Sub som returnerar ett värde. Du kan använda en funktion till höger om variabeldeklarationen eller på andra platser där du brukar använda värden, exempelvis:" #. Z8egk #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3146985\n" "help.text" msgid "MySecondValue = myFunction(MyFirstValue)" msgstr "MittAndraVarde = minFunction(MittForstaVarde)" #. YtCFH #: 01010210.xhp msgctxt "" "01010210.xhp\n" "hd_id3153364\n" "help.text" msgid "Global and local variables" msgstr "Globala och lokala variabler" #. kXGbg #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3151112\n" "help.text" msgid "Global variables are valid for all subs and functions inside a module. They are declared at the beginning of a module before the first sub or function starts." msgstr "Globala variabler är giltiga för alla Subrutiner och Funktioner i en modul. De deklareras i början av en modul innan den första subrutinen eller funktionen startar." #. dKN75 #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3154012\n" "help.text" msgid "Variables that you declare within a sub or function are valid only inside this sub or function. These variables override global variables with the same name and local variables with the same name coming from superordinate subs or functions." msgstr "Variabler som du deklarerar i en subrutin eller en funktion är bara giltiga i den subrutinen eller funktionen. Dessa variabler åsidosätter globala variabler med samma namn och lokala variabler med samma namn som kommer från en överordnad subrutin eller funktion." #. CNn7F #: 01010210.xhp msgctxt "" "01010210.xhp\n" "hd_id3150010\n" "help.text" msgid "Structuring" msgstr "Strukturera" #. XbRBP #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3153727\n" "help.text" msgid "After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports Modules and Libraries. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library." msgstr "När du har delat upp programmet i procedurer och funktioner (Subrutiner och Funktioner) kan du spara dem som filer och använda dem i andra projekt. $[officename] Basic stöder Moduler och bibliotek. En subrutin eller funktion finns alltid i en modul. Du kan definiera en modul som global eller som en del av ett dokument. Flera moduler kan kombineras till ett bibliotek." #. g2VDj #: 01010210.xhp msgctxt "" "01010210.xhp\n" "par_id3152578\n" "help.text" msgid "You can copy or move subs, functions, modules and libraries from one file to another by using the Macro dialog." msgstr "Du kan kopiera och flytta Subrutiner, Funktioner och bibliotek från en fil till en annan genom att använda dialogrutan Makro." #. FAmpm #: 01020000.xhp msgctxt "" "01020000.xhp\n" "tit\n" "help.text" msgid "Syntax" msgstr "Syntax" #. LVCBL #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3148946\n" "help.text" msgid "Syntax" msgstr "Syntax" #. 85FmX #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3150793\n" "help.text" msgid "This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately." msgstr "I detta avsnitt beskrivs den grundläggande syntaxen för $[officename] Basic. Mer detaljerad information finns i $[officename] Basic Guide, som finns tillgänglig separat." #. r9HGQ #: 01020100.xhp msgctxt "" "01020100.xhp\n" "tit\n" "help.text" msgid "Using Variables" msgstr "Använda variabler" #. TjAJy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "bm_id3149346\n" "help.text" msgid "names of variables variables; using types of variables declaring variables values;of variables literals;integer literals;hexadecimal literals;integer literals;octal literals;&h notation literals;&o notation literals;floating-point constants arrays;declaring defining;constants" msgstr "" #. VAkCC #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3149346\n" "help.text" msgid "Using Variables" msgstr "Använda variabler" #. invc4 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3154346\n" "help.text" msgid "The following describes the basic use of variables in $[officename] Basic." msgstr "I detta avsnitt finns grundläggande information om variabler i $[officename] Basic." #. Chi9C #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3153361\n" "help.text" msgid "Naming Conventions for Variable Identifiers" msgstr "Namnkonventioner för variabler" #. eybR7 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3148797\n" "help.text" msgid "A variable name can consist of a maximum of 255 characters. The first character of a variable name must be a letter A-Z or a-z. Numbers can also be used in a variable name, but punctuation symbols and special characters are not permitted, with exception of the underscore character (\"_\"). In $[officename] Basic variable identifiers are not case-sensitive. Variable names may contain spaces but must be enclosed in square brackets if they do." msgstr "Ett variabelnamn får vara högst 255 tecken långt. Det första tecknet i ett variabelnamn måste vara en bokstav mellan A och Z eller a och z. Du kan använda siffror i ett variabelnamn, men inte skiljetecken eller specialtecken (med undantag för understryckningstecken (\"_\"). Du kan inte använda å, ä eller ö i ett variabelnamn. I $[officename] Basic är variabelnamn inte skiftlägeskänsliga. Variabelnamn kan innehålla blanksteg men måste i så fall omges av hakparenteser." #. zGjKD #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3156422\n" "help.text" msgid "Examples for variable identifiers:" msgstr "Exempel på variabelnamn:" #. 72xB5 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341272896\n" "help.text" msgid "MyNumber=5 'Correct'" msgstr "" #. BQYCs #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341267456\n" "help.text" msgid "MyNumber5=15 'Correct'" msgstr "" #. Pvdzr #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341262016\n" "help.text" msgid "MyNumber_5=20 'Correct'" msgstr "" #. JfvAk #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341256576\n" "help.text" msgid "My Number=20 'Not valid, variable with space must be enclosed in square brackets'" msgstr "" #. 5FT2u #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341251088\n" "help.text" msgid "[My Number]=12 'Correct'" msgstr "" #. efEQG #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341245648\n" "help.text" msgid "DéjàVu=25 'Not valid, special characters are not allowed'" msgstr "" #. 4AnyZ #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341240176\n" "help.text" msgid "5MyNumber=12 'Not valid, variable may not begin with a number'" msgstr "" #. BxPtT #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341234704\n" "help.text" msgid "Number,Mine=12 'Not valid, punctuation marks are not allowed'" msgstr "" #. yqbu6 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3146317\n" "help.text" msgid "Declaring Variables" msgstr "Deklarera variabler" #. 2nT7C #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3150299\n" "help.text" msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the Dim statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word." msgstr "I $[officename] Basic behöver du inte deklarera variabler explicit. En variabeldeklaration görs med uttrycket Dim. Du kan deklarera fler än en variabel åt gången genom att avgränsa namnen med ett kommatecken. Om du vill definiera variabelns typ använder du ett typdeklarationstecken efter namnet, eller motsvarande nyckelord." #. aLFHc #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3154118\n" "help.text" msgid "Examples for variable declarations:" msgstr "Exempel på variabeldeklarationer:" #. Jqt8W #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341222320\n" "help.text" msgid "Dim a$ 'Declares the variable \"a\" as a String'" msgstr "" #. ZGwfA #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341216864\n" "help.text" msgid "Dim a As String 'Declares the variable \"a\" as a String'" msgstr "" #. TBkJG #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341211408\n" "help.text" msgid "Dim a$, b As Integer 'Declares one variable as a String and one as an Integer'" msgstr "" #. EVtEN #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341205936\n" "help.text" msgid "Dim c As Boolean 'Declares c as a Boolean variable that can be TRUE or FALSE'" msgstr "" #. PWdLi #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3144770\n" "help.text" msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!" msgstr "När du har deklarerat en variabels typ kan du inte deklarera en variabel igen med samma namn fast av en annan datatyp." #. RENXG #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3149331\n" "help.text" msgid "Forcing Variable Declarations" msgstr "Kräva variabeldeklationer" #. PcGki #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3149443\n" "help.text" msgid "To force declaration of variables, use the following command:" msgstr "Du kan använda följande instruktion för att kräva explicita variabeldeklarationer:" #. mmoKC #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3155072\n" "help.text" msgid "The Option Explicit statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type Single." msgstr "Instruktionen Option Explicit måste stå på den första raden i modulen, innan den första SUB-proceduren. Om instruktionen saknas måste endast matrisvariabler deklareras explicit. Vid implicit variabeldeklaration deklareras alla andra variabler med ett typdeklationstecken, eller (om typdeklationstecken saknas) som standardtypen Single." #. TSzYC #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3154614\n" "help.text" msgid "Variable Types" msgstr "Variabeltyper" #. T5to5 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3155383\n" "help.text" msgid "$[officename] Basic supports four variable classes:" msgstr "$[officename] Basic har stöd för fyra variabelklasser:" #. gCREB #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3153972\n" "help.text" msgid "Numeric variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers." msgstr "Numeriska variabler kan innehålla numeriska värden. Vissa variabler används för att lagra stora eller små heltal, och andra för flyttal eller bråk." #. EXzBL #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3159226\n" "help.text" msgid "String variables contain character strings." msgstr "Strängvariabler innehåller textsträngar." #. BVsAf #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3145217\n" "help.text" msgid "Boolean variables contain either the TRUE or the FALSE value." msgstr "Logiska variabler av typen Boolean kan ha värdet TRUE eller FALSE." #. XrKGs #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3154762\n" "help.text" msgid "Object variables can store objects of various types, like tables and documents within a document." msgstr "Objektvariabler av typen Object kan innehålla olika typer av objekt, till exempel tabeller och dokument." #. Hh3P9 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3153805\n" "help.text" msgid "Integer Variables" msgstr "Variabeltypen Integer" #. AUDGn #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3146966\n" "help.text" msgid "Integer variables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the decimal places are rounded to the next integer. Integer variables are rapidly calculated in procedures and are suitable for counter variables in loops. An integer variable only requires two bytes of memory. \"%\" is the type-declaration character." msgstr "En heltalsvariabel kan ha ett värde mellan -32768 och 32767. Om du tilldelar en heltalsvariabel av typen Long ett flyttalsvärde, rundas talet av till närmaste heltalsvärde. Beräkningar med heltalsvariabler av typen Long är mycket snabba, och heltalsvariabler används ofta som räknare i repetitiva satser. En heltalsvariabel tar upp två byte minne. Typdeklarationstecknet för en heltalsvariabel är \"%\"." #. QyzN2 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3147546\n" "help.text" msgid "Long Integer Variables" msgstr "Variabeltypen Long" #. p4rdf #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3151193\n" "help.text" msgid "Long integer variables range from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable, the decimal places are rounded to the next integer. Long integer variables are rapidly calculated in procedures and are suitable for counter variables in loops for large values. A long integer variable requires four bytes of memory. \"&\" is the type-declaration character." msgstr "En variabel av den här typen kan ha ett värde från -2147483648 till 2147483647. Om du tilldelar en heltalsvariabel ett flyttalsvärde, rundas talet av till närmaste heltalsvärde. Beräkningar med heltalsvariabler är mycket snabba, och heltalsvariabler används ofta som räknare i repetitiva satser. En variabel av typen Long tar upp fyra byte minne. Typdeklarationstecknet är \"&\"." #. uHUTW #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id7596972\n" "help.text" msgid "Decimal Variables" msgstr "Decimaltalsvariabler" #. 7CApW #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id2649311\n" "help.text" msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits." msgstr "Decimaltalsvariabler kan ta positiva eller negativa tal eller noll. Precisionen är upp till 29 siffror." #. 8YVn3 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id7617114\n" "help.text" msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)." msgstr "Du kan använda plustecken (+) eller minustecken (-) som prefix före decimaltal (med eller utan blanksteg)." #. fT2Nz #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id1593676\n" "help.text" msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down." msgstr "Om ett decimaltal tilldelas till en heltalsvariabel, avrundar %PRODUCTNAME Basic siffran uppåt eller nedåt." #. XAEPz #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3147500\n" "help.text" msgid "Single Variables" msgstr "Variabeltypen Single" #. VAptr #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3153070\n" "help.text" msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"." msgstr "" #. X2BBe #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3155753\n" "help.text" msgid "Double Variables" msgstr "Variabeltypen Double" #. WhxRy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3150953\n" "help.text" msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"." msgstr "" #. KYBFy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341130144\n" "help.text" msgid "Dim Variable#" msgstr "" #. vFZcZ #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3155747\n" "help.text" msgid "Currency Variables" msgstr "Variabeltypen Currency" #. 2YVCy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3153337\n" "help.text" msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"." msgstr "Valutavariabler lagras internt som 64-bitarsvärden (8 byte) och visas som ett fast decimaltal med 15 heltalsplatser och 4 decimaler. Värdeintervallet är -922337203685477,5808 till +922337203685477,5807. Valutavariabler används för att beräkna finansiella värden med hög precision. Typdeklarationstecknet är \"@\"." #. rs7qz #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id301576839713868\n" "help.text" msgid "Literals for integers" msgstr "" #. PTiRZ #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id1001576839723156\n" "help.text" msgid "Numbers can be encoded using octal and hexadecimal forms." msgstr "" #. nGGUD #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3148742\n" "help.text" msgid "String Variables" msgstr "Variabeltypen String" #. ft56J #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3151393\n" "help.text" msgid "String variables can hold character strings with up to 65,535 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 64 Kbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"." msgstr "En strängvariabel kan lagra teckensekvenser med upp till 65 535 tecken. Varje tecken lagras som motsvarande Unicode-värde. Strängvariabler används för textbehandling och för allmän temporär lagring av data om datamängden är 64 kB eller mindre. Hur mycket minne som krävs för en strängvariabel beror på antalet tecken i strängen. Typdeklarationstecknet är \"$\"." #. wDbuF #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3150534\n" "help.text" msgid "Boolean Variables" msgstr "Variabeltypen Boolean" #. FFBTs #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3145632\n" "help.text" msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE." msgstr "Logiska variabler av typen Boolean kan bara lagra ett av två värden: TRUE eller FALSE. Talet 0 returnerar FALSE, medan alla andra värden returnerar TRUE." #. wpb86 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3149722\n" "help.text" msgid "Date Variables" msgstr "Variabeltypen Date" #. GgWky #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3159116\n" "help.text" msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with Dateserial, Datevalue, Timeserial or Timevalue are automatically converted to the internal format. Date-variables are converted to normal numbers by using the Day, Month, Year or the Hour, Minute, Second function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word Date." msgstr "Datumvariabler kan endast innehålla tids- och datumvärden som lagras i ett internt numeriskt format. Värden som tilldelas en variabel av typen Date med funktionerna Dateserial, Datevalue, Timeserial eller Timevalue konverteras automatiskt till det interna formatet. Datumvariabler konverteras till vanliga tal med någon av funktionerna Day, Month eller Year, respektive Hour, Minute eller Second. Det interna formatet används för att två tids- eller datumvärden ska kunna jämföras. En datumvariabel kan endast deklareras med nyckelordet Date." #. kGGKi #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3148732\n" "help.text" msgid "Initial Variable Values" msgstr "Initiala variabelvärden" #. qkLpw #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3154549\n" "help.text" msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:" msgstr "När en variabel har deklarerats antar den automatiskt värdet \"Null\". Observera följande konventioner:" #. L82ms #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3143222\n" "help.text" msgid "Numeric variables are automatically assigned the value \"0\" as soon as they are declared." msgstr "Numeriska variabler får automatiskt värdet \"0\" när de har deklarerats." #. XETAf #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3150693\n" "help.text" msgid "Date variables are assigned the value 0 internally; equivalent to converting the value to \"0\" with the Day, Month, Year or the Hour, Minute, Second function." msgstr "Datumvariabler får det interna värdet 0, vilket motsvarar konvertering av \"0\" med funktionerna Day, Month och Year respektive Hour, Minute och Second." #. WiXVw #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3154807\n" "help.text" msgid "String variables are assigned an empty-string (\"\") when they are declared." msgstr "Strängvariabler får värdet av en tom sträng (\"\") när de deklareras." #. Btv3D #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3153936\n" "help.text" msgid "Arrays" msgstr "Matriser" #. M9Kos #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3148736\n" "help.text" msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index." msgstr "$[officename] Basic stöder en- eller flerdimensionella matriser som definieras av en angiven variabeltyp. Matriser används till exempel för att redigera listor och tabeller i program. Enskilda matriselement kan anropas med hjälp av ett numeriskt index." #. s9WFi #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3149546\n" "help.text" msgid "Arrays must be declared with the Dim statement. There are several ways to define the index range of an array:" msgstr "Matriser måste deklareras med uttrycket Dim. Det finns flera olika sätt att definiera en matris dimensioner:" #. w9moW #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341065280\n" "help.text" msgid "Dim Text$(20) '21 elements numbered from 0 to 20'" msgstr "" #. Tpkw3 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341059776\n" "help.text" msgid "Dim Text$(5,4) '30 elements (a matrix of 6 x 5 elements)'" msgstr "" #. qZxBE #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341054256\n" "help.text" msgid "Dim Text$(5 To 25) '21 elements numbered from 5 to 25'" msgstr "" #. NfXEB #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_idm1341048752\n" "help.text" msgid "Dim Text$(-15 To 5) '21 elements (including 0), numbered from -15 to 5'" msgstr "" #. 6iBW4 #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3153005\n" "help.text" msgid "The index range can include positive as well as negative numbers." msgstr "Elementen i en matris kan ha positiva eller negativa index." #. wBxdC #: 01020100.xhp msgctxt "" "01020100.xhp\n" "hd_id3154507\n" "help.text" msgid "Constants" msgstr "Konstanter" #. DPDnQ #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3156357\n" "help.text" msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:" msgstr "Konstanter har ett fast värde. De kan endast definieras på ett ställe i programmet och kan inte omdefinieras senare:" #. rKYeH #: 01020200.xhp msgctxt "" "01020200.xhp\n" "tit\n" "help.text" msgid "Using Objects" msgstr "Använda objekt" #. ZeR9D #: 01020200.xhp msgctxt "" "01020200.xhp\n" "hd_id3145645\n" "help.text" msgid "Using the Object Catalog" msgstr "Använda objektkatalogen" #. DXDBg #: 01020200.xhp msgctxt "" "01020200.xhp\n" "par_id3153707\n" "help.text" msgid "The object catalog provides an overview of all modules and dialogs you have created in $[officename]." msgstr "I objektkatalogen finns en översikt över alla moduler och dialogrutor som du skapat i $[officename]." #. kJFfX #: 01020200.xhp msgctxt "" "01020200.xhp\n" "par_id3147346\n" "help.text" msgid "Click the Object Catalog icon Icon in the Macro toolbar to display the object catalog." msgstr "Om du vill visa objektkatalogen klickar du på ikonen Ikon Objektkatalog på verktygsraden Makro." #. L84og #: 01020200.xhp msgctxt "" "01020200.xhp\n" "par_id3155114\n" "help.text" msgid "The dialog shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects." msgstr "I dialogrutan visas en hierarkisk lista med alla befintliga objekt. Om du dubbelklickar på en post i listan öppnas de underordnade objekten." #. bYrDX #: 01020200.xhp msgctxt "" "01020200.xhp\n" "par_id3150786\n" "help.text" msgid "To display a certain module in the Editor or to position the cursor in a selected SUB or FUNCTION, double click on the corresponding entry." msgstr "Dubbelklicka på en post för att visa en modul eller för att placera markören vid en subrutin eller funktion i redigeringsfönstret." #. hVrnu #: 01020300.xhp msgctxt "" "01020300.xhp\n" "tit\n" "help.text" msgid "Using Procedures, Functions or Properties" msgstr "" #. 6jwBY #: 01020300.xhp msgctxt "" "01020300.xhp\n" "bm_id3149456\n" "help.text" msgid "procedures functions;using variables;passing to procedures, functions, properties parameters;for procedures, functions or properties parameters;passing by reference or value variables;scope scope of variables GLOBAL variables PUBLIC variables PRIVATE variables functions;return value type return value type of functions" msgstr "" #. AYcBA #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3149456\n" "help.text" msgid "Using Procedures, Functions and Properties" msgstr "" #. DSyYW #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3150767\n" "help.text" msgid "The following describes the basic use of procedures, functions and properties in %PRODUCTNAME Basic." msgstr "" #. Jsg3r #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3151215\n" "help.text" msgid "When you create a new module, %PRODUCTNAME Basic automatically inserts a Sub called \"Main\". This default name has nothing to do with the order or the starting point of a %PRODUCTNAME Basic project. You can also safely rename this Subroutine." msgstr "" #. NBySN #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id314756320\n" "help.text" msgid "Some restrictions apply for the names of your public variables, subroutines, functions and properties. You must not use the same name as one of the modules of the same library." msgstr "" #. EB6uP #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3154124\n" "help.text" msgid "Procedures (Subroutines) functions (Function) and properties (Property) help you maintaining a structured overview by separating a program into logical pieces." msgstr "" #. UXRyF #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3153193\n" "help.text" msgid "One benefit of procedures, functions and properties is that, once you have developed a program code containing task components, you can use this code in another project." msgstr "" #. EZYXi #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3153770\n" "help.text" msgid "Passing Variables to Procedures, Functions or Properties" msgstr "" #. v9JPn #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3155414\n" "help.text" msgid "Variables can be passed to both procedures, functions or properties. The Sub Function or Property must be declared to expect parameters:" msgstr "" #. BUURm #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3151114\n" "help.text" msgid "' your code goes here" msgstr "" #. BG6rr #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3152577\n" "help.text" msgid "The Sub is called using the following syntax:" msgstr "" #. 5SdpG #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3147124\n" "help.text" msgid "The parameters passed to a Sub must fit to those specified in the Sub declaration." msgstr "" #. Zxxix #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3147397\n" "help.text" msgid "The same process applies to a Function. In addition, functions always return a function result. The result of a function is defined by assigning the return value to the function name:" msgstr "" #. uhFkG #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3156284\n" "help.text" msgid "' your code goes here" msgstr "" #. TwrZp #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3153839\n" "help.text" msgid "The Function is called using the following syntax:" msgstr "" #. 33Sss #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id981584288549909\n" "help.text" msgid "Properties combine the syntax of procedures and functions. A property usually requires up to one parameter." msgstr "" #. QCQAn #: 01020300.xhp msgctxt "" "01020300.xhp\n" "bas_id961584288948497\n" "help.text" msgid "' your code goes here" msgstr "" #. meaRY #: 01020300.xhp msgctxt "" "01020300.xhp\n" "bas_id921584288951588\n" "help.text" msgid "' your code goes here" msgstr "" #. 257BA #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3153389\n" "help.text" msgid "The Property is called using the following syntax:" msgstr "" #. DLdom #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_idN107B3\n" "help.text" msgid "You can also use the fully qualified name to call a procedure, function or property:
Library.Module.Macro()
For example, to call the Autotext macro from the Gimmicks library, use the following command:
Gimmicks.AutoText.Main()" msgstr "" #. 2xj8g #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3156276\n" "help.text" msgid "Passing Variables by Value or Reference" msgstr "Skicka variabler efter värde eller referens" #. d2PgC #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3155765\n" "help.text" msgid "Parameters can be passed to a procedure, a function or a property either by reference or by value. Unless otherwise specified, a parameter is always passed by reference. That means that a Sub, a Function or a Property gets the parameter and can read and modify its value." msgstr "" #. uk84S #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3145640\n" "help.text" msgid "If you want to pass a parameter by value insert the key word ByVal in front of the parameter when you call a Sub, a Function or a Property, for example:" msgstr "" #. pojXe #: 01020300.xhp msgctxt "" "01020300.xhp\n" "bas_id81584367761978\n" "help.text" msgid "' your code goes here" msgstr "" #. WF4ND #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3149258\n" "help.text" msgid "In this case, the original content of the parameter will not be modified by the Function since it only gets the value and not the parameter itself." msgstr "" #. AEhBY #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id161584366585035\n" "help.text" msgid "Defining Optional Parameters" msgstr "" #. 4Ghzx #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id31584367006971\n" "help.text" msgid "Functions, procedures or properties can be defined with optional parameters, for example:" msgstr "" #. JKj8y #: 01020300.xhp msgctxt "" "01020300.xhp\n" "bas_id111584366809406\n" "help.text" msgid "' your code goes here" msgstr "" #. EHCCS #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3150982\n" "help.text" msgid "Scope of Variables" msgstr "Variabelområden" #. LDC8M #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3149814\n" "help.text" msgid "A variable defined within a Sub, a Function or a Property, only remains valid until the procedure is exited. This is known as a \"local\" variable. In many cases, you need a variable to be valid in all procedures, in every module of all libraries, or after a Sub, a Function or a Property is exited." msgstr "" #. pVU4G #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3154186\n" "help.text" msgid "Declaring Variables Outside a Sub a Function or a Property" msgstr "" #. 5JwAY #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3145258\n" "help.text" msgid "The variable is valid as long as the %PRODUCTNAME session lasts." msgstr "" #. 9akEs #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3150088\n" "help.text" msgid "The variable is valid in all modules." msgstr "Variabeln är giltig i alla moduler." #. qeJQx #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3152994\n" "help.text" msgid "The variable is only valid in this module." msgstr "Variabeln är bara giltig i den här modulen." #. 85TYe #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3150368\n" "help.text" msgid "The variable is only valid in this module." msgstr "Variabeln är bara giltig i den här modulen." #. qDLiK #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id5097506\n" "help.text" msgid "Example for private variables" msgstr "Exempel på privata variabler" #. mGb2g #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id8738975\n" "help.text" msgid "Enforce private variables to be private across modules by setting CompatibilityMode(True)." msgstr "" #. 8dZEJ #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id9475997\n" "help.text" msgid "myText = \"Hello\"" msgstr "myText = \"Hej\"" #. Csy6C #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id6933500\n" "help.text" msgid "Print \"In module1 : \", myText" msgstr "Print \"In module1 : \", myText" #. YrJMx #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id4104129\n" "help.text" msgid "' Now returns empty string" msgstr "' Returnerar nu tom sträng" #. xxgnE #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id7906125\n" "help.text" msgid "' (or raises error for Option Explicit)" msgstr "" #. yGnyt #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id8055970\n" "help.text" msgid "Print \"Now in module2 : \", myText" msgstr "Print \"Now in module2 : \", myText" #. iExop #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3154368\n" "help.text" msgid "Saving Variable Content after Exiting a Sub a Function or a Property" msgstr "" #. hAB34 #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3154486\n" "help.text" msgid "The variable retains its value until the next time the a Function, Sub or Property is entered. The declaration must exist inside a Sub, a Function or a Property." msgstr "" #. 9inFk #: 01020300.xhp msgctxt "" "01020300.xhp\n" "hd_id3155809\n" "help.text" msgid "Specifying the Return Value Type of a Function or a Property" msgstr "" #. BjLGj #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_id3149404\n" "help.text" msgid "As with variables, include a type-declaration character after the function name, or the type indicated by As and the corresponding data type at the end of the parameter list to define the type of the function or property's return value, for example:" msgstr "" #. t7xWM #: 01020300.xhp msgctxt "" "01020300.xhp\n" "N0237\n" "help.text" msgid "Optional keyword" msgstr "" #. JCc9m #: 01020300.xhp msgctxt "" "01020300.xhp\n" "N0238\n" "help.text" msgid "Property Statement" msgstr "" #. CcJXo #: 01020300.xhp msgctxt "" "01020300.xhp\n" "N0239\n" "help.text" msgid "Static Statement" msgstr "" #. HrqsB #: 01020500.xhp msgctxt "" "01020500.xhp\n" "tit\n" "help.text" msgid "Libraries, Modules and Dialogs" msgstr "Bibliotek, moduler och dialogrutor" #. 2JnVg #: 01020500.xhp msgctxt "" "01020500.xhp\n" "hd_id3147317\n" "help.text" msgid "Libraries, Modules and Dialogs" msgstr "Bibliotek, moduler och dialogrutor" #. 9f6EM #: 01020500.xhp msgctxt "" "01020500.xhp\n" "par_id3147427\n" "help.text" msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic." msgstr "I detta avsnitt beskrivs grunderna i att använda bibliotek, moduler och dialogrutor i $[officename] Basic." #. SaxtE #: 01020500.xhp msgctxt "" "01020500.xhp\n" "par_id3146120\n" "help.text" msgid "$[officename] Basic provides tools to help you structuring your projects. It supports various \"units\" which enable you to group individual SUBS and FUNCTIONS in a Basic project." msgstr "I $[officename] Basic finns verktyg som du kan använda för att strukturera dina projekt. Verktygen stöder olika \"enheter\" som du kan använda för att gruppera enskilda subrutiner och funktioner i ett Basic-projekt." #. TZW5m #: 01020500.xhp msgctxt "" "01020500.xhp\n" "hd_id3148575\n" "help.text" msgid "Libraries" msgstr "Bibliotek" #. GA9nr #: 01020500.xhp msgctxt "" "01020500.xhp\n" "par_id3150011\n" "help.text" msgid "Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well." msgstr "Ett bibliotek används för att organisera moduler, och kan vara kopplat till ett dokument eller en mall. Om mallen eller dokumentet sparas, sparas också alla moduler som finns i biblioteket." #. iVxPi #: 01020500.xhp msgctxt "" "01020500.xhp\n" "par_id3151112\n" "help.text" msgid "A library can contain up to 16,000 modules." msgstr "Ett bibliotek kan innehålla upp till 16 000 moduler." #. GmYip #: 01020500.xhp msgctxt "" "01020500.xhp\n" "hd_id3149262\n" "help.text" msgid "Modules" msgstr "Moduler" #. RxyG8 #: 01020500.xhp msgctxt "" "01020500.xhp\n" "par_id3156441\n" "help.text" msgid "A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library." msgstr "En modul innehåller subrutiner och funktioner samt variabeldeklarationer. Storleken på ett program som kan sparas i en modul kan vara maximalt 64 kB. Om ditt program är större än denna begränsning, kan du dela upp ett $[officename] Basic-projekt i flera moduler och spara modulerna i ett gemensamt bibliotek." #. oo2bB #: 01020500.xhp msgctxt "" "01020500.xhp\n" "hd_id3152577\n" "help.text" msgid "Dialog Modules" msgstr "Dialogmoduler" #. GTorM #: 01020500.xhp msgctxt "" "01020500.xhp\n" "par_id3149377\n" "help.text" msgid "Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as \"dialogs\"." msgstr "Dialogmoduler innehåller en dialogrutas struktur, egenskaperna för varje element i dialogrutan samt de händelser som kopplats till subrutiner i en viss modul. Eftersom en dialogmodul bara kan innehålla en viss dialogruta, kallas de ofta bara för \"dialoger\"." #. konfv #: 01030000.xhp msgctxt "" "01030000.xhp\n" "tit\n" "help.text" msgid "Integrated Development Environment (IDE)" msgstr "Integrated Development Environment (IDE)" #. H927d #: 01030000.xhp msgctxt "" "01030000.xhp\n" "bm_id3145090\n" "help.text" msgid "Basic IDE;Integrated Development EnvironmentIDE;Integrated Development Environment" msgstr "Basic IDE; Integrated Development EnvironmentIDE; Integrated Development Environment" #. JDDCp #: 01030000.xhp msgctxt "" "01030000.xhp\n" "hd_id3145090\n" "help.text" msgid "Integrated Development Environment (IDE)" msgstr "Utvecklingsmiljö (IDE)" #. jdrPS #: 01030000.xhp msgctxt "" "01030000.xhp\n" "par_id3146795\n" "help.text" msgid "This section describes the Integrated Development Environment for $[officename] Basic." msgstr "I detta avsnitt beskrivs programutvecklingsmiljön för $[officename] Basic." #. gf3pd #: 01030100.xhp msgctxt "" "01030100.xhp\n" "tit\n" "help.text" msgid "IDE Overview" msgstr "IDE - Översikt" #. CCFLo #: 01030100.xhp msgctxt "" "01030100.xhp\n" "hd_id3147291\n" "help.text" msgid "IDE Overview" msgstr "IDE - Översikt" #. mhzWe #: 01030100.xhp msgctxt "" "01030100.xhp\n" "par_id3156344\n" "help.text" msgid "The Macro Toolbar in the IDE provides various icons for editing and testing programs." msgstr "På verktygsraden Makro i gränssnittet finns olika ikoner som används för att redigera och testa program." #. tG68D #: 01030100.xhp msgctxt "" "01030100.xhp\n" "par_id3151210\n" "help.text" msgid "In the Editor window, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code." msgstr "I redigeringsfönstret under verktygsraden Makro redigerar du Basic-programkoden. Kolumnen till vänster används för att sätta brytpunkter i programkoden." #. YTyba #: 01030100.xhp msgctxt "" "01030100.xhp\n" "par_id3154686\n" "help.text" msgid "The Watch window (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process." msgstr "Fönstret Bevakare finns under redigeringsfönstret till vänster, och visar innehållet i variabler och matriser under programstegning." #. NSnQN #: 01030100.xhp msgctxt "" "01030100.xhp\n" "par_id3145787\n" "help.text" msgid "The Call Stack window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs." msgstr "I fönstret Anropsstack till höger finns information om anropsstacken när ett program körs." #. 6Jo3c #: 01030100.xhp msgctxt "" "01030100.xhp\n" "par_id3147434\n" "help.text" msgid "Basic IDE" msgstr "Basic-IDE" #. B22aQ #: 01030200.xhp msgctxt "" "01030200.xhp\n" "tit\n" "help.text" msgid "The Basic Editor" msgstr "Basic-redigeringsfönstret" #. GoAbu #: 01030200.xhp msgctxt "" "01030200.xhp\n" "bm_id3148647\n" "help.text" msgid "saving;Basic codeloading;Basic codeBasic editornavigating;in Basic projectslong lines;in Basic editorlines of text;in Basic editorcontinuation;long lines in editor" msgstr "spara; Basic-kodladda; Basic-kodBasic-redigerarenavigera; i Basic-projektlånga programkodsrader; i Basic-redigeraretextrader; i Basic-redigerarefortsättning; långa programkodsrader i redigerare" #. jdhKC #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3147264\n" "help.text" msgid "The Basic Editor" msgstr "" #. dSemx #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3145069\n" "help.text" msgid "The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the Edit menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with CommandCtrl and the arrow keys)." msgstr "I Basic-redigeringsfönstret finns flera av de redigeringsverktyg som du använder när du arbetar med ett textdokument. Du kan till exempel använda funktionerna på Redigera-menyn (Klipp ut, Klistra in, Ta bort), markera text med Skift-tangenten eller använda snabbkommandon för att flytta markören (du kan till exempel gå från ord till ord genom att använda KommandoCtrl och piltangenterna)." #. S7kFn #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3154686\n" "help.text" msgid "Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If \"Option Compatible\" is used in the same Basic module, the line continuation feature is also valid for comment lines.)" msgstr "Du kan dela upp långa rader på flera rader genom att infoga ett blanksteg och använda understrykningstecknet (_) som de två sista tecknen på raden. Detta tecken kopplar ihop raden med nästföljande rad till en sammanhängande programkodsrad. (Om \"Option Compatible\" används i samma Basic-modul, är radfortsättningsfunktionen giltig även för kommenterade rader.)" #. BmtEY #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3151042\n" "help.text" msgid "If you press the Run BASIC icon on the Macro bar, program execution starts at the first line of the Basic editor. The program executes the first Sub or Function and then program execution stops. The \"Sub Main\" does not take precedence on program execution." msgstr "Om du klickar på ikonen Kör BASIC på raden Makro startas programkörningen på första raden i Basic-redigeringsfönstret. I programmet körs den första subrutinen eller funktionen och därefter avslutas körningen av programmet. Subrutinen \"Main\" har inte företräde vid programkörning." #. YrvUy #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id59816\n" "help.text" msgid "Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code." msgstr "Infoga Basic-kod mellan linjer Sub Main och End Sub som visas när du öppnar IDE. Alternativt kan du radera alla linjer och sedan ange din egen Basic-kod." #. 2obp7 #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3125863\n" "help.text" msgid "Navigating in a Project" msgstr "Navigera i ett projekt" #. 3qGX6 #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3145785\n" "help.text" msgid "The Library List" msgstr "Listan Bibliotek" #. xttrN #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3146120\n" "help.text" msgid "Select a library from the Library list at the left of the toolbar to load the library in the editor. The first module of the selected library will be displayed." msgstr "Välj ett bibliotek i listan Bibliotek till vänster om verktygslisten för att läsa in biblioteket. Den första modulen i det markerade biblioteket visas." #. jwC6n #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3153190\n" "help.text" msgid "The Object Catalog" msgstr "Objektkatalogen" #. 9zvTE #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3148647\n" "help.text" msgid "Saving and Loading Basic Source Code" msgstr "Spara och ladda Basic-källkod" #. aDhAD #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3154320\n" "help.text" msgid "You can save Basic code in a text file for saving and importing in other programming systems." msgstr "Du kan exportera Basic-källkod i en textfil för import i andra programmeringssystem." #. XnwME #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3149959\n" "help.text" msgid "You cannot save Basic dialogs to a text file." msgstr "Det går inte att spara Basic-dialoger som textfiler." #. EGYGe #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3149403\n" "help.text" msgid "Saving Source Code to a Text File" msgstr "Spara källkod som en textfil" #. cyk4a #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3150327\n" "help.text" msgid "Select the module that you want to export as text from the object catalog." msgstr "Välj den modul som ska exporteras som text i objektkatalogen." #. 3MU4y #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3150752\n" "help.text" msgid "Click the Save Source As icon in the Macro toolbar." msgstr "Klicka på ikonen Spara källtext som på makrolisten." #. mKQSV #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3154754\n" "help.text" msgid "Select a file name and click OK to save the file." msgstr "Välj ett filnamn och klicka på OK för att spara filen." #. r87QD #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3159264\n" "help.text" msgid "Loading Source Code From a Text File" msgstr "Läs in källkod från en textfil" #. 88Jh5 #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3147343\n" "help.text" msgid "Select the module where you want to import the source code from the object catalog." msgstr "Välj den modul där källkoden ska importeras från objektkatalogen." #. njLwN #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3145230\n" "help.text" msgid "Position the cursor where you want to insert the program code." msgstr "Ställ markören på det ställe där programkoden ska infogas." #. SAvtt #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3149565\n" "help.text" msgid "Click the Insert Source Text icon in the Macro toolbar." msgstr "Klicka på ikonen Infoga BASIC-källtext på verktygsraden Makro." #. KR5hD #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3154020\n" "help.text" msgid "Select the text file containing the source code and click OK." msgstr "Markera textfilen som innehåller källkoden och klicka på OK." #. WasN7 #: 01030200.xhp msgctxt "" "01030200.xhp\n" "par_id3153198\n" "help.text" msgid "Basic IDE" msgstr "Basic-IDE" #. oUyP8 #: 01030300.xhp msgctxt "" "01030300.xhp\n" "tit\n" "help.text" msgid "Debugging a Basic Program" msgstr "Felsöka Basic-program" #. mMbrA #: 01030300.xhp msgctxt "" "01030300.xhp\n" "bm_id3153344\n" "help.text" msgid "debugging Basic programsvariables; observing valueswatching variablesrun-time errors in Basicerror codes in BasicbreakpointsCall Stack window" msgstr "felsöka Basic-programvariabler; bevaka värdenbevaka variablerruntime-fel i Basicfelkoder i Basicbrytpunkteranropsstack, fönster" #. kS45y #: 01030300.xhp msgctxt "" "01030300.xhp\n" "hd_id3153344\n" "help.text" msgid "Debugging a Basic Program" msgstr "Felsöka Basic-program" #. z87PZ #: 01030300.xhp msgctxt "" "01030300.xhp\n" "hd_id3159224\n" "help.text" msgid "Breakpoints and Single Step Execution" msgstr "Brytpunkter och programstegning" #. Fb5tF #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3150682\n" "help.text" msgid "You can check each line in your Basic program for errors using single step execution. Errors are easily traced since you can immediately see the result of each step. A pointer in the breakpoint column of the Editor indicates the current line. You can also set a breakpoint if you want to force the program to be interrupted at a specific position." msgstr "Du kan felsöka varje kodrad i ett Basic-program genom att stega igenom programmet. Det gör det lättare att hitta fel, eftersom du omedelbart ser resultatet av varje stegning. En pekare i brytpunktskolumnen i redigeringsfönstret visar den aktuella raden. Du kan också skapa brytpunkter om du vill avbryta exekveringen på ett visst ställe." #. ChbMW #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3147303\n" "help.text" msgid "Double-click in the breakpoint column at the left of the Editor window to toggle a breakpoint at the corresponding line. When the program reaches a breakpoint, the program execution is interrupted." msgstr "Om du dubbelklickar i kolumnen brytpunkt till vänster i redigeringsfönstret skapar du (eller stänger av) en brytpunkt på den aktuella raden. När programmet når fram till brytpunkten avbryts programkörningen." #. Jhx92 #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3155805\n" "help.text" msgid "The single step execution using the Single Step icon causes the program to branch into procedures and functions." msgstr "Du kan köra programmet ett steg i taget genom att använda ikonen Enkelt steg för att följa programkörningen in i procedurer och funktioner." #. GmkFd #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3151110\n" "help.text" msgid "The procedure step execution using the Procedure Step icon causes the program to skip over procedures and functions as a single step." msgstr "Om du använder ikonen Procedursteg behandlas varje funktionsanrop i stegningen som ett enskilt programsteg." #. fcUGR #: 01030300.xhp msgctxt "" "01030300.xhp\n" "hd_id3153825\n" "help.text" msgid "Properties of a Breakpoint" msgstr "Egenskaper för en brytpunkt" #. p9M5v #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3147574\n" "help.text" msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column." msgstr "Du kan visa egenskaperna för en brytpunkt genom att högerklicka på den i brytpunktskolumnen." #. 9fs6R #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3148473\n" "help.text" msgid "You can activate and deactivate a breakpoint by selecting Active from its context menu. When a breakpoint is deactivated, it does not interrupt the program execution." msgstr "Du kan aktivera och deaktivera en brytpunkt genom att klicka på Aktiv på snabbmenyn. Om du har deaktiverat en brytpunkt kommer programkörningen inte att avbrytas på brytpunktens plats." #. 8pxBr #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3159413\n" "help.text" msgid "Select Properties from the context menu of a breakpoint or select Breakpoints from the context menu of the breakpoint column to call the Breakpoints dialog where you can specify other breakpoint options." msgstr "Om du klickar på Egenskaper på snabbmenyn för en brytpunkt, eller klickar på Brytpunkter på brytpunktskolumnens snabbmeny, öppnas dialogrutan Brytpunkter där du kan ange övriga alternativ för brytpunkter." #. H5wR2 #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3156280\n" "help.text" msgid "The list displays all breakpoints with the corresponding line number in the source code. You can activate or deactivate a selected breakpoint by checking or clearing the Active box." msgstr "I listan visas alla brytpunkter med motsvarande radnummer i källkoden. Du kan aktivera eller inaktivera en markerad brytpunkt genom att markera eller avmarkera kryssrutan Aktiv." #. CiEm5 #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3158407\n" "help.text" msgid "The Pass Count specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered." msgstr "Värdet Genomflöde anger hur många gånger brytpunkten ska passeras innan exekveringen avbryts på brytpunktens rad. Om du anger 0 (standardinställningen) avbryts programmet alltid när en brytpunkt nås." #. xoCSA #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3153968\n" "help.text" msgid "Click Delete to remove the breakpoint from the program." msgstr "Om du vill ta bort brytpunkten helt från programmet klickar du på Radera." #. 5MRSa #: 01030300.xhp msgctxt "" "01030300.xhp\n" "hd_id3150439\n" "help.text" msgid "Observing the Value of Variables" msgstr "Granska en variabels värde" #. NCbMk #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3153368\n" "help.text" msgid "You can monitor the values of a variable by adding it to the Watch window. To add a variable to the list of watched variables, type the variable name in the Watch text box and press Enter." msgstr "Du kan granska variabelvärden genom att lägga till den i fönstret Bevakare. Om du vill lägga till en variabel i listan över bevakade variabler skriver du variabelns namn i textrutan Bevakare och trycker på Retur." #. jXfHR #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3146986\n" "help.text" msgid "The values of variables are only displayed if they are in scope. Variables that are not defined at the current source code location display (\"Out of Scope\") instead of a value." msgstr "Värdet för en variabel visas endast om programkörningen är inom variabelns definitionsområde (\"scope\"). För variabler som inte är definierade på programkörningens position visas \"Out of Scope\" i stället för ett värde." #. EjfNY #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3145272\n" "help.text" msgid "You can also include arrays in the Watch window. If you enter the name of an array variable without an index value in the Watch text box, the content of the entire array is displayed." msgstr "Du kan också visa matriser i fönstret Bevakare. Om du anger namnet på en matris utan ett indexvärde i textrutan Bevakare, visas hela matrisens innehåll." #. vMioe #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3145749\n" "help.text" msgid "If you rest the mouse over a predefined variable in the Editor at run-time, the content of the variable is displayed in a pop-up box." msgstr "Om du för muspekaren över en fördefinierad variabel i redigeringsfönstret när du stegar programmet, visas variabelns innehåll i en popup-ruta." #. RP72G #: 01030300.xhp msgctxt "" "01030300.xhp\n" "hd_id3148618\n" "help.text" msgid "The Call Stack Window" msgstr "Använda fönstret Anropsstack" #. yN9DQ #: 01030300.xhp msgctxt "" "01030300.xhp\n" "par_id3154491\n" "help.text" msgid "Provides an overview of the call hierarchy of procedures and functions. You can determine which procedures and functions called which other procedures and functions at the current point in the source code." msgstr "Visar en översikt över procedur- och funktionsanrop. Du kan kontrollera vilka procedurer och funktioner som anropats på ett visst ställe i källkoden." #. igo3o #: 01030300.xhp msgctxt "" "01030300.xhp\n" "hd_id3150594\n" "help.text" msgid "List of Run-Time Errors" msgstr "Lista över runtime-fel" #. DTrbM #: 01030400.xhp msgctxt "" "01030400.xhp\n" "tit\n" "help.text" msgid "Organizing Libraries and Modules" msgstr "Strukturera bibliotek och moduler" #. Kq6sz #: 01030400.xhp msgctxt "" "01030400.xhp\n" "bm_id3148797\n" "help.text" msgid "libraries;organizinglibraries;containersmodules;organizingcopying;modulesadding librariesdeleting;libraries/modules/dialogsdialogs;organizingmoving;modulesorganizing;modules/libraries/dialogsrenaming modules and dialogs" msgstr "" #. ToKAi #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3148797\n" "help.text" msgid "Organizing Libraries and Modules" msgstr "Administrera bibliotek och moduler" #. H2wBb #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id371574080559061\n" "help.text" msgid "Basic Libraries Containers" msgstr "" #. diKBf #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id961574080563824\n" "help.text" msgid "%PRODUCTNAME Basic libraries can be stored in 3 different containers:" msgstr "" #. HYjJE #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id571574079618609\n" "help.text" msgid "%PRODUCTNAME Macros: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory." msgstr "" #. UG2dG #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id151574079741214\n" "help.text" msgid "My Macros: libraries stored in this container are available to all documents of your user. The container is located in the user profile area and is not accessible by another user." msgstr "" #. 4ABok #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id581574080384335\n" "help.text" msgid "Document: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document." msgstr "" #. GCWxT #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id881574081445896\n" "help.text" msgid "To access macros stored in libraries of %PRODUCTNAME Macros or My Macros from another container, including the document container, use the GlobalScope specifier." msgstr "" #. bGzjL #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3150868\n" "help.text" msgid "Organizing Libraries" msgstr "Organisera bibliotek" #. EgYeV #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3125864\n" "help.text" msgid "Creating a New Library" msgstr "Skapa ett nytt bibliotek" #. Qmf6K #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3152576\n" "help.text" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "Välj Verktyg - Makron - Ordna makron - %PRODUCTNAME Basic och klicka på Administrera eller klicka på ikonen Välj modul i Basic IDE om du vill öppna dialogrutan Administrera makron." #. PcnbC #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3153726\n" "help.text" msgid "Click the Libraries tab." msgstr "Klicka på fliken Bibliotek." #. 4ERU5 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3149664\n" "help.text" msgid "Select to where you want to attach the library in the Location list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there." msgstr "Välj var du vill bifoga biblioteket i listan Plats. Om du markerar %PRODUCTNAME Macros & Dialogs, kommer biblioteket att tillhöra $[officename]-programmet och vara tillgängligt för alla dokument. Om du markerar ett dokument kommer biblioteket att bifogas dokumentet och kommer bara att vara tillgängligt därifrån." #. PCjRC #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3153365\n" "help.text" msgid "Click New and insert a name to create a new library." msgstr "Klicka på Nytt och skriv det nya bibliotekets namn." #. 4xPQx #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3147394\n" "help.text" msgid "Import a Library" msgstr "Importera ett bibliotek" #. KiUmc #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3153157\n" "help.text" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "Välj Verktyg - Makron - Ordna makron - %PRODUCTNAME Basic och klicka på Administrera eller klicka på ikonen Välj modul i Basic IDE om du vill öppna dialogrutan Administrera makron." #. Tkmcd #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3146972\n" "help.text" msgid "Click the Libraries tab." msgstr "Klicka på fliken Bibliotek." #. 5jXQ8 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3145640\n" "help.text" msgid "Select to where you want to import the library in the Location list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there." msgstr "Välj var du vill lägga till biblioteket i listan Placering. Om du markerar Makron och dialogrutor för %PRODUCTNAME, kommer biblioteket att tillhöra $[officename]-programmet och vara tillgängligt för alla dokument. Om du markerar ett dokument kommer biblioteket att läggas till i dokumentet och bara vara tillgängligt därifrån." #. dUvoX #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3154253\n" "help.text" msgid "Click Import... and select an external library to import." msgstr "Klicka på Importera och välj ett externt bibliotek som ska läggas till." #. 6HMTM #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3154705\n" "help.text" msgid "Select all libraries to be imported in the Import Libraries dialog. The dialog displays all libraries that are contained in the selected file." msgstr "Markera alla bibliotek som ska läggas till i dialogrutan Importera bibliotek. Dialogrutan visar alla bibliotek som finns i den aktuella filen." #. fahSC #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3163807\n" "help.text" msgid "If you want to insert the library as a reference only check the Insert as reference (read-only) box. Read-only libraries are fully functional but cannot be modified in the Basic IDE." msgstr "Om du vill lägga till biblioteket som en referens markerar du kryssrutan Infoga som referens (bara läsning). Referensbibliotek har full funktionalitet men kan inte redigeras i Basic IDE-miljön." #. Rrk55 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3145228\n" "help.text" msgid "Check the Replace existing libraries box if you want existing libraries of the same name to be overwritten." msgstr "Markera kryssrutan Ersätt existerande bibliotek om du vill att befintliga bibliotek med samma namn ska skrivas över." #. 8hKDF #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147004\n" "help.text" msgid "Click OK to import the library." msgstr "Klicka på OK för att importera biblioteket." #. 2AGeq #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3159099\n" "help.text" msgid "Export a Library" msgstr "Exportera ett bibliotek" #. XaAmh #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147005\n" "help.text" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "Välj Verktyg - Makron - Ordna makron - %PRODUCTNAME Basic och klicka på Administrera eller klicka på ikonen Välj modul i Basic IDE om du vill öppna dialogrutan Administrera makron." #. 6J4pG #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147006\n" "help.text" msgid "Click the Libraries tab." msgstr "Klicka på fliken Bibliotek." #. VJ8AJ #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147007\n" "help.text" msgid "In the Location list you specify where your library is stored. Select the library that you want to export. Note that you cannot export the Standard library." msgstr "Välj var ditt bibliotek är sparat under placering. Välj det bibliotek som du vill exportera. Notera att du inte kan exportera Standard-biblioteket." #. qsiYm #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147008\n" "help.text" msgid "Click Export..." msgstr "Klicka på Export..." #. 5GEFv #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147009\n" "help.text" msgid "Choose whether you want to export the library as an extension or as a basic library." msgstr "Välj om du vill exportera biblioteket som ett tillägg eller som ett BASIC-bibliotek." #. PP8cN #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147010\n" "help.text" msgid "Click OK." msgstr "Klicka på OK." #. G2aRG #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147011\n" "help.text" msgid "Select where you want your library exported." msgstr "Välj vart du vill att biblioteket ska exporteras." #. QCizg #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147012\n" "help.text" msgid "Click Save to export the library." msgstr "Klicka på Spara för att exportera biblioteket." #. xrBZD #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3159100\n" "help.text" msgid "Deleting a Library" msgstr "Ta bort ett bibliotek" #. 5AxyK #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3150086\n" "help.text" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "Välj Verktyg - Makron - Ordna makron - %PRODUCTNAME Basic och klicka på Administrera eller klicka på ikonen Välj modul i Basic IDE om du vill öppna dialogrutan Administrera makron." #. A6h5y #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3146808\n" "help.text" msgid "Click the Libraries tab." msgstr "Klicka på fliken Bibliotek." #. UJzRs #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3158212\n" "help.text" msgid "Select the library to be deleted from the list." msgstr "Markera biblioteket som ska tas bort från listan." #. 7jsh2 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3150361\n" "help.text" msgid "Click Delete." msgstr "Klicka på Radera." #. 8s8sV #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3152986\n" "help.text" msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions." msgstr "Obs! När du tar bort ett bibliotek raderas alla moduler, subrutiner och funktioner i biblioteket permanent." #. Mfwwv #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3148868\n" "help.text" msgid "You cannot delete the default library named \"Standard\"." msgstr "Det går inte att ta bort det fördefinierade biblioteket \"Standard\"." #. CYvda #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3146869\n" "help.text" msgid "If you delete a library that was inserted as reference only the reference is deleted but not the library itself." msgstr "Om du tar bort ett referensbibliotek kommer referensen att raderas, men inte själva biblioteket." #. v2QTY #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3147070\n" "help.text" msgid "Organizing Modules and Dialogs" msgstr "Organisera moduler och dialogrutor" #. VfQtH #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3155265\n" "help.text" msgid "Creating a New Module or Dialog" msgstr "Skapa en ny modul eller dialog" #. A885X #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3154537\n" "help.text" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "Välj Verktyg - Makron - Ordna makron - %PRODUCTNAME Basic och klicka på Administrera eller klicka på ikonen Välj modul i Basic IDE om du vill öppna dialogrutan Administrera makron." #. AZkde #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3146781\n" "help.text" msgid "Click the Modules tab or the Dialogs tab." msgstr "Klicka på fliken Moduler eller fliken Dialogrutor." #. UFNnu #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3159206\n" "help.text" msgid "Select the library where the module will be inserted and click New." msgstr "Markera biblioteket där modulen ska infogas och klicka på Nytt." #. 7x6Ad #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3152389\n" "help.text" msgid "Enter a name for the module or the dialog and click OK." msgstr "Skriv in ett namn för modulen eller dialogen och klicka på OK." #. tLC6c #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3152872\n" "help.text" msgid "Renaming a Module or Dialog" msgstr "Ändra namn på en modul eller dialog" #. siFq3 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3159230\n" "help.text" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "Välj Verktyg - Makron - Ordna makron - %PRODUCTNAME Basic och klicka på Administrera eller klicka på ikonen Välj modul i Basic IDE om du vill öppna dialogrutan Administrera makron." #. L9iaA #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3150046\n" "help.text" msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name." msgstr "Klicka två gånger på modulen som ska byta namn, med en paus mellan klicken. Skriv det nya namnet." #. kF2DK #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3153801\n" "help.text" msgid "In the Basic IDE, right-click the name of the module or dialog in the tabs at the bottom of the screen, choose Rename and type in the new name." msgstr "Högerklicka på modulens eller dialogrutans namn på flikarna längst ned på skärmen i IDE-fönstret, välj Byt namn och skriv det nya namnet." #. Sn9No #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3155526\n" "help.text" msgid "Press Enter to confirm your changes." msgstr "Tryck på Retur för att bekräfta ändringarna." #. eDsao #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3146963\n" "help.text" msgid "Deleting a Module or Dialog" msgstr "Ta bort en modul eller dialog" #. j9LZ9 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147547\n" "help.text" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "Välj Verktyg - Makron - Ordna makron - %PRODUCTNAME Basic och klicka på Administrera eller klicka på ikonen Välj modul i Basic IDE om du vill öppna dialogrutan Administrera makron." #. DUoVN #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3150958\n" "help.text" msgid "Click the Modules tab or the Dialogs tab." msgstr "Klicka på fliken Moduler eller fliken Dialogrutor." #. 92xwp #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3149870\n" "help.text" msgid "Select the module or dialog to be deleted from the list. Double-click an entry to reveal sub-entries, if required." msgstr "Markera modulen eller dialogrutan som ska tas bort från listan. Om du vill visa undernivåer dubbelklickar du på ett objekt." #. DxAi7 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147248\n" "help.text" msgid "Click Delete." msgstr "Klicka på Radera." #. S5vqR #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3151339\n" "help.text" msgid "Deleting a module permanently deletes all existing procedures and functions in that module." msgstr "När du tar bort en modul raderas alla procedurer och funktioner i den modulen permanent." #. JqaG6 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3151392\n" "help.text" msgid "Organizing Projects among Documents or Templates" msgstr "Organisera projekt i dokument och mallar" #. 3K5Ji #: 01030400.xhp msgctxt "" "01030400.xhp\n" "hd_id3156400\n" "help.text" msgid "Moving or copying modules between documents, templates and the application." msgstr "Flytta och kopiera moduler mellan dokument, mallar och programmet." #. rEpWM #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3146819\n" "help.text" msgid "Open all documents or templates among which you want to move or copy the modules or dialogs." msgstr "Öppna de dokument eller mallar som du ska flytta eller kopiera modulerna/dialogerna mellan." #. LgDdE #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3149319\n" "help.text" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "Välj Verktyg - Makron - Ordna makron - %PRODUCTNAME Basic och klicka på Administrera eller klicka på ikonen Välj modul i Basic IDE om du vill öppna dialogrutan Administrera makron." #. njHkZ #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3145637\n" "help.text" msgid "To move a module or dialog to another document, click the corresponding object in the list and drag it to the desired position. A horizontal line indicates the target position of the current object while dragging. Hold the CommandCtrl key while dragging to copy the object instead of moving it." msgstr "Om du vill flytta en modul eller dialogruta till ett annat dokument, klickar du på motsvarande objekt i listan och drar objektet till det nya dokumentet. Medan du trar objektet visar en horisontell linje var objektet kommer att infogas. Om du håller ned KommandoCtrl-tangenten när di drar kopieras objektet istället för att flyttas." #. FiYz2 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "tit\n" "help.text" msgid "Event-Driven Macros" msgstr "Händelsedrivna makron" #. BHSko #: 01040000.xhp msgctxt "" "01040000.xhp\n" "bm_id3154581\n" "help.text" msgid "deleting; macro assignments to events macros; assigning to events assigning macros to events events; assigning macros" msgstr "ta bort; makrotilldelning för händelser makron; tilldela händelser tilldela händelser makron händelser; tilldela makron" #. ZYLfF #: 01040000.xhp msgctxt "" "01040000.xhp\n" "hd_id3147348\n" "help.text" msgid "Event-Driven Macros" msgstr "Händelsedrivna makron" #. CNDe6 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146120\n" "help.text" msgid "This section describes how to assign Basic programs to program events." msgstr "I detta avsnitt beskrivs hur du kan koppla Basic-program till programhändelser." #. SDAQu #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149263\n" "help.text" msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of program events and at what point an assigned macro is executed." msgstr "Du kan köra ett makro automatiskt när en viss händelse inträffar i programmet genom att koppla makrot till händelsen. I tabellen nedan finns en översikt över programhändelser och vid vilken tidpunkt ett kopplat makro körs." #. zBhWV #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3148455\n" "help.text" msgid "Event" msgstr "Händelse" #. spcQd #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3145799\n" "help.text" msgid "An assigned macro is executed..." msgstr "Associerat makro körs ..." #. PFpKw #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149379\n" "help.text" msgid "Program Start" msgstr "Programstart" #. WGtYg #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150715\n" "help.text" msgid "... after a $[officename] application is started." msgstr "... efter att ett $[officename]-program startats." #. zvpGy #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146914\n" "help.text" msgid "Program End" msgstr "Programslut" #. iwsSq #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3153765\n" "help.text" msgid "...before a $[officename] application is terminated." msgstr "... innan ett $[officename]-program avslutas." #. FGd5M #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3145150\n" "help.text" msgid "Create Document" msgstr "Skapa dokument" #. fkuXY #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3163808\n" "help.text" msgid "...after a new document is created with File - New or with the New icon." msgstr "... efter att ett nytt dokument skapats med Arkiv - Nytt eller med ikonen Nytt." #. F352r #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3145790\n" "help.text" msgid "Open Document" msgstr "Öppna dokument" #. FGjBU #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3154572\n" "help.text" msgid "...after a document is opened with File - Open or with the Open icon." msgstr "... efter att ett dokument öppnats med Arkiv - Öppna eller med ikonen Öppna." #. VUPBD #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3153266\n" "help.text" msgid "Save Document As" msgstr "Spara dokument som" #. qMrvw #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150208\n" "help.text" msgid "...before a document is saved under a specified name (with File - Save As, or with File - Save or the Save icon, if a document name has not yet been specified)." msgstr "... innan dokumentet sparas med ett nytt namn (med Arkiv - Spara som, eller med Arkiv - Spara eller ikonen Spara om dokumentet är namnlöst)." #. wacHA #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3158215\n" "help.text" msgid "Document has been saved as" msgstr "Dokumentet har sparats som" #. G2CqP #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150980\n" "help.text" msgid "... after a document was saved under a specified name (with File - Save As, or with File - Save or with the Save icon, if a document name has not yet been specified)." msgstr "... efter att dokumentet sparats med ett visst namn (med Arkiv - Spara som, eller med Arkiv - Spara eller ikonen Spara om dokumentet är namnlöst)." #. MvDXG #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150519\n" "help.text" msgid "Save Document" msgstr "Spara dokument" #. 4ziEe #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3155529\n" "help.text" msgid "...before a document is saved with File - Save or the Save icon, provided that a document name has already been specified." msgstr "... innan dokumentet sparats med Arkiv - Spara eller ikonen Spara, under förutsättning att dokumentet har ett namn." #. 8hHA5 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149404\n" "help.text" msgid "Document has been saved" msgstr "Dokument har sparats" #. rfcxa #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3151332\n" "help.text" msgid "...after a document is saved with File - Save or the Save icon, provided that a document name has already been specified." msgstr "...när ett dokument har sparats med Arkiv - Spara eller med ikonen Spara, förutsatt att ett dokumentnamn redan har angetts." #. prVye #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3159171\n" "help.text" msgid "Document is closing" msgstr "Dokumentet stängs" #. CvPgm #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146868\n" "help.text" msgid "...before a document is closed." msgstr "...innan ett dokument stängs." #. kLQvC #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3159097\n" "help.text" msgid "Document closed" msgstr "Dokumentet är stängt" #. DNYcy #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3148606\n" "help.text" msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing." msgstr "...efter att ett dokument har stängts. Observera att händelsen \"Spara dokument\" också kan inträffa om dokumentet sparas innan det stängs." #. eovzZ #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3144772\n" "help.text" msgid "Activate Document" msgstr "Aktivera dokument" #. w5v7V #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149442\n" "help.text" msgid "...after a document is brought to the foreground." msgstr "...efter att ett dokument har placerats i förgrunden." #. t2QSQ #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150888\n" "help.text" msgid "Deactivate Document" msgstr "Deaktivera dokument" #. guqXK #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3154060\n" "help.text" msgid "...after another document is brought to the foreground." msgstr "... efter att ett annat dokument har placerats i förgrunden." #. xAAJD #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3152384\n" "help.text" msgid "Print Document" msgstr "Skriv ut dokument" #. KHDSZ #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3152873\n" "help.text" msgid "...after the Print dialog is closed, but before the actual print process begins." msgstr "...efter att dialogrutan Skriv ut har stängts men innan utskriften startar." #. 7fBrq #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3159227\n" "help.text" msgid "JavaScript run-time error" msgstr "Javascript runtime error" #. aHrNm #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3145362\n" "help.text" msgid "...when a JavaScript run-time error occurs." msgstr "...när ett runtimefel inträffar i JavaScript." #. rG4ED #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3154767\n" "help.text" msgid "Print Mail Merge" msgstr "Skriv ut kopplad utskrift" #. 8dDPL #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3153555\n" "help.text" msgid "...after the Print dialog is closed, but before the actual print process begins. This event occurs for each copy printed." msgstr "...efter att dialogrutan Skriv ut har stängts men innan utskriften startar. Den här händelsen inträffar för varje kopia som skrivs ut." #. esqcH #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3156366\n" "help.text" msgid "Change of the page count" msgstr "Ändring av sidantal" #. QhSjh #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3154627\n" "help.text" msgid "...when the page count changes." msgstr "...när antalet sidor ändras." #. ShGUB #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3154737\n" "help.text" msgid "Message received" msgstr "Meddelande har kommit" #. qRVBA #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150952\n" "help.text" msgid "...if a message was received." msgstr "...när ett meddelande har tagits emot." #. 7xyqi #: 01040000.xhp msgctxt "" "01040000.xhp\n" "hd_id3153299\n" "help.text" msgid "Assigning a Macro to an Event" msgstr "Tilldela ett makro till en händelse" #. 37TrA #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3147244\n" "help.text" msgid "Choose Tools - Customize and click the Events tab." msgstr "Välj Verktyg - Anpassa och klicka på fliken Händelser." #. AgVEM #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146098\n" "help.text" msgid "Select whether you want the assignment to be globally valid or just valid in the current document in the Save In listbox." msgstr "Välj om tilldelningen ska gälla globalt eller bara i det aktuella dokumentet i listrutan Spara i." #. em5hj #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150431\n" "help.text" msgid "Select the event from the Event list." msgstr "Markera händelsen i listan Händelse." #. 7Hcqy #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3148742\n" "help.text" msgid "Click Macro and select the macro to be assigned to the selected event." msgstr "Klicka på Makro och välj det makro som ska tilldelas den markerade händelsen." #. BMHGD #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146321\n" "help.text" msgid "Click OK to assign the macro." msgstr "Klicka på OK för att tilldela makrot." #. jtkJ7 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3147414\n" "help.text" msgid "Click OK to close the dialog." msgstr "Klicka på OK för att stänga dialogrutan." #. DzQYQ #: 01040000.xhp msgctxt "" "01040000.xhp\n" "hd_id3154581\n" "help.text" msgid "Removing the Assignment of a Macro to an Event" msgstr "Ta bort tilldelning av ett makro till en händelse" #. UGGUT #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146883\n" "help.text" msgid "Choose Tools - Customize and click the Events tab." msgstr "Välj Verktyg - Anpassa och klicka på fliken Händelser." #. BCPRn #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3155909\n" "help.text" msgid "Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the option in the Save In listbox." msgstr "Välj om du vill ta bort en global tilldelning eller en tilldelning som bara gäller i det aktuella dokumentet genom att markera alternativet i listrutan Spara i." #. 7ZkYK #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3159129\n" "help.text" msgid "Select the event that contains the assignment to be removed from the Event list." msgstr "Markera händelsen som innehåller den tilldelning som ska tas bort från listan Händelse." #. BBaJ6 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149143\n" "help.text" msgid "Click Remove." msgstr "Klicka på Ta bort." #. zrhkb #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149351\n" "help.text" msgid "Click OK to close the dialog." msgstr "Klicka på OK för att stänga dialogrutan." #. XcdRk #: 01050000.xhp msgctxt "" "01050000.xhp\n" "tit\n" "help.text" msgid "$[officename] Basic IDE" msgstr "$[officename] Basic IDE" #. 6zAS7 #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3154422\n" "help.text" msgid "$[officename] Basic IDE" msgstr "$[officename] Basic IDE" #. YTpwx #: 01050000.xhp msgctxt "" "01050000.xhp\n" "par_id3153142\n" "help.text" msgid "This section describes the structure of the Basic IDE." msgstr "I detta avsnitt beskrivs strukturen i Basic IDE-miljön." #. QFuVt #: 01050000.xhp msgctxt "" "01050000.xhp\n" "par_idN105C9\n" "help.text" msgid "Opens the Basic IDE where you can write and edit macros." msgstr "Öppnar Basic IDE där du kan skriva och redigera makron." #. 8Fzvm #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3153188\n" "help.text" msgid "Commands From the Context menu of the Module Tabs" msgstr "Kommandon på modulflikarnas snabbmenyer." #. gFED6 #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3154731\n" "help.text" msgid "Insert" msgstr "Infoga" #. McSb8 #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3151074\n" "help.text" msgid "Module" msgstr "Modul" #. VgxHk #: 01050000.xhp msgctxt "" "01050000.xhp\n" "par_id3149581\n" "help.text" msgid "Inserts a new module into the current library." msgstr "Infogar en ny modul i det aktuella biblioteket." #. QFMA3 #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3147397\n" "help.text" msgid "Dialog" msgstr "Dialog" #. ywScC #: 01050000.xhp msgctxt "" "01050000.xhp\n" "par_id3144335\n" "help.text" msgid "Inserts a new dialog into the current library." msgstr "Infogar en ny dialogruta i det aktuella biblioteket." #. xD3Pn #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3155602\n" "help.text" msgid "Delete" msgstr "Ta bort" #. RZYVz #: 01050000.xhp msgctxt "" "01050000.xhp\n" "par_id3155064\n" "help.text" msgid "Deletes the selected module." msgstr "Tar bort den markerade modulen." #. WaaYP #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3149018\n" "help.text" msgid "Rename" msgstr "Byt namn" #. XnTq6 #: 01050000.xhp msgctxt "" "01050000.xhp\n" "par_id3154754\n" "help.text" msgid "Renames the current module in place." msgstr "Byter namn på den aktuella modulen." #. tZBdJ #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3150043\n" "help.text" msgid "Hide" msgstr "Dölj" #. CNC4t #: 01050000.xhp msgctxt "" "01050000.xhp\n" "par_id3145147\n" "help.text" msgid "Hides the current module." msgstr "Döljer den aktuella modulen." #. HHtE6 #: 01050000.xhp msgctxt "" "01050000.xhp\n" "hd_id3163805\n" "help.text" msgid "Modules" msgstr "Moduler" #. JotdN #: 01050000.xhp msgctxt "" "01050000.xhp\n" "par_id3153965\n" "help.text" msgid "Opens the Macro Organizer dialog." msgstr "Öppnar dialogrutan Administrera makron." #. EHXTp #: 01050100.xhp msgctxt "" "01050100.xhp\n" "tit\n" "help.text" msgid "Watch Window" msgstr "Bevakare" #. FgKHh #: 01050100.xhp msgctxt "" "01050100.xhp\n" "hd_id3149457\n" "help.text" msgid "Watch Window" msgstr "Bevakare" #. sCkDE #: 01050100.xhp msgctxt "" "01050100.xhp\n" "par_id3154908\n" "help.text" msgid "The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on Enable Watch to add the variable to the list box and to display its values." msgstr "Med Bevakaren kan du bevaka värdet på variablerna när ett program körs. Definiera variabeln i textfältet Bevakare. Lägg till variabeln i listrutan och visa dess värden genom att klicka på Aktivera bevakare." #. 9wvFG #: 01050100.xhp msgctxt "" "01050100.xhp\n" "hd_id3145173\n" "help.text" msgid "Watch" msgstr "Bevakare" #. kxkF2 #: 01050100.xhp msgctxt "" "01050100.xhp\n" "par_id3155132\n" "help.text" msgid "Enter the name of the variable whose value is to be monitored." msgstr "Skriv namnet på variabeln vars värde du vill bevaka." #. tm5GB #: 01050100.xhp msgctxt "" "01050100.xhp\n" "hd_id3148645\n" "help.text" msgid "Remove Watch" msgstr "Ta bort bevakare" #. yqBLC #: 01050100.xhp msgctxt "" "01050100.xhp\n" "par_id3148576\n" "help.text" msgid "Removes the selected variable from the list of watched variables." msgstr "Tar bort den markerade variabeln från listan med bevakade variabler." #. UzqEN #: 01050100.xhp msgctxt "" "01050100.xhp\n" "par_id3147426\n" "help.text" msgid "Icon" msgstr "Symbol" #. xDG4x #: 01050100.xhp msgctxt "" "01050100.xhp\n" "par_id3154012\n" "help.text" msgid "Remove Watch" msgstr "Ta bort bevakare" #. mq5A9 #: 01050100.xhp msgctxt "" "01050100.xhp\n" "hd_id3154491\n" "help.text" msgid "Editing the Value of a Watched Variable" msgstr "Redigera värdet hos en bevakad variabel" #. FQF6P #: 01050100.xhp msgctxt "" "01050100.xhp\n" "par_id3156283\n" "help.text" msgid "Displays the list of watched variables. Click twice with a short pause in between on an entry to edit its value. The new value will be taken as the variable's value for the program." msgstr "Visar en lista med bevakade variabler. Om du vill redigera värdet för en post klickar du på den två gånger med kort paus emellan. Det nya värdet betraktas som variabelns värde för programmet." #. swaqV #: 01050200.xhp msgctxt "" "01050200.xhp\n" "tit\n" "help.text" msgid "Call Stack Window (Calls)" msgstr "Kommandostack (Anrop)" #. J83GK #: 01050200.xhp msgctxt "" "01050200.xhp\n" "hd_id3146794\n" "help.text" msgid "Call Stack Window (Calls)" msgstr "Kommandostack (Anrop)" #. CnvX5 #: 01050200.xhp msgctxt "" "01050200.xhp\n" "par_id3150400\n" "help.text" msgid "Displays the sequence of procedures and functions during the execution of a program. The Call Stack allows you to monitor the sequence of procedures and functions during the execution of a program. The procedures are functions are displayed bottom to top with the most recent function or procedure call at the top of the list." msgstr "Visar sekvensen av procedurer och funktioner när ett program kör. Med en kommandostack kan du granska sekvensen av procedurer och funktioner medan programmet körs. Procedurer och funktioner visas nedifrån och upp med den senaste funktionen eller proceduranropet överst i listan." #. kbmgA #: 01050300.xhp msgctxt "" "01050300.xhp\n" "tit\n" "help.text" msgid "Manage Breakpoints" msgstr "Hantera brytpunkter" #. SuyRz #: 01050300.xhp msgctxt "" "01050300.xhp\n" "hd_id3154927\n" "help.text" msgid "Manage Breakpoints" msgstr "Hantera brytpunkter" #. JksJ4 #: 01050300.xhp msgctxt "" "01050300.xhp\n" "par_id3148550\n" "help.text" msgid "Specifies the options for breakpoints." msgstr "Anger alternativ för brytpunkter." #. NgpMF #: 01050300.xhp msgctxt "" "01050300.xhp\n" "hd_id3149670\n" "help.text" msgid "Breakpoints" msgstr "Brytpunkter" #. dY6rB #: 01050300.xhp msgctxt "" "01050300.xhp\n" "par_id3150398\n" "help.text" msgid "Enter the line number for a new breakpoint, then click New." msgstr "Ange radnumret för en ny brytpunkt och klicka på Ny." #. 6U5kU #: 01050300.xhp msgctxt "" "01050300.xhp\n" "hd_id3156280\n" "help.text" msgid "Active" msgstr "Aktiv" #. xjbqE #: 01050300.xhp msgctxt "" "01050300.xhp\n" "par_id3154910\n" "help.text" msgid "Activates or deactivates the current breakpoint." msgstr "Aktiverar eller inaktiverar den aktuella brytpunkten." #. BmHff #: 01050300.xhp msgctxt "" "01050300.xhp\n" "hd_id3144500\n" "help.text" msgid "Pass Count" msgstr "Genomflöde" #. hZEbs #: 01050300.xhp msgctxt "" "01050300.xhp\n" "par_id3161831\n" "help.text" msgid "Specify the number of loops to perform before the breakpoint takes effect." msgstr "" #. gr8LF #: 01050300.xhp msgctxt "" "01050300.xhp\n" "hd_id3152579\n" "help.text" msgid "New" msgstr "Nytt" #. CnVC5 #: 01050300.xhp msgctxt "" "01050300.xhp\n" "par_id3148575\n" "help.text" msgid "Creates a breakpoint on the line number specified." msgstr "Skapar en brytpunkt på det angivna radnumret." #. GNUAD #: 01050300.xhp msgctxt "" "01050300.xhp\n" "hd_id3147319\n" "help.text" msgid "Delete" msgstr "Ta bort" #. FjDwe #: 01050300.xhp msgctxt "" "01050300.xhp\n" "par_id3153363\n" "help.text" msgid "Deletes the selected breakpoint." msgstr "Tar bort den markerade brytpunkten." #. FokMf #: 01170100.xhp msgctxt "" "01170100.xhp\n" "tit\n" "help.text" msgid "Control and Dialog Properties" msgstr "Egenskaper för kontroller och dialogrutor" #. zRzYS #: 01170100.xhp msgctxt "" "01170100.xhp\n" "bm_id3153379\n" "help.text" msgid "controls; propertiesproperties; controls and dialogsdialogs; properties" msgstr "Kontroller; egenskaperEgenskaper; kontroller och dialogrutorDialogrutor; egenskaper" #. xdRFW #: 01170100.xhp msgctxt "" "01170100.xhp\n" "hd_id3153379\n" "help.text" msgid "Control and Dialog Properties" msgstr "Kontroll- och dialogruteegenskaper" #. WPmT4 #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3156280\n" "help.text" msgid "Specifies the properties of the selected dialog or control. You must be in the design mode to be able to use this command." msgstr "Anger egenskaperna för den markerade dialogrutan eller kontrollen. Du måste vara i designläge för att du ska kunna använda det här kommandot." #. AKNqf #: 01170100.xhp msgctxt "" "01170100.xhp\n" "hd_id3151043\n" "help.text" msgid "Entering Data in the Properties Dialog" msgstr "Mata in data i dialogrutan Egenskaper" #. hyyPe #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3153771\n" "help.text" msgid "The following key combinations apply to enter data in multiline fields or combo boxes of the Properties dialog:" msgstr "Följande tangentkombinationer kan du använda för att mata in data i flerradsfält och kombinationsfält i dialogrutan Egenskaper:" #. pJ7C6 #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3150010\n" "help.text" msgid "Keys" msgstr "Tangenter" #. sn9u8 #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3147317\n" "help.text" msgid "Effects" msgstr "Effekter" #. A8PGQ #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3146121\n" "help.text" msgid "Alt+Down Arrow" msgstr "Alt+Nedåtpil" #. K92G7 #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3149581\n" "help.text" msgid "Opens a combo box" msgstr "Öppnar ett kombinationsfält" #. h2EUT #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3147394\n" "help.text" msgid "Alt+Up Arrow" msgstr "Alt+Uppåtpil" #. G2ta5 #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3148455\n" "help.text" msgid "Closes a combo box" msgstr "Stänger ett kombinationsfält" #. m5KJm #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3154511\n" "help.text" msgid "Shift+Enter" msgstr "Skift+Retur" #. wyG3u #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3146971\n" "help.text" msgid "Inserts a line break in multiline fields." msgstr "Infogar en radbrytning i ett flerradsfält." #. XYW3y #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3146914\n" "help.text" msgid "(UpArrow)" msgstr "Uppåtpil" #. hGdUu #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3153714\n" "help.text" msgid "Goes to the previous line." msgstr "Går till föregående rad." #. mtkFW #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3159266\n" "help.text" msgid "(DownArrow)" msgstr "Nedåtpil" #. TRNaq #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3146314\n" "help.text" msgid "Goes to the next line." msgstr "Går till nästa rad." #. jNc5k #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3149255\n" "help.text" msgid "Enter" msgstr "Retur" #. prQQs #: 01170100.xhp msgctxt "" "01170100.xhp\n" "par_id3149566\n" "help.text" msgid "Applies the changes made to a field and places the cursor into the next field." msgstr "Använder ändringarna som gjorts i fältet och placerar markören i nästa fält." #. RBV9J #: 01170101.xhp msgctxt "" "01170101.xhp\n" "tit\n" "help.text" msgid "General" msgstr "Allmänt" #. fqGGQ #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3147436\n" "help.text" msgid "General" msgstr "Allmänt" #. xTQUU #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155855\n" "help.text" msgid "Define the properties for the selected control or dialog. The available properties depend on the type of control selected. The following properties therefore are not available for every type of control." msgstr "Definierar egenskaperna för den markerade dialogrutan eller kontrollen. Vilka egenskaper som är tillgängliga beror på vilken typ av kontroll som markerats. Följande egenskaper är därför inte tillgängliga för alla typer av kontroller." #. GDxAa #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3148647\n" "help.text" msgid "Alignment" msgstr "Justering" #. PtRMQ #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3147318\n" "help.text" msgid "Specify the alignment option for the selected control." msgstr "Ange justeringsalternativ för den markerade kontrollen." #. aBDEP #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3153189\n" "help.text" msgid "AutoFill" msgstr "Fyll automatiskt" #. EDCbD #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3152460\n" "help.text" msgid "Select \"Yes\" to enable the AutoFill function for the selected control. " msgstr "Välj \"Ja\" om du vill aktivera funktionen Autofyll för den markerade kontrollen. " #. avCAy #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3155307\n" "help.text" msgid "Background color" msgstr "Bakgrundsfärg" #. DYYEL #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3145251\n" "help.text" msgid "Specify the background color for the current control." msgstr "Ange bakgrundsfärg för den aktuella kontrollen." #. cFZBo #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3151076\n" "help.text" msgid "Large change" msgstr "Stor ändring" #. xF7DA #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148457\n" "help.text" msgid "Specify the number of units to scroll when a user clicks in the area between the slider and the arrows on a scrollbar." msgstr "Ange antalet enheter som ska rullas när en användare klickar i området mellan reglaget och pilarna på en rullningslist." #. 9QGLF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3153876\n" "help.text" msgid "Border" msgstr "Inramning" #. eRnCR #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154017\n" "help.text" msgid "Specify the border type for the current control." msgstr "Ange inramningstyp för den aktuella kontrollen." #. a7atD #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3150749\n" "help.text" msgid "Button type" msgstr "Typ av kommandoknapp" #. 396Qd #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155064\n" "help.text" msgid "Select a button type. Button types determine what type of action is initiated." msgstr "Markera en knapptyp. Knapptypen bestämmer vilken typ av åtgärd som ska initieras." #. xDFYm #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149019\n" "help.text" msgid "Character set" msgstr "Teckenuppsättning" #. F948D #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148406\n" "help.text" msgid "Select the font to be used for displaying the contents of the current control." msgstr "Markera teckensnittet som ska användas för att visa innehållet i den aktuella kontrollen." #. rLJXW #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3147341\n" "help.text" msgid "Currency symbol" msgstr "Valutasymbol" #. hvuKK #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3146315\n" "help.text" msgid "Enter the currency symbol to be used for currency controls." msgstr "Ange valutasymbolen som ska användas för valutakontroller." #. hkEUs #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id7936643\n" "help.text" msgid "Date" msgstr "Datum" #. W6cd8 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id2293771\n" "help.text" msgid "Specify the default date to be shown in the Date control." msgstr "Ange det standarddatum som ska visas i kontrollfältet för datum." #. nDAvA #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3153965\n" "help.text" msgid "Date format" msgstr "Datumformat" #. Vpt3V #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155334\n" "help.text" msgid "Specify the desired format for a date control. A date control interprets the user input depending on this format setting." msgstr "Ange önskat format för datumkontrollen. En datumkontroll tolkar användarens inmatning utifrån den här formatinställningen." #. xBWQF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154663\n" "help.text" msgid "Date max." msgstr "Datum max." #. H3it5 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148485\n" "help.text" msgid "Specify the upper limit for a date control." msgstr "Ange övre gränsen för en datumkontroll." #. fLYMV #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3152778\n" "help.text" msgid "Date min." msgstr "Minimidatum" #. njsjf #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154120\n" "help.text" msgid "Specify the lower limit for a date control." msgstr "Ange nedre gränsen för en datumkontroll." #. 5cRdr #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154573\n" "help.text" msgid "Decimal accuracy" msgstr "Antal decimaler" #. LAnBF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3166426\n" "help.text" msgid "Specify the number of decimal places displayed for a numerical or currency control." msgstr "Ange antalet decimaler som ska visas för en numerisk- eller valutakontroll." #. NxoEv #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3159091\n" "help.text" msgid "Default button" msgstr "Standardknapp" #. JFHwY #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154200\n" "help.text" msgid "Select \"Yes\" to make the current button control the default selection. Pressing Return in the dialog activates the default button." msgstr "Välj \"Ja\" om du vill göra det aktuella knappkontrollfältet till standardmarkering. Om du trycker på Tillbaka i dialogrutan aktiveras standardknappen." #. bsDNs #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN108BA\n" "help.text" msgid "Delay" msgstr "Fördröjning" #. UGWJG #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN108D0\n" "help.text" msgid "Specifies the delay in milliseconds between scrollbar trigger events. A trigger event occurs when you click a scrollbar arrow or click the background area in a scrollbar. Repeated trigger events occur if you keep the mouse button pressed when you click a scrollbar arrow or background area in a scrollbar. If you want, you can include valid time units with the number that you enter, for example, 2 s or 500 ms." msgstr "Anger fördröjning i millisekunder mellan rullningslistens händelseutlösare. En händelseutlösare inträffar när du klickar på en rullningspil eller klickar på bakgrundsområdet i en rullningslist. Upprepade händeleutlösare inträffar om du håller ned musknappen när du klickar på en rullningspil eller bakgrundsområdet i en rullningslist. Om du vill, kan du infoga giltiga tidsenheter tillsammans med det värde du anger, till exempel 2 s eller 500 ms." #. jFKSh #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3151278\n" "help.text" msgid "Dropdown" msgstr "Öppningsbar" #. Cip9s #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155113\n" "help.text" msgid "Select \"Yes\" to enable the dropdown option for list or combo box controls. A dropdown control field has an arrow button which you can click to open a list of the existing form entries." msgstr "Välj \"Ja\" om du vill aktivera alternativet Öppningsbar för list- och kombinationsfältsymboler. Ett öppningsbart kontrollfält har en pilknapp som du kan klicka på för att öppna en lista med de befintliga formulärposterna." #. tCz4B #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3151216\n" "help.text" msgid "Enabled" msgstr "Aktiverad" #. t4GJD #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150517\n" "help.text" msgid "Select \"Yes\" to enable the control. If the control is disabled, it is grayed out in the dialog." msgstr "Välj \"Ja\" om du vill aktivera kontrollen. Om kontrollen är inaktiverad är den nedtonad i dialogrutan." #. M7AWe #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3155379\n" "help.text" msgid "Edit mask" msgstr "Inmatningsmask" #. X3nvF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155509\n" "help.text" msgid "Specify the edit mask for a pattern control. This is a character code that defines the input format for the control." msgstr "Ange inmatningsmasken för en maskerad kontroll. Detta är en teckenkod som definierar inmatningsformatet för kontrollen." #. B7JzP #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154485\n" "help.text" msgid "You need to specify a masking character for each input character of the edit mask to restrict the input to the values that are listed in the following table:" msgstr "För varje inmatningstecken för inmatningsmasken måste du ange ett maskeringstecken som begränsar inmatningen av värdena som angetts i tabellen:" #. AicCo #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155809\n" "help.text" msgid "Character" msgstr "Tecken" #. 7B8iu #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148702\n" "help.text" msgid "Meaning" msgstr "Innebörd" #. aAaQk #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3156199\n" "help.text" msgid "L" msgstr "L" #. qAQoQ #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148869\n" "help.text" msgid "A text constant. This character cannot be modified by the user." msgstr "En textkonstant. Det här tecknet kan inte ändras av användaren." #. B9UEs #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3156016\n" "help.text" msgid "a" msgstr "a" #. yEwjE #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3157983\n" "help.text" msgid "The characters a-z can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter." msgstr "Tecknen a-ö kan matas in här. Om du matar in en stor bokstav konverteras den automatiskt till en liten bokstav." #. 4G78g #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148607\n" "help.text" msgid "A" msgstr "A" #. Q86Zu #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3159204\n" "help.text" msgid "The characters A-Z can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter" msgstr "Här kan tecknen A-Ö skrivas in. Om en liten bokstav matas in omvandlas den automatiskt till en stor bokstav." #. BHyzL #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3149126\n" "help.text" msgid "c" msgstr "c" #. tuUGC #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3151304\n" "help.text" msgid "The characters a-z and 0-9 can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter." msgstr "Här kan tecknen a-ö och 0-9 anges. Om en stor bokstav matas in omvandlas den automatiskt till en liten bokstav." #. CPhFH #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3152870\n" "help.text" msgid "C" msgstr "C" #. urwGP #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155071\n" "help.text" msgid "The characters a-z and 0-9 can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter" msgstr "Tecknen a-ö och 0-9 kan matas in här. Om du matar in en liten bokstav konverteras den automatiskt till en stor bokstav." #. Aqkhg #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3159230\n" "help.text" msgid "N" msgstr "N" #. U4J7u #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154650\n" "help.text" msgid "Only the characters 0-9 can be entered." msgstr "Det går bara att mata in tecknen 0-9." #. wGGR7 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3149383\n" "help.text" msgid "x" msgstr "x" #. Gpn4f #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3153489\n" "help.text" msgid "All printable characters can be entered." msgstr "Alla utskrivbara tecken kan matas in." #. 8vmjJ #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3146967\n" "help.text" msgid "X" msgstr "X" #. SxFCq #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154707\n" "help.text" msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter." msgstr "Alla utskrivbara tecken kan matas in. Om du använder en liten bokstav konverteras den automatiskt till en stor bokstav." #. F3XwG #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id2128971\n" "help.text" msgid "Editable" msgstr "Redigerbar" #. R4Axb #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id6519974\n" "help.text" msgid "Specifies whether the nodes of the tree control are editable." msgstr "Anger om noderna i trädkontrollen är redigerbara." #. 6E3fY #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id4591814\n" "help.text" msgid "The default value is FALSE." msgstr "Standardvärdet är FALSE." #. VDs3B #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149317\n" "help.text" msgid "Graphics" msgstr "Grafik" #. phpED #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3147546\n" "help.text" msgid "Specify the source of the graphics for a button or an image control. Click \"...\" to select a file." msgstr "Ange grafikkällan för en knapp eller ett grafiskt kontrollfält. Klicka på \"...\" om du vill markera en fil." #. iPZoL #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154627\n" "help.text" msgid "Height" msgstr "Höjd" #. Bs2gd #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155754\n" "help.text" msgid "Specify the height of the current control or the dialog." msgstr "Ange höjden för den aktuella kontrollen eller dialogrutan." #. VvPRw #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3153072\n" "help.text" msgid "Help text" msgstr "Hjälptext" #. Kz7Ys #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3147502\n" "help.text" msgid "Enter a help text that is displayed as a tip (bubble help) when the mouse rests over the control." msgstr "Skriv in en hjälptext som ska visas som tips (hjälpbubbla) när musen vilar över kontrollen." #. pTjfM #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154400\n" "help.text" msgid "Help URL" msgstr "Hjälp-URL" #. XxuEf #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150431\n" "help.text" msgid "Specify the help URL that is called when you press F1 while the focus is on a particular control. For example, use the format HID:1234 to call the Help-ID with the number 1234." msgstr "Ange den hjälp-URL som ska anropas när du trycker på F1 då en viss kontroll är markerad. Använd till exempel formatet HID:1234 om du vill anropa hjälp-ID med numret 1234." #. yaVgx #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id4171269\n" "help.text" msgid "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips." msgstr "Ange miljövariabeln HELP_DEBUG till 1 om du vill visa Hjälp_ID som utökade hjälptips" #. PeAAF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3159260\n" "help.text" msgid "Incr./decrement value" msgstr "Intervall" #. j6dm5 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3145233\n" "help.text" msgid "Specify the increment and decrement interval for spin button controls." msgstr "Ange intervall för rotationsknappskontroller." #. WRQBk #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id539262\n" "help.text" msgid "Invokes stop mode editing" msgstr "Startar redigering i stoppläge" #. uYGG2 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id234382\n" "help.text" msgid "Specifies what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means." msgstr "Anger vad som händer när redigering avbryts genom att en annan nod väljs i trädet, en ändring i träddata eller på annat sätt." #. ExcDe #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id6591082\n" "help.text" msgid "Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is canceled and changes are lost." msgstr "Anger du denna egenskap till TRUE sparas ändringar automatiskt när redigering avbryts. FALSE innebär att redigeringen avbryts och ändringar försvinner." #. DgFkR #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id9298074\n" "help.text" msgid "The default value is FALSE." msgstr "Standardvärdet är FALSE." #. Di9Xo #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3150536\n" "help.text" msgid "Label" msgstr "Etikett" #. BH2nz #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3146324\n" "help.text" msgid "Specifies the label of the current control. The label is displayed along with the control." msgstr "Anger etiketten för den aktuella kontrollen. Etiketten visas tillsammans med kontrollen." #. 6X5mC #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3146816\n" "help.text" msgid "You can create multi-line labels by inserting manual line breaks in the label using Shift+Enter." msgstr "Du kan skapa flerradsetiketter genom att infoga manuella radbrytningar i etiketten med Skift+Retur." #. r4WBz #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3150457\n" "help.text" msgid "Line Count" msgstr "Antal rader" #. YBUsT #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3149143\n" "help.text" msgid "Enter the number of lines to be displayed for a list control. For combo boxes, this setting is only active if the dropdown option is enabled. " msgstr "Ange det antal rader som ska visas för en listkontroll. För kombinationsfält är den här inställningen bara aktiv om det öppningsbara alternativet är aktiverat. " #. bJA4h #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id7468489\n" "help.text" msgid "Scrollbar" msgstr "Rullningslist" #. nDA7n #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id7706228\n" "help.text" msgid "Adds the scrollbar type that you specify to a text box." msgstr "Lägger till den typ av rullningslist som du anger till ett textfält." #. 6xNxb #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3153121\n" "help.text" msgid "Small change" msgstr "Liten ändring" #. CGeAu #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3157875\n" "help.text" msgid "Specify the number of units to scroll when a user clicks an arrow on a scrollbar." msgstr "Ange antalet enheter som ska rullas förbi när en användare klickar på en pil på rullningslisten." #. kC4mu #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3145221\n" "help.text" msgid "List entries" msgstr "Listposter" #. Ga3fT #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154580\n" "help.text" msgid "Specify the entries for a list control. One line takes one list entry. Press Shift+Enter to insert a new line." msgstr "Ange posterna för en listkontroll. En rad tar upp en radpost. Tryck på Skift+Retur om du vill infoga en ny rad." #. qBq9j #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149723\n" "help.text" msgid "Literal mask" msgstr "Teckenmask" #. 7seGj #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150656\n" "help.text" msgid "Specify the initial values to be displayed in a pattern control. This helps the user to identify which values are allowed in a pattern control. The literal mask is restricted by the format specified by the edit mask." msgstr "Ange de inledande värdena som ska visas i en maskerad kontroll. Detta hjälper användaren att identifiera vilka värden som tillåts i en maskerad kontroll. Teckenmasken begränsas av formatet som anges av inmatningsmasken." #. CRUKE #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149015\n" "help.text" msgid "Manual line break" msgstr "Manuell radbrytning" #. BdKPT #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3149893\n" "help.text" msgid "Select \"Yes\" to allow manual line breaks inside multiline controls." msgstr "Välj \"Ja\" om du vill tillåta manuella radbrytningar i flerradskontroller." #. Q954Y #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3150463\n" "help.text" msgid "Max. text length" msgstr "Max. textlängd" #. jCAEZ #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150745\n" "help.text" msgid "Specify the maximum number of characters that the user can enter." msgstr "Ange det maximala antalet tecken som användaren kan mata in." #. fWJry #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154675\n" "help.text" msgid "Multiline Input" msgstr "Flerradig" #. j9JFM #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3144741\n" "help.text" msgid "Select \"Yes\" to allow the input of multiple lines in the control. Press Enter to insert a manual line break in the control." msgstr "Välj \"Ja\" om du vill tillåta inmatningen av flera rader i kontrollen. Tryck på Retur om du vill infoga en manuell radbrytning i kontrollen ." #. GHYEq #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154848\n" "help.text" msgid "Multiselection" msgstr "Multimarkering" #. rtqLT #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3151235\n" "help.text" msgid "Select \"Yes\" to allow the selection of multiple entries in list controls." msgstr "Välj \"Ja\" om du vill tillåta att flera poster i kontrollen markeras." #. 5XDPo #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3148887\n" "help.text" msgid "Name" msgstr "Namn" #. NuDCQ #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154548\n" "help.text" msgid "Insert a name for the current control. This name is used to identify the control." msgstr "Infoga ett namn för den aktuella kontrollen. Det här namnet används för att identifiera kontrollen." #. F2dAE #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3148739\n" "help.text" msgid "Order" msgstr "Ordningsföljd" #. i7fot #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3149252\n" "help.text" msgid "Specify the order in which the controls receive the focus when the Tab key is pressed in the dialog. On entering a dialog, the control with the lowest order (0) receives the focus. Pressing the Tab key the successively focuses the other controls as specified by their order number." msgstr "Ange den ordning som kontrollerna får fokus i när Tab-tangenten används i dialogrutan. När dialogrutan öppnas ges fokus till kontrollen med det lägsta ordningstalet (0). Om du trycker på Tab-tangenten flyttas fokus successivt till de andra kontrollerna i den ordning som angetts." #. 54etz #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155259\n" "help.text" msgid "Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key." msgstr "Inledningsvis får kontrollerna nummer i den ordning som de läggs till i dialogrutan. Du kan ändra ordningsföljden för kontrollerna. I $[officename] Basic uppdateras ordningstalen automatiskt för att undvika dubbletter. Kontroller som inte kan fokuseras tilldelas också ett värde men de här kontrollerna hoppar du över när du använder Tab-tangenten." #. 9AfPp #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149511\n" "help.text" msgid "Orientation" msgstr "Orientering" #. ikZBx #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3153780\n" "help.text" msgid "Specify the orientation for a scrollbar control." msgstr "Ange orientering för rullningslistens kontroll." #. wPXqH #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154374\n" "help.text" msgid "Page (step)" msgstr "Sida (steg)" #. UcdiE #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154109\n" "help.text" msgid "Specify the number of the dialog page to which the current control is assigned or the page number of the dialog you want to edit. If a dialog has only one page set its Page (Step) value to 0." msgstr "Ange numret på den dialogsida som den nuvarande kontrollen tilldelats eller sidnumret för den dialogruta som du vill redigera. Om en dialogruta bara har en sida anges värdet Sida (steg) till 0." #. BoGGV #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148580\n" "help.text" msgid "Select Page (Step) = 0 to make a control visible on every dialog page." msgstr "Markera Sida (steg) = 0 om du vill göra en kontroll synlig på varje dialogsida." #. CWHWy #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3146144\n" "help.text" msgid "To switch between dialog pages at run time, you need to create a macro that changes the value of Page (Step)." msgstr "Om du vill växla mellan dialogsidor vid runtime måste du skapa ett makro som ändrar värdet för Sida (steg)." #. yfdsF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154558\n" "help.text" msgid "Password characters" msgstr "Tecken för lösenord" #. kNFHd #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3152787\n" "help.text" msgid "Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls." msgstr "Mata in ett tecken som ska visas i stället för de skrivna tecknen. Detta kan användas för inmatning av lösenord i textfält." #. h8SXD #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3148750\n" "help.text" msgid "PositionX" msgstr "PositionX" #. 2EVcB #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154517\n" "help.text" msgid "Specify the distance of the current control from the left side of the dialog." msgstr "Ange avståndet från den aktuella kontrollen till dialogrutans vänstra sida." #. JTKqk #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3152767\n" "help.text" msgid "PositionY" msgstr "PositionY" #. J7py4 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3159082\n" "help.text" msgid "Specify the distance of the current control from the top of the dialog." msgstr "Ange avståndet från den aktuella kontrollen till dialogrutans övre kant." #. bGzny #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3159213\n" "help.text" msgid "Prefix symbol" msgstr "Placera symbol framför" #. ezYKt #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3149688\n" "help.text" msgid "Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered." msgstr "Välj \"Ja\" om du vill visa valutasymbolsprefix i valutafält när ett tal matas in." #. ACDzZ #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149728\n" "help.text" msgid "Print" msgstr "Skriv ut" #. DTyCw #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150001\n" "help.text" msgid "Select \"Yes\" to include the current control in a document's printout." msgstr "Välj \"Ja\" om du vill inkludera den aktuella kontrollen i dokumentutskriften." #. cff54 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154671\n" "help.text" msgid "Progress value" msgstr "Framstegsvärde" #. hZPwV #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3146849\n" "help.text" msgid "Specify a progress value for a progress bar control." msgstr "Ange framstegsvärde för en förloppsindikator." #. AVt7R #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3153112\n" "help.text" msgid "Progress value max." msgstr "Max. framstegsvärde" #. KAaFj #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3145167\n" "help.text" msgid "Specify the maximum value of a progress bar control." msgstr "Ange det största värdet för en förloppsindikator." #. 7Euj4 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3153569\n" "help.text" msgid "Progress value min." msgstr "Min. framstegsvärde" #. oBei3 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154506\n" "help.text" msgid "Specify the minimum value of a progress bar control." msgstr "Ange det minsta värdet för en förloppsindikator." #. ZbJ4B #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3150134\n" "help.text" msgid "Read-only" msgstr "Bara läsa" #. pDFLA #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155930\n" "help.text" msgid "Select \"Yes\" to prevent the user from editing the value of the current control. The control is enabled and can be focused but not modified." msgstr "Välj \"Ja\" om du vill förhindra att användaren redigerar värdet för den aktuella kontrollen. Kontrollen är aktiverad och kan sättas i fokus men kan inte ändras." #. QcDc4 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN11112\n" "help.text" msgid "Repeat" msgstr "Upprepa" #. Tn2Gm #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN11128\n" "help.text" msgid "Repeats trigger events when you keep the mouse button pressed on a control such as a spin button." msgstr "Upprepar händelseutlösare när du håller ned musknappen på en kontroll, till exempel en rotationsknapp." #. RP3VX #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id9579149\n" "help.text" msgid "Root displayed" msgstr "Rot visas" #. adGTR #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id7126987\n" "help.text" msgid "Specifies if the root node of the tree control is displayed." msgstr "Anger om rotnoden i trädkontrollen visas." #. p9tYi #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id9174779\n" "help.text" msgid "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl." msgstr "Om roten som visas anges som FALSE, är rotnoden för en modell inte längre giltig för trädkontrollen och kan inte användas med en metod från XTreeControl." #. KucrS #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id594195\n" "help.text" msgid "The default value is TRUE." msgstr "Standardvärdet är TRUE." #. UFPCV #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id7534409\n" "help.text" msgid "Row height" msgstr "Radhöjd" #. xPrCr #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id6471755\n" "help.text" msgid "Specifies the height of each row of a tree control, in pixels." msgstr "Anger höjden i pixlar på varje rad i trädkontrollen." #. wFHUd #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id2909329\n" "help.text" msgid "If the specified value is less than or equal to zero, the row height is the maximum height of all rows." msgstr "Om det angivna värdet är lägre eller lika med noll, är radhöjden maxhöjden för alla rader." #. CLPMV #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id4601580\n" "help.text" msgid "The default value is 0." msgstr "Standardvärdet är 0." #. ydxCG #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3148761\n" "help.text" msgid "Scale" msgstr "Skala" #. 9qp2q #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3159134\n" "help.text" msgid "Scales the image to fit the control size." msgstr "Skalar bilden efter kontrollfältets storlek." #. FrqW5 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id7597277\n" "help.text" msgid "Scrollbar" msgstr "Rullningslist" #. jiW7j #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id986968\n" "help.text" msgid "Adds the scrollbar type that you specify to a text box." msgstr "Lägger till den typ av rullningslist som du anger till ett textfält." #. gkvzY #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3147370\n" "help.text" msgid "Scroll value" msgstr "Rullningsvärde" #. 24GzW #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3159622\n" "help.text" msgid "Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider." msgstr "Ange det inledande värdet för en rullningslistkontroll. Detta bestämmer positionen för rullningslistens reglage." #. FEeCy #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3155440\n" "help.text" msgid "Scroll value max." msgstr "Max. rullningsvärde" #. 2QDng #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148877\n" "help.text" msgid "Specify the maximum value of a scrollbar control." msgstr "Ange det största värdet för en rullningslistkontroll." #. WhdNX #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN111E4\n" "help.text" msgid "Scroll value min." msgstr "Min. rullningsvärde" #. KkkV7 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN111E8\n" "help.text" msgid "Specify the minimum value of a scrollbar control." msgstr "Ange det minsta värdet för en rullningslistkontroll." #. E6FFj #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id543534\n" "help.text" msgid "Show handles" msgstr "Visa handtag" #. wG6AD #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id5060884\n" "help.text" msgid "Specifies whether the handles of the nodes should be displayed." msgstr "Anger om nodhantag ska visas." #. TC8mj #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id4974822\n" "help.text" msgid "The handles are dotted lines that visualize the hierarchy of the tree control." msgstr "Handtagen är prickade linjer som visualiserar hierarkin i trädkontrollen." #. 55Gfe #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id7687307\n" "help.text" msgid "The default value is TRUE." msgstr "Standardvärdet är TRUE." #. kEF3n #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id4062013\n" "help.text" msgid "Show root handles" msgstr "Visa rothandtag" #. nGccA #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3314004\n" "help.text" msgid "Specifies whether the handles of the nodes should also be displayed at root level." msgstr "Anger om nodhantag även ska visas på rootnivå." #. GCfuF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id2396313\n" "help.text" msgid "The default value is TRUE." msgstr "Standardvärdet är TRUE." #. XLMGF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN10EC2\n" "help.text" msgid "Selection" msgstr "Markering" #. mF5w3 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN10ED8\n" "help.text" msgid "Specifies the sequence of the selected items, where \"0\" corresponds to the first item. To select more than one item, Multiselection must be enabled." msgstr "Ange sekvensen med markerade objekt, där \"0\" motsvarar det första objektet. Om du vill markera flera objekt måste Multimarkering vara valt." #. jwSUy #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN10EEB\n" "help.text" msgid "Click the ... button to open the Selection dialog." msgstr "Om du klickar på knappen ... öppnas dialogrutan Markering." #. oEvvu #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_idN10F0A\n" "help.text" msgid "Click the item or items that you want to select. To select more than one item, ensure that the Multiselection option is selected." msgstr "Klicka på objektet eller objekten som du vill markera. Om du vill markera flera objekt, måste alternativet Multimarkering vara valt." #. 56k8D #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id5026093\n" "help.text" msgid "Selection type" msgstr "Markeringstyp" #. 7MwBq #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id1134067\n" "help.text" msgid "Specifies the selection mode that is enabled for this tree control." msgstr "Anger markeringsläge som är aktiverat för denna trädkontroll." #. roCpn #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3154193\n" "help.text" msgid "Spin Button" msgstr "Rotationsknapp" #. iEFns #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3145298\n" "help.text" msgid "Select \"Yes\" to add spin buttons to a numerical, currency, date, or time control to allow increasing and decreasing the input value using arrow buttons." msgstr "Välj \"Ja\" om du vill lägga till rotationsknappar till en numerisk, valuta-, datum- eller tidskontroll och tillåta att inmatningsvärdet ökas eller minskas med hjälp av pilknapparna." #. BvGkC #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3156267\n" "help.text" msgid "State" msgstr "Status" #. PPtEE #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150928\n" "help.text" msgid "Select the selection state of the current control." msgstr "Markera markeringsstatus för den aktuella kontrollen." #. Gq4qC #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3148396\n" "help.text" msgid "Strict format" msgstr "Formatkontroll" #. Z3Rvf #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3153042\n" "help.text" msgid "Select \"Yes\" to only allow valid characters to be entered in a numerical, currency, date, or time control." msgstr "Välj \"Ja\" om du bara vill tillåta att giltiga tecken matas in i en numerisk, valuta-, datum- eller tidskontroll." #. VCDfj #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149538\n" "help.text" msgid "Tabstop" msgstr "Tabbstopp" #. s9gEA #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148543\n" "help.text" msgid "Select the focus behavior of the current control when using the Tab key." msgstr "Markera vilket fokusbeteende den aktuella kontrollen ska ha när du använder Tab-tangenten." #. NPdpK #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3148776\n" "help.text" msgid "Default" msgstr "Standard" #. XETrP #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3153547\n" "help.text" msgid "Only input controls receive the focus when using the Tab key. Controls without input like caption controls are omitted." msgstr "Endast inmatningskontroller får fokus när tabb-tangenten används. Kontroller som inte tar emot inmatning som exempelvis etikettfält hoppas över." #. JTQgu #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154632\n" "help.text" msgid "No" msgstr "Nej" #. oyTwe #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150475\n" "help.text" msgid "When using the tab key focusing skips the control." msgstr "När du använder fokusering med Tab-tangenten hoppas kontrollen över." #. V6wEq #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150690\n" "help.text" msgid "Yes" msgstr "Ja" #. 5Wdjs #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3159106\n" "help.text" msgid "The control can be selected with the Tab key." msgstr "Kontrollfältet kan markeras med tabbtangenten." #. TE6hi #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3145152\n" "help.text" msgid "Thousands Separator" msgstr "Tusentalsavgränsare" #. eDAbP #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155085\n" "help.text" msgid "Select \"Yes\" to display thousands separator characters in numerical and currency controls." msgstr "Välj \"Ja\" om du vill visa tusentalsavgränsartecken i numeriska kontroller och valutakontroller." #. HS2wM #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3152816\n" "help.text" msgid "Time Format" msgstr "Tidsformat" #. 4RWLq #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3145263\n" "help.text" msgid "Select the format to be used for time controls." msgstr "Markera formatet som du vill använda för tidskontroller." #. FwARu #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3153920\n" "help.text" msgid "Time max." msgstr "Maximitid" #. xBHyX #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3155401\n" "help.text" msgid "Specify the maximum time value for a time control." msgstr "Ange det största tidsvärdet för en tidskontroll." #. wgnhh #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3163818\n" "help.text" msgid "Time min." msgstr "Minimitid" #. EA37B #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3156262\n" "help.text" msgid "Specify the minimum time value for a time control." msgstr "Ange det minsta tidsvärdet för en tidskontroll." #. qDZqx #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3148638\n" "help.text" msgid "Title" msgstr "Namn" #. Wv8aS #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3147169\n" "help.text" msgid "Specify the title of the dialog. Click the border of the dialog to select the dialog." msgstr "Ange dialogrutans rubrik. Markera dialogrutan genom att klicka på dess kant." #. USyCT #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3153716\n" "help.text" msgid "Titles are only used for labeling a dialog and can only contain one line. Please note that if you work with macros, controls are only called through their Name property." msgstr "Rubriker används bara för att etikettera en dialogruta och kan bara innehålla en rad. Observera att om du arbetar med makron, anropas bara kontroller via egenskapen Namn." #. LAsn8 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3152594\n" "help.text" msgid "Tristate" msgstr "Trefaldig status" #. uxGB3 #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3149825\n" "help.text" msgid "Select \"Yes\" to allow a check box to have three states (checked, unchecked, and grayed out) instead of two (checked and unchecked)." msgstr "Välj \"Ja\" om du vill tillåta att en kryssruta har tre tillstånd (markerad, avmarkerad och nedtonad) i stället för två (markerad och avmarkerad)." #. vyDif #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3150614\n" "help.text" msgid "Value" msgstr "Värde" #. Dvp2W #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3154315\n" "help.text" msgid "Specify the value for the current control." msgstr "Ange värdet för den aktuella kontrollfältet." #. BujNx #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3152480\n" "help.text" msgid "Value max." msgstr "Max. värde" #. F9hPJ #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3163823\n" "help.text" msgid "Specify the maximum value for the current control." msgstr "Ange max.värdet för den aktuella kontrollen." #. moAtf #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149276\n" "help.text" msgid "Value min." msgstr "Minimivärde" #. XHytA #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3145088\n" "help.text" msgid "Specify the minimum value for the current control." msgstr "Ange min.värdet för den aktuella kontrollen." #. R8Y3e #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3149712\n" "help.text" msgid "Visible size" msgstr "Synlig storlek" #. cAZFe #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3149445\n" "help.text" msgid "Specify the length of the slider of a scrollbar control." msgstr "Ange längden på reglaget för en rullningslistkontroll." #. qedJo #: 01170101.xhp msgctxt "" "01170101.xhp\n" "hd_id3152472\n" "help.text" msgid "Width" msgstr "Bredd" #. AhWSF #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3157963\n" "help.text" msgid "Specify the width of the current control or dialog." msgstr "Ange bredden för den aktuella kontrollen eller dialogrutan." #. b5UkP #: 01170103.xhp msgctxt "" "01170103.xhp\n" "tit\n" "help.text" msgid "Events" msgstr "Händelser" #. EGJFt #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3155506\n" "help.text" msgid "Events" msgstr "Händelser" #. 2ZBSR #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3146114\n" "help.text" msgid "Define event assignments for the selected control or dialog. The available events depend on the type of control selected." msgstr "Definierar händelsetilldelningar för den markerade dialogrutan eller kontrollen. Vilka händelser som är tillgängliga beror på vilken typ av kontroll som markerats." #. EBDB8 #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3145387\n" "help.text" msgid "When receiving focus" msgstr "Vid fokusering" #. qoRyG #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3155090\n" "help.text" msgid "This event takes place if a control receives the focus." msgstr "Den här händelsen inträffar om en kontroll ges fokus." #. TErjJ #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3152892\n" "help.text" msgid "When losing focus" msgstr "Vid fokusförlust" #. kF9wq #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3153305\n" "help.text" msgid "This event takes place if a control loses the focus." msgstr "Den här händelsen inträffar om en kontroll förlorar fokus." #. sEPWD #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3152896\n" "help.text" msgid "Key pressed" msgstr "Tangent tryckt" #. EWGCB #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3148837\n" "help.text" msgid "This event occurs when the user presses any key while the control has the focus." msgstr "Den här händelsen inträffar när användaren trycker ned en tangent medan kontrollen har fokus." #. MsbEr #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3146869\n" "help.text" msgid "Key released" msgstr "Efter tangenttryck" #. wztWr #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3155267\n" "help.text" msgid "This event occurs when the user releases a key while the control has the focus." msgstr "Den här händelsen inträffar när användaren släpper en tangent medan kontrollen har fokus." #. pVAed #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3159096\n" "help.text" msgid "Modified" msgstr "Modifierad" #. unCXX #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3156019\n" "help.text" msgid "This event takes place, when the control loses the focus and the contents of the control were changed since it lost the focus." msgstr "Den här händelsen inträffar när kontrollen tappat fokus och innehållet i kontrollen har förändrats sedan dess." #. FjabK #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3144508\n" "help.text" msgid "Text modified" msgstr "Text modifierad" #. gGKsK #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3148608\n" "help.text" msgid "This event takes place if you enter or modify a text in an input field." msgstr "Den här händelsen inträffar om du matar in eller ändrar en text i ett inmatningsfält." #. 9zMn8 #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3159207\n" "help.text" msgid "Item status changed" msgstr "Status ändrad" #. FdEFB #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3155097\n" "help.text" msgid "This event takes place if the status of the control field is changed, for example, from checked to unchecked." msgstr "Den här händelsen inträffar om status för kontrollfältet ändras, t.ex. från markerad till avmarkerad." #. RGkzF #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3151304\n" "help.text" msgid "Mouse inside" msgstr "Mus inom" #. VKsez #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3152871\n" "help.text" msgid "This event takes place when the mouse enters the control." msgstr "Den här händelsen inträffar när musen träffar kontrollen." #. YQfKM #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3146778\n" "help.text" msgid "Mouse moved while key pressed" msgstr "Musrörelse vid tangenttryck" #. FBtfB #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3150403\n" "help.text" msgid "This event takes place when the mouse is dragged while a key is pressed." msgstr "Den här händelsen inträffar när musen dras medan en tangent trycks ned." #. QJjRL #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3150210\n" "help.text" msgid "Mouse moved" msgstr "Musrörelse" #. yrqS8 #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3149697\n" "help.text" msgid "This event takes place when the mouse moves over the control." msgstr "Den här händelsen inträffar när musen rör sig ovanför kontrollen." #. KgQEB #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3145216\n" "help.text" msgid "Mouse button pressed" msgstr "Musknapp nedtryckt" #. e6Dzn #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3155914\n" "help.text" msgid "This event takes place when the mouse button is pressed while the mouse pointer is on the control." msgstr "Den här händelsen inträffar när musknappen trycks ned medan muspekaren är vid kontrollen." #. BArDE #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3148899\n" "help.text" msgid "Mouse button released" msgstr "Musknapp uppsläppt" #. D39z8 #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3153812\n" "help.text" msgid "This event takes place when the mouse button is released while the mouse pointer is on the control." msgstr "Den här händelsen inträffar när musknappen släpps medan muspekaren är vid kontrollen." #. AMFZh #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3153556\n" "help.text" msgid "Mouse outside" msgstr "Mus utanför" #. towUK #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3153013\n" "help.text" msgid "This event takes place when the mouse leaves the control." msgstr "Den här händelsen inträffar när musen lämnar kontrollen." #. 9omSn #: 01170103.xhp msgctxt "" "01170103.xhp\n" "hd_id3155759\n" "help.text" msgid "While adjusting" msgstr "Vid justering" #. EwGp7 #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3156364\n" "help.text" msgid "This event takes place when a scrollbar is being dragged." msgstr "Den här händelsen inträffar när en rullningslist dras." #. 3uoYH #: 03000000.xhp msgctxt "" "03000000.xhp\n" "tit\n" "help.text" msgid "Run-Time Functions" msgstr "Runtime-funktioner" #. xaCyL #: 03000000.xhp msgctxt "" "03000000.xhp\n" "hd_id3152895\n" "help.text" msgid "Run-Time Functions" msgstr "Runtime-funktioner" #. zPTqg #: 03000000.xhp msgctxt "" "03000000.xhp\n" "par_id3148983\n" "help.text" msgid "This section describes the Runtime Functions of %PRODUCTNAME Basic." msgstr "I detta avsnitt beskrivs runtime-funktioner i %PRODUCTNAME Basic." #. YcBGc #: 03010000.xhp msgctxt "" "03010000.xhp\n" "tit\n" "help.text" msgid "Screen I/O Functions" msgstr "In- och utmatningsfunktioner för bildskärm" #. XKT3p #: 03010000.xhp msgctxt "" "03010000.xhp\n" "hd_id3156280\n" "help.text" msgid "Screen I/O Functions" msgstr "" #. A5xZH #: 03010000.xhp msgctxt "" "03010000.xhp\n" "par_id3153770\n" "help.text" msgid "This section describes the Runtime Functions used to call dialogs for the input and output of user entries." msgstr "I detta avsnitt beskrivs runtime-funktioner som används för att visa dialogrutor för in- och utmaning av data." #. QGuiJ #: 03010100.xhp msgctxt "" "03010100.xhp\n" "tit\n" "help.text" msgid "Display Functions" msgstr "Bildskärmsfunktioner" #. UBEUG #: 03010100.xhp msgctxt "" "03010100.xhp\n" "hd_id3151384\n" "help.text" msgid "Display Functions" msgstr "Bildskärmsfunktioner" #. pABDY #: 03010100.xhp msgctxt "" "03010100.xhp\n" "par_id3149346\n" "help.text" msgid "This section describes Runtime functions used to output information to the screen display." msgstr "I detta avsnitt beskrivs runtime-funktioner som används för att visa information på skärmen." #. JDxHt #: 03010101.xhp msgctxt "" "03010101.xhp\n" "tit\n" "help.text" msgid "MsgBox Statement" msgstr "MsgBox-uttryck" #. fc92k #: 03010101.xhp msgctxt "" "03010101.xhp\n" "bm_id1807916\n" "help.text" msgid "MsgBox statement" msgstr "MsgBox, uttryck " #. 7SaXT #: 03010101.xhp msgctxt "" "03010101.xhp\n" "hd_id3154927\n" "help.text" msgid "MsgBox Statement" msgstr "MsgBox-uttryck" #. iLRSC #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3148947\n" "help.text" msgid "Displays a dialog box containing a message." msgstr "Visar en dialogruta som innehåller ett meddelande." #. CkXFc #: 03010101.xhp msgctxt "" "03010101.xhp\n" "hd_id3153897\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 2FFy6 #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3148664\n" "help.text" msgid "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)" msgstr "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) eller MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)" #. mondB #: 03010101.xhp msgctxt "" "03010101.xhp\n" "hd_id3153361\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. rAvFV #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3148798\n" "help.text" msgid "Text: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)." msgstr "Text: Stränguttryck visat som ett meddelande i dialogrutan. Radbrytningar kan infogas med Chr$(13)." #. 5QBcb #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3150769\n" "help.text" msgid "DialogTitle: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application." msgstr "DialogTitle: Stränguttryck visat i dialogrutans titellist. Om det utelämnas visas namnen på respektive program på titellisten." #. ZAZxw #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3147228\n" "help.text" msgid "Type: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. Type represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:" msgstr "Typ: Ett heltalsuttryck som anger dialogrutetypen liksom hur många och vilken typ av knappar som ska visas, samt ikontypen. Typ representerar en kombination av bitmönster, dvs. en kombination av element kan definieras genom att respektive värde läggs till:" #. xuEUm #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id051220170241588881\n" "help.text" msgid "Named constant" msgstr "Namngiven konstant" #. DE8tA #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id051220170241585541\n" "help.text" msgid "Integer value" msgstr "Heltalsvärde" #. rVa8A #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id051220170241585124\n" "help.text" msgid "Definition" msgstr "Definition" #. AXWEo #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3147397\n" "help.text" msgid "Display OK button only." msgstr "Visa endast OK-knappen." #. 5hhtt #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3145646\n" "help.text" msgid "Display OK and Cancel buttons." msgstr "Visa knapparna OK och Avbryt." #. Gve8t #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3149410\n" "help.text" msgid "Display Abort, Retry, and Ignore buttons." msgstr "Visa knapparna Avbryt, Upprepa och Ignorera." #. NAAvF #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3151075\n" "help.text" msgid "Display Yes, No, and Cancel buttons." msgstr "Visa knapparna Ja, Nej och Avbryt." #. M8vhj #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3153878\n" "help.text" msgid "Display Yes and No buttons." msgstr "Visa knapparna Ja och Nej." #. kdzdj #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3155601\n" "help.text" msgid "Display Retry and Cancel buttons." msgstr "Visa knapparna Upprepa och Avbryt." #. hze7E #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3150716\n" "help.text" msgid "Add the Stop icon to the dialog." msgstr "Lägg till Stoppikonen i dialogrutan." #. chKxc #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3153837\n" "help.text" msgid "Add the Question icon to the dialog." msgstr "Lägg till Frågeikonen i dialogrutan." #. Sprat #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3150751\n" "help.text" msgid "Add the Exclamation Point icon to the dialog." msgstr "Lägg till ikonen Utropstecken i dialogrutan." #. 98YUw #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3146915\n" "help.text" msgid "Add the Information icon to the dialog." msgstr "Lägg till Informationsikonen i dialogrutan." #. 8sTDk #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3145640\n" "help.text" msgid "First button in the dialog as default button." msgstr "Första knappen i dialogrutan som standardknapp." #. xp5Eb #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3153765\n" "help.text" msgid "Second button in the dialog as default button." msgstr "Andra knappen i dialogrutan som standardknapp." #. DCz69 #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3153715\n" "help.text" msgid "Third button in the dialog as default button." msgstr "Tredje knappen i dialogrutan som standardknapp." #. Cgq4r #: 03010101.xhp msgctxt "" "03010101.xhp\n" "hd_id3150715\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Pwqs5 #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3150327\n" "help.text" msgid "Const sText1 = \"An unexpected error occurred.\"" msgstr "Const sText1 = \"Ett oväntat fel inträffade.\"" #. w7TDN #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3146912\n" "help.text" msgid "Const sText2 = \"The program execution will continue, however.\"" msgstr "Const sText2 = \"Programmet kommer dock att fortsätta köras.\"" #. 2pVBi #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3154757\n" "help.text" msgid "Const sText3 = \"Error\"" msgstr "Const sText3 = \"Fel\"" #. B28zs #: 03010102.xhp msgctxt "" "03010102.xhp\n" "tit\n" "help.text" msgid "MsgBox Function" msgstr "MsgBox-Funktion" #. 9zAAp #: 03010102.xhp msgctxt "" "03010102.xhp\n" "bm_id3153379\n" "help.text" msgid "MsgBox function" msgstr "MsgBox, funktion " #. XBBGv #: 03010102.xhp msgctxt "" "03010102.xhp\n" "hd_id3153379\n" "help.text" msgid "MsgBox Function" msgstr "MsgBox-Funktion" #. 27uTq #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3145171\n" "help.text" msgid "Displays a dialog box containing a message and returns a value." msgstr "En dialogruta som innehåller ett meddelande visas och ett värde returneras." #. shERM #: 03010102.xhp msgctxt "" "03010102.xhp\n" "hd_id3156281\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. BDrhF #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3154685\n" "help.text" msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])" msgstr "MsgBox (Text As String [,Typ As Integer [,Dialogtitel As String]])" #. eSAEY #: 03010102.xhp msgctxt "" "03010102.xhp\n" "hd_id3153771\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. KNkK6 #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3146985\n" "help.text" msgid "Integer" msgstr "Integer" #. BGNzB #: 03010102.xhp msgctxt "" "03010102.xhp\n" "hd_id3153363\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. gV5Zk #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3153727\n" "help.text" msgid "Text: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)." msgstr "Text: Stränguttryck visat som ett meddelande i dialogrutan. Radbrytningar kan infogas med Chr$(13)." #. zjMR8 #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3147317\n" "help.text" msgid "DialogTitle: String expression displayed in the title bar of the dialog. If omitted, the name of the respective application is displayed." msgstr "DialogTitle: Stränguttryck visat i dialogrutans titellist. Om det utelämnas visas namnet på respektive program." #. DwjpW #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3153954\n" "help.text" msgid "Type: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. Type represents a combination of bit patterns (dialog elements defined by adding the respective values):" msgstr "Typ: Ett heltalsuttryck som anger dialogrutetypen och definierar hur många och vilken typ av knappar och ikoner som ska visas. Typ representerar en kombination av bitmönster (dialogruteelement som definierats genom att respektive värde lagts till):" #. VFF9E #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3154319\n" "help.text" msgid "Values" msgstr "Värden" #. Bf6za #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id051220170241588881\n" "help.text" msgid "Named constant" msgstr "Namngiven konstant" #. 77fDA #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id051220170241585541\n" "help.text" msgid "Integer value" msgstr "Heltalsvärde" #. oGbBz #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id051220170241585124\n" "help.text" msgid "Definition" msgstr "Definition" #. vymRc #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3147397\n" "help.text" msgid "Display OK button only." msgstr "Visa endast OK-knappen." #. mRRGS #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3145646\n" "help.text" msgid "Display OK and Cancel buttons." msgstr "Visa knapparna OK och Avbryt." #. dTHCd #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3149410\n" "help.text" msgid "Display Abort, Retry, and Ignore buttons." msgstr "Visa knapparna Avbryt, Upprepa och Ignorera." #. ACrFj #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3151075\n" "help.text" msgid "Display Yes, No, and Cancel buttons." msgstr "Visa knapparna Ja, Nej och Avbryt." #. GtCAu #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3153878\n" "help.text" msgid "Display Yes and No buttons." msgstr "Visa knapparna Ja och Nej." #. UREcH #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3155601\n" "help.text" msgid "Display Retry and Cancel buttons." msgstr "Visa knapparna Upprepa och Avbryt." #. Fd4PG #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3150716\n" "help.text" msgid "Add the Stop icon to the dialog." msgstr "Lägg till Stoppikonen i dialogrutan." #. yfaDF #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3153837\n" "help.text" msgid "Add the Question icon to the dialog." msgstr "Lägg till Frågeikonen i dialogrutan." #. ANc5p #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3150751\n" "help.text" msgid "Add the Exclamation Point icon to the dialog." msgstr "Lägg till ikonen Utropstecken i dialogrutan." #. AtuHu #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3146915\n" "help.text" msgid "Add the Information icon to the dialog." msgstr "Lägg till Informationsikonen i dialogrutan." #. gDmyx #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3145640\n" "help.text" msgid "First button in the dialog as default button." msgstr "Första knappen i dialogrutan som standardknapp." #. JHgX7 #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3153765\n" "help.text" msgid "Second button in the dialog as default button." msgstr "Andra knappen i dialogrutan som standardknapp." #. trCb5 #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3153715\n" "help.text" msgid "Third button in the dialog as default button." msgstr "Tredje knappen i dialogrutan som standardknapp." #. 5Bqjm #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3159267\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. iFbrx #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id051220170330379805\n" "help.text" msgid "Named constant" msgstr "Namngiven konstant" #. EsT4B #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id051220170330387072\n" "help.text" msgid "Integer value" msgstr "Heltalsvärde" #. uNtKZ #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id051220170330387973\n" "help.text" msgid "Definition" msgstr "Definition" #. T68Qv #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3145230\n" "help.text" msgid "OK" msgstr "OK" #. muaGZ #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3149567\n" "help.text" msgid "Cancel" msgstr "Avbryt" #. G6oEC #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id4056825\n" "help.text" msgid "Abort" msgstr "Avbryt" #. oz9np #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3155335\n" "help.text" msgid "Retry" msgstr "Försök igen" #. 8naMq #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3146918\n" "help.text" msgid "Ignore" msgstr "Ignorera" #. 4Gup2 #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3155961\n" "help.text" msgid "Yes" msgstr "Ja" #. LmiSj #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3148488\n" "help.text" msgid "No" msgstr "Nej" #. TCdv9 #: 03010102.xhp msgctxt "" "03010102.xhp\n" "hd_id3150090\n" "help.text" msgid "Example:" msgstr "Exempel:" #. MLAG9 #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3151278\n" "help.text" msgid "sVar = MsgBox(\"Las Vegas\")" msgstr "sVar = MsgBox(\"Las Vegas\")" #. z8NvW #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3149034\n" "help.text" msgid "sVar = MsgBox(\"Las Vegas\",1)" msgstr "sVar = MsgBox(\"Las Vegas\",1)" #. aZFFV #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id3166424\n" "help.text" msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")" msgstr "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")" #. mos4Z #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id051220170242005479\n" "help.text" msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")" msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialogtitel\")" #. xrb4U #: 03010103.xhp msgctxt "" "03010103.xhp\n" "tit\n" "help.text" msgid "Print Statement" msgstr "" #. addUg #: 03010103.xhp msgctxt "" "03010103.xhp\n" "bm_id3147230\n" "help.text" msgid "Print statement Print statement; Tab function Print statement; Spc function Spc function; in Print statement Tab function; in Print statement" msgstr "" #. 5DJDW #: 03010103.xhp msgctxt "" "03010103.xhp\n" "hd_id3147230\n" "help.text" msgid "Print Statement" msgstr "" #. AGxsw #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3156281\n" "help.text" msgid "Outputs the specified strings or numeric expressions to a dialog or to a file." msgstr "De angivna strängarna eller numeriska uttrycken visas i en dialogruta eller sparas i en fil." #. AhB82 #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id841588605629842\n" "help.text" msgid "Print syntax" msgstr "" #. A6QEE #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3153188\n" "help.text" msgid "Print [#filenum,] expression1[{;|,} [Spc(number As Integer);] [Tab(pos As Integer);] [expression2[...]]" msgstr "" #. NWBqr #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id2508621\n" "help.text" msgid "filenum: Any numeric expression that contains the file number that was set by the Open statement for the respective file." msgstr "" #. Zoa2X #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3163712\n" "help.text" msgid "expression: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted." msgstr "" #. HB3kc #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3153092\n" "help.text" msgid "number: Number of spaces to be inserted by the Spc function." msgstr "" #. QDwLF #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3145364\n" "help.text" msgid "pos: Spaces are inserted until the specified position." msgstr "" #. GiAKc #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3154319\n" "help.text" msgid "If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once." msgstr "Om ett semikolon eller kommatecken förekommer efter det sista uttrycket som ska skrivas ut lagrar $[officename] Basic texten i en intern buffert och fortsätter programkörningen utan att skriva ut. När en annan Print-sats utan ett semikolon eller kommatecken i slutet påträffas skrivs all text som ska skrivas ut samtidigt." #. GmqpS #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3145272\n" "help.text" msgid "Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation." msgstr "Positiva numeriska uttryck skrivs ut med ett inledande blanksteg. Negativa uttryck skrivs ut med ett inledande minustecken. Om flyttalsvärdena överstiger ett visst intervall skrivs respektive numeriskt uttryck ut i en exponentialnotation." #. yiP5A #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3154011\n" "help.text" msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line." msgstr "Om uttrycket som ska skrivas ut överstiger en viss längd radbryts visningen automatiskt." #. PV3cE #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3146969\n" "help.text" msgid "You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the Spc function to insert a specified number of spaces." msgstr "" #. knWZh #: 03010200.xhp msgctxt "" "03010200.xhp\n" "tit\n" "help.text" msgid "Functions for Screen Input" msgstr "Funktioner för inmatning på skärmen" #. C7uXG #: 03010200.xhp msgctxt "" "03010200.xhp\n" "hd_id3149456\n" "help.text" msgid "Functions for Screen Input" msgstr "Funktioner för inmatning på skärmen" #. sC5Ui #: 03010200.xhp msgctxt "" "03010200.xhp\n" "par_id3150398\n" "help.text" msgid "This section describes Runtime functions used to control screen input." msgstr "I det här avsnittet beskrivs de runtime-funktioner som används för inmatning på skärmen." #. BkCSe #: 03010201.xhp msgctxt "" "03010201.xhp\n" "tit\n" "help.text" msgid "InputBox Function" msgstr "InputBox-funktion" #. g86PT #: 03010201.xhp msgctxt "" "03010201.xhp\n" "bm_id3148932\n" "help.text" msgid "InputBox function" msgstr "InputBox, funktion " #. dAWUv #: 03010201.xhp msgctxt "" "03010201.xhp\n" "hd_id3148932\n" "help.text" msgid "InputBox Function" msgstr "InputBox Function" #. S674v #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3151262\n" "help.text" msgid "Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable." msgstr "Visar en textruta i en dialogruta som användaren kan mata in text i. En variabel tilldelas det inmatade värdet." #. 4BWtp #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3151100\n" "help.text" msgid "The InputBox statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, InputBox returns a zero-length string (\"\")." msgstr "Ett InputBox-uttryck är ett enkelt sätt att hämta text från användaren. Användaren bekräftar inmatningen genom att klicka på OK eller genom att trycka på Retur. Inmatningen returneras som ett funktionsvärde. Om användaren stänger dialogrutan med Avbryt, returnerar InputBox en tom sträng (\"\")." #. a8Gwy #: 03010201.xhp msgctxt "" "03010201.xhp\n" "hd_id3152347\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. iDCpG #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3159201\n" "help.text" msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])" msgstr "InputBox (Meddelande As String[, Rubrik As String[, Standard As String[, x_pos As Integer, y_pos As Integer]]]])" #. MCGaD #: 03010201.xhp msgctxt "" "03010201.xhp\n" "hd_id3150713\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. Mh8Z6 #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3145090\n" "help.text" msgid "String" msgstr "String" #. ahAy9 #: 03010201.xhp msgctxt "" "03010201.xhp\n" "hd_id3149346\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. nGChE #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3153311\n" "help.text" msgid "Msg: String expression displayed as the message in the dialog box." msgstr "Meddelande: Ett stränguttryck som ska visas i dialogrutan." #. 66zGG #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3145315\n" "help.text" msgid "Title: String expression displayed in the title bar of the dialog box." msgstr "Rubrik: Stränguttryck som visas i dialogrutans titellist." #. b7vFT #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3154307\n" "help.text" msgid "Default: String expression displayed in the text box as default if no other input is given." msgstr "Standard: Stränguttryck som visas i textrutan och som används om användaren inte skriver in någon text." #. FXvGM #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3147573\n" "help.text" msgid "x_pos: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application." msgstr "x_pos: Heltal som anger dialogrutans vågräta position. Positionen är en absolut koordinat och hänvisar inte till Office-programmets fönster." #. Y8wnD #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3156024\n" "help.text" msgid "y_pos: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application." msgstr "y_pos: Heltal som anger dialogrutans lodräta position. Positionen är en absolut koordinat och hänvisar inte till Office-programmets fönster." #. gy7PB #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3153897\n" "help.text" msgid "If x_pos and y_pos are omitted, the dialog is centered on the screen. The position is specified in twips." msgstr "Om varken x_pos eller y_pos anges visas dialogrutan på mitten av skärmen. Positionen anges i måttenheten twips." #. AMAJW #: 03010201.xhp msgctxt "" "03010201.xhp\n" "hd_id3149456\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ebNwP #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3154367\n" "help.text" msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")" msgstr "sText = InputBox(\"Skriv in en kort mening:\", \"Till användaren\")" #. jh8wZ #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3151042\n" "help.text" msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")" msgstr "MsgBox ( sText , 64, \"Bekräfta fras\")" #. jZhUQ #: 03010300.xhp msgctxt "" "03010300.xhp\n" "tit\n" "help.text" msgid "Color Functions" msgstr "Färgfunktioner" #. 5EtGk #: 03010300.xhp msgctxt "" "03010300.xhp\n" "hd_id3157896\n" "help.text" msgid "Color Functions" msgstr "Färgfunktioner" #. RNMp9 #: 03010300.xhp msgctxt "" "03010300.xhp\n" "par_id3155555\n" "help.text" msgid "This section describes Runtime functions used to define colors." msgstr "I detta avsnitt beskrivs alla funktioner som används för att definiera färger." #. YGcDt #: 03010301.xhp msgctxt "" "03010301.xhp\n" "tit\n" "help.text" msgid "Blue Function" msgstr "Blå funktion" #. FZqA7 #: 03010301.xhp msgctxt "" "03010301.xhp\n" "bm_id3149180\n" "help.text" msgid "Blue function" msgstr "Blue, funktion" #. 8uoQH #: 03010301.xhp msgctxt "" "03010301.xhp\n" "hd_id3149180\n" "help.text" msgid "Blue Function" msgstr "Blå funktion" #. G3QmN #: 03010301.xhp msgctxt "" "03010301.xhp\n" "par_id3156343\n" "help.text" msgid "Returns the blue component of the specified composite color code." msgstr "" #. VLvxx #: 03010301.xhp msgctxt "" "03010301.xhp\n" "hd_id3149670\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. qNGaq #: 03010301.xhp msgctxt "" "03010301.xhp\n" "par_id3149457\n" "help.text" msgid "Blue (Color As Long)" msgstr "Blue (Färg As Long)" #. 6NsAv #: 03010301.xhp msgctxt "" "03010301.xhp\n" "hd_id3149656\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. vGp8m #: 03010301.xhp msgctxt "" "03010301.xhp\n" "par_id3154365\n" "help.text" msgid "Integer" msgstr "Integer" #. GiJXy #: 03010301.xhp msgctxt "" "03010301.xhp\n" "hd_id3156423\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. JY6Z8 #: 03010301.xhp msgctxt "" "03010301.xhp\n" "par_id3150448\n" "help.text" msgid "Color value: Long integer expression that specifies any composite color code for which to return the blue component." msgstr "" #. roGL5 #: 03010301.xhp msgctxt "" "03010301.xhp\n" "hd_id3153091\n" "help.text" msgid "Example:" msgstr "Exempel:" #. a3s7N #: 03010301.xhp msgctxt "" "03010301.xhp\n" "par_id3154012\n" "help.text" msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_" msgstr "MsgBox \"Färgen \" & lVar & \" består av:\" & Chr(13) &_" #. GaNFh #: 03010301.xhp msgctxt "" "03010301.xhp\n" "par_id3148645\n" "help.text" msgid "\"red= \" & Red(lVar) & Chr(13)&_" msgstr "\"röd = \" & Red(lVar) & Chr(13)&_" #. YC546 #: 03010301.xhp msgctxt "" "03010301.xhp\n" "par_id3159155\n" "help.text" msgid "\"green= \" & Green(lVar) & Chr(13)&_" msgstr "\"grön= \" & Green(lVar) & Chr(13)&_" #. DLwMd #: 03010301.xhp msgctxt "" "03010301.xhp\n" "par_id3147319\n" "help.text" msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\"" msgstr "\"blå= \" & Blue(lVar) & Chr(13) , 64,\"färger\"" #. uoYLF #: 03010302.xhp msgctxt "" "03010302.xhp\n" "tit\n" "help.text" msgid "Green Function" msgstr "Grön funktion" #. ZHLhG #: 03010302.xhp msgctxt "" "03010302.xhp\n" "bm_id3148947\n" "help.text" msgid "Green function" msgstr "Green, funktion " #. 9no7Z #: 03010302.xhp msgctxt "" "03010302.xhp\n" "hd_id3148947\n" "help.text" msgid "Green Function" msgstr "Grön funktion" #. bmBSR #: 03010302.xhp msgctxt "" "03010302.xhp\n" "par_id3153361\n" "help.text" msgid "Returns the Green component of the given composite color code." msgstr "" #. qAgBp #: 03010302.xhp msgctxt "" "03010302.xhp\n" "hd_id3154140\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. yGCYn #: 03010302.xhp msgctxt "" "03010302.xhp\n" "par_id3153969\n" "help.text" msgid "Green (Color As Long)" msgstr "Green (Färg As Long)" #. q3DPS #: 03010302.xhp msgctxt "" "03010302.xhp\n" "hd_id3154124\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. wbFdA #: 03010302.xhp msgctxt "" "03010302.xhp\n" "par_id3153194\n" "help.text" msgid "Integer" msgstr "Integer" #. rGUxM #: 03010302.xhp msgctxt "" "03010302.xhp\n" "hd_id3154909\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. YKcLU #: 03010302.xhp msgctxt "" "03010302.xhp\n" "par_id3153770\n" "help.text" msgid "Color: Long integer expression that specifies a composite color code for which to return the Green component." msgstr "" #. DBLfM #: 03010302.xhp msgctxt "" "03010302.xhp\n" "hd_id3149664\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 6vcEb #: 03010302.xhp msgctxt "" "03010302.xhp\n" "par_id3151117\n" "help.text" msgid "MsgBox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_" msgstr "MsgBox \"Färgen \" & lVar & \" består av följande komponenter:\" & Chr(13) &_" #. D22cZ #: 03010302.xhp msgctxt "" "03010302.xhp\n" "par_id3153951\n" "help.text" msgid "\"red = \" & red(lVar) & Chr(13)&_" msgstr "\"röd = \" & red(lVar) & Chr(13)&_" #. fCgYj #: 03010302.xhp msgctxt "" "03010302.xhp\n" "par_id3152462\n" "help.text" msgid "\"green = \" & green(lVar) & Chr(13)&_" msgstr "\"grön= \" & green(lVar) & Chr(13)&_" #. h2ujx #: 03010302.xhp msgctxt "" "03010302.xhp\n" "par_id3154730\n" "help.text" msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\"" msgstr "\"blått= \" & blue(lVar) & Chr(13) , 64,\"färger\"" #. FF5Dc #: 03010303.xhp msgctxt "" "03010303.xhp\n" "tit\n" "help.text" msgid "Red Function" msgstr "Röd funktion" #. BrnuF #: 03010303.xhp msgctxt "" "03010303.xhp\n" "bm_id3148947\n" "help.text" msgid "Red function" msgstr "Red, funktion " #. 3FU4x #: 03010303.xhp msgctxt "" "03010303.xhp\n" "hd_id3148947\n" "help.text" msgid "Red Function" msgstr "Röd funktion" #. UCdBi #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id3149656\n" "help.text" msgid "Returns the Red component of the specified composite color code." msgstr "" #. YSmcx #: 03010303.xhp msgctxt "" "03010303.xhp\n" "hd_id3148799\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 3nHCU #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id3150448\n" "help.text" msgid "Red (ColorNumber As Long)" msgstr "Red (Färg As Long)" #. nbbWR #: 03010303.xhp msgctxt "" "03010303.xhp\n" "hd_id3151042\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. XD3jj #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id3145173\n" "help.text" msgid "Integer" msgstr "Integer" #. HzvQ6 #: 03010303.xhp msgctxt "" "03010303.xhp\n" "hd_id3154685\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. 8TeVm #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id3150440\n" "help.text" msgid "ColorNumber: Long integer expression that specifies any composite color code for which to return the Red component." msgstr "" #. iiUNB #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id961588421825749\n" "help.text" msgid "The color picker dialog details the red, green and blue components of a composite color code, as well as its hexadecimal expression. Changing the color of text and selecting Custom color displays the color picker dialog." msgstr "" #. DsCGZ #: 03010303.xhp msgctxt "" "03010303.xhp\n" "hd_id3148575\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 4txDN #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id3147435\n" "help.text" msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_" msgstr "MsgBox \"Färgen \" & lVar & \" består av:\" & Chr(13) &_" #. PiWsz #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id3155306\n" "help.text" msgid "\"red= \" & red(lVar) & Chr(13)&_" msgstr "\"röd = \" & red(lVar) & Chr(13)&_" #. kFBGP #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id3149262\n" "help.text" msgid "\"green= \" & green(lVar) & Chr(13)&_" msgstr "\"grön= \" & green(lVar) & Chr(13)&_" #. DACGk #: 03010303.xhp msgctxt "" "03010303.xhp\n" "par_id3147397\n" "help.text" msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\"" msgstr "\"blått= \" & blue(lVar) & Chr(13) , 64,\"färger\"" #. BBPAD #: 03010304.xhp msgctxt "" "03010304.xhp\n" "tit\n" "help.text" msgid "QBColor Function" msgstr "QB-färg funktion" #. BDpnm #: 03010304.xhp msgctxt "" "03010304.xhp\n" "bm_id201546205404067\n" "help.text" msgid "QBColor function" msgstr "" #. aBL98 #: 03010304.xhp msgctxt "" "03010304.xhp\n" "hd_id3149670\n" "help.text" msgid "QBColor Function" msgstr "QB-färg funktion" #. yVSAA #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3150359\n" "help.text" msgid "Returns the RGB color code of the color passed as a color value through an older MS-DOS based programming system." msgstr "Returnerar den RGB-färgkod som motsvarar en färgkod i äldre MS-DOS-baserade programmeringssystem." #. sAgxm #: 03010304.xhp msgctxt "" "03010304.xhp\n" "hd_id3154140\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. scoHN #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3151042\n" "help.text" msgid "QBColor (ColorNumber As Integer)" msgstr "QBColor (Färg As Integer)" #. 32yR4 #: 03010304.xhp msgctxt "" "03010304.xhp\n" "hd_id3145172\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. MNPy2 #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3154685\n" "help.text" msgid "Long" msgstr "Long" #. Z9k2a #: 03010304.xhp msgctxt "" "03010304.xhp\n" "hd_id3156560\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. pTA5y #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3161832\n" "help.text" msgid "ColorNumber: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system." msgstr "ColorNumber: Ett heltalsuttryck som anger färgvärdet för den färg som används i ett MS-DOS-baserat programmeringssystem." #. Xo2Ue #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3147318\n" "help.text" msgid "ColorNumber can be assigned the following values:" msgstr "Färg har följande möjliga värden:" #. MkEFG #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3152576\n" "help.text" msgid "0 : Black" msgstr "0 : Svart" #. x6PHr #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3146975\n" "help.text" msgid "1 : Blue" msgstr "1 : Blått" #. 6h7uw #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3151116\n" "help.text" msgid "2 : Green" msgstr "2 : Grönt" #. mKb2p #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3155412\n" "help.text" msgid "3 : Cyan" msgstr "3 : Cyan" #. pSzse #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3155306\n" "help.text" msgid "4 : Red" msgstr "4 : Rött" #. wBUxx #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3153364\n" "help.text" msgid "5 : Magenta" msgstr "5 : Magenta" #. AaCtB #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3146119\n" "help.text" msgid "6 : Yellow" msgstr "6 : Gult" #. zAqFC #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3154730\n" "help.text" msgid "7 : White" msgstr "7 : Vitt" #. jynzJ #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3153877\n" "help.text" msgid "8 : Gray" msgstr "8 : Grått" #. 75PqY #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3147124\n" "help.text" msgid "9 : Light Blue" msgstr "9 : Ljusblått" #. Y86tG #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3145646\n" "help.text" msgid "10 : Light Green" msgstr "10 : Ljusgrönt" #. x3vBp #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3149958\n" "help.text" msgid "11 : Light Cyan" msgstr "11 : Ljus cyan" #. JC3BK #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3154943\n" "help.text" msgid "12 : Light Red" msgstr "12 : Ljusrött" #. nFEsk #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3150715\n" "help.text" msgid "13 : Light Magenta" msgstr "13 : Ljus magenta" #. 4i3C6 #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3146970\n" "help.text" msgid "14 : Light Yellow" msgstr "14 : Ljusgult" #. pATFo #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3150750\n" "help.text" msgid "15 : Bright White" msgstr "15 : Ljust vit" #. juTQ3 #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3146914\n" "help.text" msgid "This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE." msgstr "Funktionen används för att konvertera tidigare versioner av BASIC-program i MS-DOS-miljö som använder ovanstående färgkoder. Funktionen returnerar ett heltalsvärde av typen Long som motsvarar färgen i $[officename] IDE." #. a9cbE #: 03010304.xhp msgctxt "" "03010304.xhp\n" "hd_id3148406\n" "help.text" msgid "Example:" msgstr "Exempel:" #. GPDgr #: 03010304.xhp msgctxt "" "03010304.xhp\n" "par_id3149566\n" "help.text" msgid "MsgBox stext,0,\"Color \" & iColor" msgstr "MsgBox stext,0,\"Färg \" & iColor" #. yjXi7 #: 03010305.xhp msgctxt "" "03010305.xhp\n" "tit\n" "help.text" msgid "RGB Function" msgstr "RGB-funktion" #. qMADe #: 03010305.xhp msgctxt "" "03010305.xhp\n" "bm_id851576768070903\n" "help.text" msgid "RGB function" msgstr "" #. LaGGq #: 03010305.xhp msgctxt "" "03010305.xhp\n" "hd_id3150792\n" "help.text" msgid "RGB Function" msgstr "RGB-funktion" #. iRBsy #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3150447\n" "help.text" msgid "Returns a Long integer color value consisting of red, green, and blue components." msgstr "" #. MiCPe #: 03010305.xhp msgctxt "" "03010305.xhp\n" "hd_id3147229\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. rd647 #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3155132\n" "help.text" msgid "RGB (Red, Green, Blue)" msgstr "RGB (Rött, Grönt, Blått)" #. T8jX4 #: 03010305.xhp msgctxt "" "03010305.xhp\n" "hd_id3156442\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. MRb5q #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3159153\n" "help.text" msgid "Long" msgstr "Long" #. FRE8M #: 03010305.xhp msgctxt "" "03010305.xhp\n" "hd_id3154013\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. pP9x5 #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3152597\n" "help.text" msgid "Red: Any integer expression that represents the red component (0-255) of the composite color." msgstr "Rött: Heltalsuttryck som anger den röda komponenten (0-255) i färgen." #. pbFvi #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3146974\n" "help.text" msgid "Green: Any integer expression that represents the green component (0-255) of the composite color." msgstr "Grönt: Heltalsuttryck som anger den gröna komponenten (0-255) i färgen." #. XG6FB #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3151113\n" "help.text" msgid "Blue: Any integer expression that represents the blue component (0-255) of the composite color." msgstr "Blått: Heltalsuttryck som anger den blå komponenten (0-255) i färgen." #. cFpDD #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id211587653651037\n" "help.text" msgid "The color picker dialog helps computing red, green and blue components of a composite color. Changing the color of text and selecting Custom color displays the color picker dialog." msgstr "" #. Vn6Jr #: 03010305.xhp msgctxt "" "03010305.xhp\n" "hd_id3147435\n" "help.text" msgid "Example:" msgstr "Exempel:" #. GWhFy #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3145647\n" "help.text" msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_" msgstr "MsgBox \"Färgen \" & lVar & \" består av:\" & Chr(13) &_" #. HBJN6 #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3154491\n" "help.text" msgid "\"red= \" & red(lVar) & Chr(13)&_" msgstr "\"röd = \" & red(lVar) & Chr(13)&_" #. TP44b #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3149401\n" "help.text" msgid "\"green= \" & green(lVar) & Chr(13)&_" msgstr "\"grön= \" & green(lVar) & Chr(13)&_" #. 9oLnG #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3150716\n" "help.text" msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\"" msgstr "\"blått= \" & blue(lVar) & Chr(13) , 64,\"färger\"" #. kpKGV #: 03020000.xhp msgctxt "" "03020000.xhp\n" "tit\n" "help.text" msgid "File I/O Functions" msgstr "In- och utmatningsfunktioner för filer" #. xQYzw #: 03020000.xhp msgctxt "" "03020000.xhp\n" "hd_id3156344\n" "help.text" msgid "File I/O Functions" msgstr "In- och utmatningsfunktioner för filer" #. WhBg4 #: 03020000.xhp msgctxt "" "03020000.xhp\n" "par_id3153360\n" "help.text" msgid "Use File I/O functions to create and manage user-defined (data) files." msgstr "Funktionerna i den här kategorin används för att skapa och hantera datafiler." #. FtKxL #: 03020000.xhp msgctxt "" "03020000.xhp\n" "par_id3150398\n" "help.text" msgid "You can use these functions to support the creation of \"relative\" files, so that you can save and reload certain records by specifying their record number. File I/O functions can also help you manage your files by providing you with information such as file size, current path settings, or the creation date of a file or a directory." msgstr "Du kan använda funktionerna för att skapa \"relativa\" filer, som sedan kan användas för att spara och ladda data genom att ange ett postnummer. Filfunktioner kan också användas för att hämta information om filer, t.ex. filstorlek, sökvägsinställningar eller tid och datum för en fil eller katalog." #. CEWGw #: 03020100.xhp msgctxt "" "03020100.xhp\n" "tit\n" "help.text" msgid "Opening and Closing Files" msgstr "Öppna och stänga filer" #. 8dG9o #: 03020100.xhp msgctxt "" "03020100.xhp\n" "hd_id3152924\n" "help.text" msgid "Opening and Closing Files" msgstr "Öppna och stänga filer" #. BHU9A #: 03020101.xhp msgctxt "" "03020101.xhp\n" "tit\n" "help.text" msgid "Close Statement" msgstr "Stäng uttryck" #. wjpGE #: 03020101.xhp msgctxt "" "03020101.xhp\n" "bm_id3157896\n" "help.text" msgid "Close statement" msgstr "Close, uttryck" #. GPAtd #: 03020101.xhp msgctxt "" "03020101.xhp\n" "hd_id3157896\n" "help.text" msgid "Close Statement" msgstr "" #. UxFz9 #: 03020101.xhp msgctxt "" "03020101.xhp\n" "par_id3147573\n" "help.text" msgid "Closes a specified file that was opened with the Open statement." msgstr "Stänger en angiven fil som är öppnad med en Open-sats." #. KDbMZ #: 03020101.xhp msgctxt "" "03020101.xhp\n" "par_id971587473488701\n" "help.text" msgid "Close Statement diagram" msgstr "" #. FEDAa #: 03020101.xhp msgctxt "" "03020101.xhp\n" "par_id3147265\n" "help.text" msgid "Close [[#]fileNum [, [#]fileNum2 [,...]]]" msgstr "" #. gdqMu #: 03020101.xhp msgctxt "" "03020101.xhp\n" "par_id3150791\n" "help.text" msgid "fileNum: Any integer expression that specifies the number of the data channel that was opened with the Open statement." msgstr "" #. uP5nk #: 03020102.xhp msgctxt "" "03020102.xhp\n" "tit\n" "help.text" msgid "FreeFile Function" msgstr "FreeFile-funktion" #. 8MJBR #: 03020102.xhp msgctxt "" "03020102.xhp\n" "bm_id3150400\n" "help.text" msgid "FreeFile function" msgstr "FreeFile, funktion " #. dLdym #: 03020102.xhp msgctxt "" "03020102.xhp\n" "hd_id3150400\n" "help.text" msgid "FreeFile Function" msgstr "FreeFile-funktion" #. jM79E #: 03020102.xhp msgctxt "" "03020102.xhp\n" "par_id3154366\n" "help.text" msgid "Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file." msgstr "Returnerar nästa tillgängliga filnummer för att öppna en fil. Använd den här funktionen för att öppna en fil med ett filnummer som inte redan används av en öppen fil." #. HFJna #: 03020102.xhp msgctxt "" "03020102.xhp\n" "hd_id3150769\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. gj7tZ #: 03020102.xhp msgctxt "" "03020102.xhp\n" "hd_id3151042\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. RqGSZ #: 03020102.xhp msgctxt "" "03020102.xhp\n" "par_id3150440\n" "help.text" msgid "Integer" msgstr "Integer" #. ABNQ8 #: 03020102.xhp msgctxt "" "03020102.xhp\n" "hd_id3148576\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 3yGe9 #: 03020102.xhp msgctxt "" "03020102.xhp\n" "par_id3155854\n" "help.text" msgid "This function can only be used immediately in front of an Open statement. FreeFile returns the next available file number, but does not reserve it." msgstr "Den här funktionen kan bara användas omedelbart framför en Open-sats. FreeFile returnerar nästa tillgängliga filnummer, men reserverar det inte." #. TeUGS #: 03020102.xhp msgctxt "" "03020102.xhp\n" "hd_id3159153\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 8AuDi #: 03020102.xhp msgctxt "" "03020102.xhp\n" "par_id3155416\n" "help.text" msgid "Print #iNumber, \"First line of text\"" msgstr "Print #iNumber, \"Första textraden\"" #. peaBL #: 03020102.xhp msgctxt "" "03020102.xhp\n" "par_id3153416\n" "help.text" msgid "Print #iNumber, \"Another line of text\"" msgstr "Print #iNumber, \"Ytterligare en textrad\"" #. xWgio #: 03020103.xhp msgctxt "" "03020103.xhp\n" "tit\n" "help.text" msgid "Open Statement" msgstr "Öppna uttryck" #. 4hhgg #: 03020103.xhp msgctxt "" "03020103.xhp\n" "bm_id3150791\n" "help.text" msgid "Open statement" msgstr "Open, uttryck " #. CRFKQ #: 03020103.xhp msgctxt "" "03020103.xhp\n" "hd_id3150791\n" "help.text" msgid "Open Statement" msgstr "" #. Etqck #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3150769\n" "help.text" msgid "Opens a data channel." msgstr "Öppnar en datakanal." #. x26NA #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id971587473488701\n" "help.text" msgid "Open Statement diagram" msgstr "" #. CRDEh #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id971587473488702\n" "help.text" msgid "access fragment diagram" msgstr "" #. N3tit #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id971587473488703\n" "help.text" msgid "locking fragment diagram" msgstr "" #. dbM7e #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3155132\n" "help.text" msgid "pathname: Path and name of the file to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created." msgstr "" #. XqfP8 #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3149262\n" "help.text" msgid "mode: Keyword that specifies the file mode. Valid values: Append (append to sequential file), Binary (data can be accessed by bytes using Get and Put), Input (opens data channel for reading), Output (opens data channel for writing), and Random (edits relative files)." msgstr "" #. 3983q #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3154014\n" "help.text" msgid "io: Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)." msgstr "" #. kzzkr #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3150011\n" "help.text" msgid "locking: Keyword that defines the security status of a file after opening. Valid values: Shared (file may be opened by other applications), Lock Read (file is protected against reading), Lock Write (file is protected against writing), Lock Read Write (denies file access)." msgstr "" #. D2D4q #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3153190\n" "help.text" msgid "filenum: Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement." msgstr "" #. LgCLi #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3151115\n" "help.text" msgid "recLen: For Random access files, set the length of the records." msgstr "" #. mvgxB #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3153418\n" "help.text" msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears." msgstr "Du kan bara ändra innehållet i en fil som är öppnad med en Open-sats. Om du försöker öppna en fil som redan är öppen visas ett felmeddelande." #. xPMgs #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3154705\n" "help.text" msgid "Print #iNumber, \"This is a line of text\"" msgstr "Print #iNumber, \"Det här är en textrad\"" #. bCNmJ #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3146916\n" "help.text" msgid "Print #iNumber, \"This is another line of text\"" msgstr "Print #iNumber, \"Det här är ytterligare en textrad\"" #. WaBAH #: 03020104.xhp msgctxt "" "03020104.xhp\n" "tit\n" "help.text" msgid "Reset Statement" msgstr "Återställ uttryck" #. CGdx5 #: 03020104.xhp msgctxt "" "03020104.xhp\n" "bm_id3154141\n" "help.text" msgid "Reset statement" msgstr "Reset, uttryck " #. drRvG #: 03020104.xhp msgctxt "" "03020104.xhp\n" "hd_id3154141\n" "help.text" msgid "Reset Statement" msgstr "Återställ uttryck" #. iLCKn #: 03020104.xhp msgctxt "" "03020104.xhp\n" "par_id3156423\n" "help.text" msgid "Closes all open files and writes the contents of all file buffers to the harddisk." msgstr "Stänger alla öppna filer och skriver innehållet i alla filbuffertar till hårddisken." #. nTNj2 #: 03020104.xhp msgctxt "" "03020104.xhp\n" "hd_id3154124\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. TufHR #: 03020104.xhp msgctxt "" "03020104.xhp\n" "hd_id3161831\n" "help.text" msgid "Example:" msgstr "Exempel:" #. BXAjN #: 03020104.xhp msgctxt "" "03020104.xhp\n" "par_id3148455\n" "help.text" msgid "Print #iNumber, \"This is a new line of text\"" msgstr "Print #iNumber, \"Detta är en ny textrad\"" #. bHFtE #: 03020104.xhp msgctxt "" "03020104.xhp\n" "par_id3163805\n" "help.text" msgid "MsgBox \"All files will be closed\",0,\"Error\"" msgstr "MsgBox \"Alla filer stängs\",0,\"Fel\"" #. PwUYq #: 03020200.xhp msgctxt "" "03020200.xhp\n" "tit\n" "help.text" msgid "File Input/Output Functions" msgstr "Indata-/utdatafunktioner" #. uBJKi #: 03020200.xhp msgctxt "" "03020200.xhp\n" "hd_id3150791\n" "help.text" msgid "File Input/Output Functions" msgstr "Indata-/utdatafunktioner" #. HZt2r #: 03020201.xhp msgctxt "" "03020201.xhp\n" "tit\n" "help.text" msgid "Get Statement" msgstr "Hämta uttryck" #. EN5i8 #: 03020201.xhp msgctxt "" "03020201.xhp\n" "bm_id3154927\n" "help.text" msgid "Get statement" msgstr "Get, uttryck " #. BpFbE #: 03020201.xhp msgctxt "" "03020201.xhp\n" "hd_id3154927\n" "help.text" msgid "Get Statement" msgstr "" #. cpLtG #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3145069\n" "help.text" msgid "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable." msgstr "Läser en post från en relativ fil, eller en bytesekvens från en binär fil, till en variabel." #. yCDgR #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3154346\n" "help.text" msgid "See also: PUT Statement" msgstr "Se även: PUT-uttryck" #. UqKMH #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id971587473488701\n" "help.text" msgid "Get Statement diagram" msgstr "" #. xBhKA #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3150792\n" "help.text" msgid "Get [#]fileNum, [recordNum|filePos], variable" msgstr "" #. UM9CG #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3150448\n" "help.text" msgid "fileNum: Any integer expression that determines the file number." msgstr "" #. khxG7 #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3154684\n" "help.text" msgid "recordNum: For files opened in Random mode, recordNum is the number of the record that you want to read." msgstr "" #. 3w9MJ #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3153768\n" "help.text" msgid "For files opened in Binary mode, filePos is the byte position in the file where the reading starts." msgstr "" #. NvcjF #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3147319\n" "help.text" msgid "If recordNum and filePos are omitted, the current position or the current data record of the file is used." msgstr "" #. GZcaW #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3149484\n" "help.text" msgid "variable: Name of the variable to be read. With the exception of object variables, you can use any variable type." msgstr "" #. PQRf6 #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3155307\n" "help.text" msgid "Dim sText As Variant ' Must be a variant" msgstr "Dim sText As Variant ' Måste vara av typen variant" #. 9RFK8 #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3149411\n" "help.text" msgid "Seek #iNumber,1 ' Position at beginning" msgstr "Seek #iNumber,1 ' Placera i början" #. 6FAjB #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3153158\n" "help.text" msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text" msgstr "Put #iNumber,, \"Det här är den första textraden\" ' Fyll raden med text" #. cZnTr #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3148457\n" "help.text" msgid "Put #iNumber,, \"This is the second line of text\"" msgstr "Put #iNumber, \"Det här är den andra textraden\"" #. 92AxM #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3150715\n" "help.text" msgid "Put #iNumber,, \"This is the third line of text\"" msgstr "Put #iNumber, \"Det här är den tredje textraden\"" #. rd7wm #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3155938\n" "help.text" msgid "Put #iNumber,,\"This is a new text\"" msgstr "Put #iNumber,,\"Det här är en ny text\"" #. c2nDv #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3146916\n" "help.text" msgid "Put #iNumber,20,\"This is the text in record 20\"" msgstr "Put #iNumber,20,\"Det här är texten i post nummer 20\"" #. FrzSY #: 03020202.xhp msgctxt "" "03020202.xhp\n" "tit\n" "help.text" msgid "Input# Statement" msgstr "Inmatnings# Uttryck" #. Gs6Kz #: 03020202.xhp msgctxt "" "03020202.xhp\n" "bm_id3154908\n" "help.text" msgid "Input statement" msgstr "Input, uttryck " #. FFYCL #: 03020202.xhp msgctxt "" "03020202.xhp\n" "hd_id3154908\n" "help.text" msgid "Input# Statement" msgstr "Inmatnings# Uttryck" #. iWhqX #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3156424\n" "help.text" msgid "Reads data from an open sequential file." msgstr "Läser data från en öppen sekventiell fil." #. 7DMCx #: 03020202.xhp msgctxt "" "03020202.xhp\n" "hd_id3125863\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. eEsn3 #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3150440\n" "help.text" msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]" msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]" #. 4bQRN #: 03020202.xhp msgctxt "" "03020202.xhp\n" "hd_id3146121\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. emXUX #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3145749\n" "help.text" msgid "FileNumber: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT." msgstr "FileNumber: Numret på den fil som innehåller de data som du vill läsa. Filen måste öppnas med en Open-sats som använder nyckelordet INPUT." #. 75Dav #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3150011\n" "help.text" msgid "var: A numeric or string variable that you assign the values read from the opened file to." msgstr "var: En numerisk variabel eller strängvariabel som du tilldelar de värden som avläses i den öppnade filen." #. 23Pzt #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3159153\n" "help.text" msgid "The Input# statement reads numeric values or strings from an open file and assigns the data to one or more variables. A numeric variable is read up to the first carriage return (Asc=13), line feed (Asc=10), space, or comma. String variables are read to up to the first carriage return (Asc=13), line feed (Asc=10), or comma." msgstr "En Input#-sats läser numeriska värden eller strängar från en öppen fil och tilldelar data till en eller flera variabler. En numerisk variabel läses upp till den första vagnreturen (Asc=13), radmatningen (Asc=10), blanksteget eller kommatecknet. Strängvariabler läses upp till den första vagnreturen (Asc=13), radmatningen (Asc=10) eller kommatecknet." #. DfDXQ #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3146984\n" "help.text" msgid "Data and data types in the opened file must appear in the same order as the variables that are passed in the \"var\" parameter. If you assign non-numeric values to a numeric variable, \"var\" is assigned a value of \"0\"." msgstr "Data och datatyper i den öppnade filen måste visas i samma ordning som de variabler som överförs i parametern \"var\". Om du tilldelar icke-numeriska värden till en numerisk variabel, så tilldelas \"var\" värdet \"0\"." #. Ze3QA #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3156442\n" "help.text" msgid "Records that are separated by commas cannot be assigned to a string variable. Quotation marks (\") in the file are disregarded as well. If you want to read these characters from the file, use the Line Input# statement to read pure text files (files containing only printable characters) line by line." msgstr "Poster som separeras med kommatecken (,) kan inte tilldelas en strängvariabel. Citationstecken (\") i filen ignoreras också. Om du vill läsa de här tecknen från filen kan du använda Line Input#-satsen för att läsa rena textfiler (filer som bara innehåller utskrivbara tecken) rad för rad." #. ddJmv #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3147349\n" "help.text" msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted." msgstr "Om slutet av filen nås vid läsning av ett dataelement uppstår ett fel och processen avbryts." #. 3xUNX #: 03020202.xhp msgctxt "" "03020202.xhp\n" "hd_id3152578\n" "help.text" msgid "Example:" msgstr "Exempel:" #. xqNBb #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id4144765\n" "help.text" msgid "' Write data ( which we will read later with Input ) to file" msgstr "' Skriv data till filen (som vi senare kommer att läsa in via Input)" #. xiyEb #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id4144766\n" "help.text" msgid "' Read data file using Input" msgstr "' Läs datafil med hjälp av Input" #. JiWcR #: 03020203.xhp msgctxt "" "03020203.xhp\n" "tit\n" "help.text" msgid "Line Input # Statement" msgstr "Radinmatnings # Uttryck" #. CCEuD #: 03020203.xhp msgctxt "" "03020203.xhp\n" "bm_id3153361\n" "help.text" msgid "Line Input statement" msgstr "Linjeingångsuttryck" #. rG2am #: 03020203.xhp msgctxt "" "03020203.xhp\n" "hd_id3153361\n" "help.text" msgid "Line Input # Statement" msgstr "Radinmatnings # Uttryck" #. QbTVA #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3156280\n" "help.text" msgid "Reads strings from a sequential file into a variable." msgstr "Läser strängar från en sekventiell fil till en variabel." #. NSBkr #: 03020203.xhp msgctxt "" "03020203.xhp\n" "hd_id3150447\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. jCyHM #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3147229\n" "help.text" msgid "Line Input #FileNumber As Integer, Var As String" msgstr "Line Input #FileNumber As Integer, Var As String" #. h3tyw #: 03020203.xhp msgctxt "" "03020203.xhp\n" "hd_id3145173\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ARTNC #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3161832\n" "help.text" msgid "FileNumber: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT." msgstr "Filnummer: Numret på den fil som innehåller de data som du vill läsa. Filen måste ha öppnats i förväg med en Open-sats som använder nyckelordet INPUT." #. KUGEc #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3151119\n" "help.text" msgid "var: The name of the variable that stores the result." msgstr "var: Namnet på den variabel där resultatet sparas." #. foxtA #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3150010\n" "help.text" msgid "With the Line Input# statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string." msgstr "Med en Line Input#-sats kan du läsa strängar från en öppen fil till en variabel. Strängvariabler läses rad för rad fram till den första vagnreturen (Asc=13) eller radmatningen(Asc=10). Radslutsmarkeringar ingår inte i resultatsträngen." #. NjeFe #: 03020203.xhp msgctxt "" "03020203.xhp\n" "hd_id3163711\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Uxyyc #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3147124\n" "help.text" msgid "Print #iNumber, \"This is a line of text\"" msgstr "Print #iNumber, \"Det här är en textrad\"" #. iFP3f #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3153415\n" "help.text" msgid "Print #iNumber, \"This is another line of text\"" msgstr "Print #iNumber, \"Det här är ytterligare en textrad\"" #. NKDq4 #: 03020204.xhp msgctxt "" "03020204.xhp\n" "tit\n" "help.text" msgid "Put Statement" msgstr "Ställ uttryck" #. psWQE #: 03020204.xhp msgctxt "" "03020204.xhp\n" "bm_id3150360\n" "help.text" msgid "Put statement" msgstr "Put, uttryck" #. qMDia #: 03020204.xhp msgctxt "" "03020204.xhp\n" "hd_id3150360\n" "help.text" msgid "Put Statement" msgstr "" #. e8rUp #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3154909\n" "help.text" msgid "Writes a record to a relative file or a sequence of bytes to a binary file." msgstr "Skriver en post till en relativ fil eller en bytesekvens till en binär fil." #. 7iAkD #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3156281\n" "help.text" msgid "See also: Get statement" msgstr "Se även: Get-uttryck" #. 9HgEG #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id971587473488701\n" "help.text" msgid "Put Statement diagram" msgstr "" #. RBpeh #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3155132\n" "help.text" msgid "Put [#]fileNum, [recordNum|filePos], variable" msgstr "" #. FyRAf #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3146120\n" "help.text" msgid "fileNum: Any integer expression that defines the file that you want to write to." msgstr "" #. hYQKG #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3155411\n" "help.text" msgid "recordNum, filePos: For relative files (random access files), the number of the record that you want to write." msgstr "" #. dUyzK #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3148576\n" "help.text" msgid "For binary files (binary access), the position of the byte in the file where you want to start writing." msgstr "För binära filer (Binary-åtkomst): positionen hos den byte i filen där du vill börja skriva." #. 59xWL #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3153729\n" "help.text" msgid "variable: Name of the variable that you want to write to the file." msgstr "" #. yyf95 #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3146974\n" "help.text" msgid "Note for relative files: If the contents of this variable does not match the length of the record that is specified in the Len clause of the Open statement, the space between the end of the newly written record and the next record is padded with existing data from the file that you are writing to." msgstr "Observera för relativa filer: Om innehållet i den här variabeln inte motsvarar längden på den post som anges i bisatsen Len i Open-satsen, så fylls utrymmet mellan den nyss skrivna posten och nästa post ut med befintliga data från den fil du skriver till." #. RNpLH #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3155855\n" "help.text" msgid "Note for binary files: The contents of the variables are written to the specified position, and the file pointer is inserted directly after the last byte. No space is left between the records." msgstr "Observera för binära filer: Innehåller i variablerna skrivs till den angivna positionen, och filpekaren infogas direkt efter den sista byten. Inget utrymme lämnas mellan posterna." #. BTr9L #: 03020205.xhp msgctxt "" "03020205.xhp\n" "tit\n" "help.text" msgid "Write Statement" msgstr "Skrivuttryck" #. 6t8kA #: 03020205.xhp msgctxt "" "03020205.xhp\n" "bm_id3147229\n" "help.text" msgid "Write statement" msgstr "Write-sats" #. DBBvs #: 03020205.xhp msgctxt "" "03020205.xhp\n" "hd_id3147229\n" "help.text" msgid "Write Statement" msgstr "Write Statement" #. CMSkU #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3154685\n" "help.text" msgid "Writes data to a sequential file." msgstr "Skriver data till en sekventiell fil." #. eoeBE #: 03020205.xhp msgctxt "" "03020205.xhp\n" "hd_id3150449\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. jxyZn #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3145785\n" "help.text" msgid "Write [#FileName], [Expressionlist]" msgstr "Write [#FileName], [Expressionlist]" #. ceFn6 #: 03020205.xhp msgctxt "" "03020205.xhp\n" "hd_id3151116\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. RsZEE #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3153728\n" "help.text" msgid "FileName: Any numeric expression that contains the file number that was set by the Open statement for the respective file." msgstr "Filnamn: Alla numeriska uttryck som innehåller det filnummer som angavs med Open-satsen för respektive fil." #. aCyvx #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3146120\n" "help.text" msgid "Expressionlist: Variables or expressions that you want to enter in a file, separated by commas." msgstr "Expressionlist: Variabler eller uttryck som du vill mata in i en fil, separerade av kommatecken." #. RERPn #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3150010\n" "help.text" msgid "If the expression list is omitted, the Write statement appends an empty line to the file." msgstr "Om uttryckslistan utelämnas lägger Write-satsen till en tom rad i filen." #. hBs5E #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3163713\n" "help.text" msgid "To add an expression list to a new or an existing file, the file must be opened in the Output or Append mode." msgstr "Om du vill lägga till en uttryckslista i en ny eller befintlig fil måste filen öppnas i Output-läge eller Append-läge." #. qooAQ #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3147428\n" "help.text" msgid "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list." msgstr "De strängar som du skriver omges av citationstecken och avgränsas med kommatecken. Du behöver inte föra in dessa avgränsare i listan över uttryck." #. AvKzN #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id1002838\n" "help.text" msgid "Each Write statement outputs a line end symbol as last entry." msgstr "Alla Write-satser ger en symbol för linjeslut som sista inmatning." #. vhtx9 #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id6618854\n" "help.text" msgid "Numbers with decimal delimiters are converted according to the locale settings." msgstr "Tal med decimalavgränsare konverteras enligt de lokala inställningarna." #. Xhb5c #: 03020205.xhp msgctxt "" "03020205.xhp\n" "hd_id3151073\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ejANh #: 03020301.xhp msgctxt "" "03020301.xhp\n" "tit\n" "help.text" msgid "Eof Function" msgstr "Eof-funktion" #. vwUVq #: 03020301.xhp msgctxt "" "03020301.xhp\n" "bm_id3154598\n" "help.text" msgid "Eof function" msgstr "Eof, funktion " #. mqFFB #: 03020301.xhp msgctxt "" "03020301.xhp\n" "hd_id3154598\n" "help.text" msgid "Eof Function" msgstr "Eof-funktion" #. ZBjAi #: 03020301.xhp msgctxt "" "03020301.xhp\n" "par_id3147182\n" "help.text" msgid "Determines if the file pointer has reached the end of a file." msgstr "Bestämmer om filpekaren har nått slutet av en fil." #. iYJKG #: 03020301.xhp msgctxt "" "03020301.xhp\n" "hd_id3149119\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. KmauZ #: 03020301.xhp msgctxt "" "03020301.xhp\n" "par_id3147399\n" "help.text" msgid "Eof (intexpression As Integer)" msgstr "Eof (intexpression As Integer)" #. r5jG4 #: 03020301.xhp msgctxt "" "03020301.xhp\n" "hd_id3153539\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 4WM7u #: 03020301.xhp msgctxt "" "03020301.xhp\n" "par_id3156027\n" "help.text" msgid "Bool" msgstr "Bool" #. EsysA #: 03020301.xhp msgctxt "" "03020301.xhp\n" "hd_id3152924\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. PynGw #: 03020301.xhp msgctxt "" "03020301.xhp\n" "par_id3153990\n" "help.text" msgid "Intexpression: Any integer expression that evaluates to the number of an open file." msgstr "Intexpression: Ett heltalsuttryck som bestämmer den öppna filens nummer." #. tsMDB #: 03020301.xhp msgctxt "" "03020301.xhp\n" "par_id3153527\n" "help.text" msgid "Use EOF to avoid errors when you attempt to get input past the end of a file. When you use the Input or Get statement to read from a file, the file pointer is advanced by the number of bytes read. When the end of a file is reached, EOF returns the value \"True\" (-1)." msgstr "Använd EOF för att undvika fel om du försöker göra inmatningar efter slutet i en fil. När du använder en Input- eller Get-sats för att läsa från en fil så flyttas filpekaren framåt efter antalet lästa byte. Vid filens slut returnerar EOF värdet \"Sant\" (-1)." #. Ma6Va #: 03020301.xhp msgctxt "" "03020301.xhp\n" "hd_id3154046\n" "help.text" msgid "Example:" msgstr "Exempel:" #. De22R #: 03020301.xhp msgctxt "" "03020301.xhp\n" "par_id3153360\n" "help.text" msgid "Print #iNumber, \"First line of text\"" msgstr "Print #iNumber, \"Första textraden\"" #. kBF4t #: 03020301.xhp msgctxt "" "03020301.xhp\n" "par_id3148797\n" "help.text" msgid "Print #iNumber, \"Another line of text\"" msgstr "Print #iNumber, \"Ytterligare en textrad\"" #. jCouD #: 03020302.xhp msgctxt "" "03020302.xhp\n" "tit\n" "help.text" msgid "Loc Function" msgstr "Loc-funktion" #. cERS6 #: 03020302.xhp msgctxt "" "03020302.xhp\n" "bm_id3148663\n" "help.text" msgid "Loc function" msgstr "Loc, funktion" #. Wf8wH #: 03020302.xhp msgctxt "" "03020302.xhp\n" "hd_id3148663\n" "help.text" msgid "Loc Function" msgstr "Loc-funktion" #. xBjCr #: 03020302.xhp msgctxt "" "03020302.xhp\n" "par_id3154138\n" "help.text" msgid "Returns the current position in an open file." msgstr "Returnerar den aktuella positionen i en öppen fil." #. paZ9R #: 03020302.xhp msgctxt "" "03020302.xhp\n" "hd_id3156422\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. K5Bo8 #: 03020302.xhp msgctxt "" "03020302.xhp\n" "par_id3150768\n" "help.text" msgid "Loc(FileNumber)" msgstr "Loc (FileNumber)" #. 2TN73 #: 03020302.xhp msgctxt "" "03020302.xhp\n" "hd_id3150440\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. bUFYD #: 03020302.xhp msgctxt "" "03020302.xhp\n" "par_id3152578\n" "help.text" msgid "Long" msgstr "Long" #. CN8kc #: 03020302.xhp msgctxt "" "03020302.xhp\n" "hd_id3152462\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. YZBFZ #: 03020302.xhp msgctxt "" "03020302.xhp\n" "par_id3153363\n" "help.text" msgid "FileNumber: Any numeric expression that contains the file number that is set by the Open statement for the respective file." msgstr "FileNumber: Ett numeriskt uttryck som innehåller det filnummer som är angivet av Open-satsen för respektive fil." #. NSREX #: 03020302.xhp msgctxt "" "03020302.xhp\n" "par_id3154320\n" "help.text" msgid "If the Loc function is used for an open random access file, it returns the number of the last record that was last read or written." msgstr "Om Loc-funktionen används för en öppen direktåtkomstfil så returnerar den numret på den post som lästes eller skrevs senast." #. YAMkR #: 03020302.xhp msgctxt "" "03020302.xhp\n" "par_id3151115\n" "help.text" msgid "For a sequential file, the Loc function returns the position in a file divided by 128. For binary files, the position of the last read or written byte is returned." msgstr "För en sekventiell fil returnerar Loc-funktionen positionen i en fil delad med 128. För binära filer returneras positionen hos den byte som lästes eller skrevs senast." #. CCyrd #: 03020303.xhp msgctxt "" "03020303.xhp\n" "tit\n" "help.text" msgid "Lof Function" msgstr "Lof-funktion" #. QE3D5 #: 03020303.xhp msgctxt "" "03020303.xhp\n" "bm_id3156024\n" "help.text" msgid "Lof function" msgstr "Lof, funktion " #. 5diJq #: 03020303.xhp msgctxt "" "03020303.xhp\n" "hd_id3156024\n" "help.text" msgid "Lof Function" msgstr "Lof-funktion" #. 3PR3T #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3146794\n" "help.text" msgid "Returns the size of an open file in bytes." msgstr "Returnerar storleken på en öppen fil i byte." #. KhpgQ #: 03020303.xhp msgctxt "" "03020303.xhp\n" "hd_id3153380\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 43MqD #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3150359\n" "help.text" msgid "Lof (FileNumber)" msgstr "Lof (FileNumber)" #. CeGgA #: 03020303.xhp msgctxt "" "03020303.xhp\n" "hd_id3154141\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. BwEgF #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3147230\n" "help.text" msgid "Long" msgstr "Long" #. Uxatn #: 03020303.xhp msgctxt "" "03020303.xhp\n" "hd_id3156281\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. BBamj #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3150869\n" "help.text" msgid "FileNumber: Any numeric expression that contains the file number that is specified in the Open statement." msgstr "FileNumber: Ett numeriskt uttryck som innehåller det filnummer som anges i Open-satsen." #. vTRvK #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3147349\n" "help.text" msgid "To obtain the length of a file that is not open, use the FileLen function." msgstr "Du kan bestämma längden på en fil som inte är öppen med hjälp av FileLen-funktionen." #. UJTRD #: 03020303.xhp msgctxt "" "03020303.xhp\n" "hd_id3155415\n" "help.text" msgid "Example:" msgstr "Exempel:" #. stUFk #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3154730\n" "help.text" msgid "Dim sText As Variant REM must be a Variant" msgstr "Dim sText As Variant REM Måste vara en variant" #. ewVMH #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3156276\n" "help.text" msgid "Seek #iNumber,1 REM Position at start" msgstr "Seek #iNumber,1 REM Placera i början" #. id4Rw #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3148405\n" "help.text" msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text" msgstr "Put #iNumber,, \"Det här är den första textraden\" REM Fyll raden med text" #. sBzCx #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3154756\n" "help.text" msgid "Put #iNumber,, \"This is the second line of text\"" msgstr "Put #iNumber, \"Det här är den andra textraden\"" #. 4BA6q #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3145643\n" "help.text" msgid "Put #iNumber,, \"This is the third line of text\"" msgstr "Put #iNumber, \"Det här är den tredje textraden\"" #. G5HhR #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3150299\n" "help.text" msgid "Put #iNumber,,\"This is a new line of text\"" msgstr "Put #iNumber,,\"Det här är en ny rad med text\"" #. y7PTR #: 03020303.xhp msgctxt "" "03020303.xhp\n" "par_id3166425\n" "help.text" msgid "Put #iNumber,20,\"This is the text in record 20\"" msgstr "Put #iNumber,20,\"Det här är texten i post nummer 20\"" #. AGL3X #: 03020304.xhp msgctxt "" "03020304.xhp\n" "tit\n" "help.text" msgid "Seek Function" msgstr "Sök funktion" #. oYoAu #: 03020304.xhp msgctxt "" "03020304.xhp\n" "bm_id3154367\n" "help.text" msgid "Seek function" msgstr "Seek, funktion " #. XqpLF #: 03020304.xhp msgctxt "" "03020304.xhp\n" "hd_id3154367\n" "help.text" msgid "Seek Function" msgstr "Sök funktion" #. GFYoD #: 03020304.xhp msgctxt "" "03020304.xhp\n" "par_id3156280\n" "help.text" msgid "Returns the position for the next writing or reading in a file that was opened with the open statement." msgstr "Returnerar position för nästa skrivning eller läsning i en fil som är öppnad med Open-satsen." #. T3aGD #: 03020304.xhp msgctxt "" "03020304.xhp\n" "par_id3153194\n" "help.text" msgid "For random access files, the Seek function returns the number of the next record to be read." msgstr "För filer med direktåtkomst returnerar Seek-funktionen numret på nästa post som ska läsas." #. xo2Mq #: 03020304.xhp msgctxt "" "03020304.xhp\n" "par_id3161831\n" "help.text" msgid "For all other files, the function returns the byte position at which the next operation is to occur." msgstr "För alla andra filer returnerar funktionen den byteposition där nästa operation ska inträffa." #. MDLGC #: 03020304.xhp msgctxt "" "03020304.xhp\n" "par_id3155854\n" "help.text" msgid "See also: Open, Seek." msgstr "Se även: Open, Seek." #. CnFrv #: 03020304.xhp msgctxt "" "03020304.xhp\n" "hd_id3152460\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. kDJUc #: 03020304.xhp msgctxt "" "03020304.xhp\n" "par_id3145365\n" "help.text" msgid "Seek (FileNumber)" msgstr "Seek (FileNumber)" #. CPK2A #: 03020304.xhp msgctxt "" "03020304.xhp\n" "hd_id3148575\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. MWoFQ #: 03020304.xhp msgctxt "" "03020304.xhp\n" "par_id3159156\n" "help.text" msgid "Long" msgstr "Long" #. agXgn #: 03020304.xhp msgctxt "" "03020304.xhp\n" "hd_id3149665\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. cKjHr #: 03020304.xhp msgctxt "" "03020304.xhp\n" "par_id3148645\n" "help.text" msgid "FileNumber: The data channel number used in the Open statement." msgstr "FileNumber:Det datakanalnummer som användes i Open-satsen." #. ybPDP #: 03020305.xhp msgctxt "" "03020305.xhp\n" "tit\n" "help.text" msgid "Seek Statement" msgstr "Sök uttryck" #. vLW2K #: 03020305.xhp msgctxt "" "03020305.xhp\n" "bm_id3159413\n" "help.text" msgid "Seek statement" msgstr "Seek, uttryck " #. PpSRU #: 03020305.xhp msgctxt "" "03020305.xhp\n" "hd_id3159413\n" "help.text" msgid "Seek Statement" msgstr "Sök uttryck" #. RBPKW #: 03020305.xhp msgctxt "" "03020305.xhp\n" "par_id3153381\n" "help.text" msgid "Sets the position for the next writing or reading in a file that was opened with the Open statement." msgstr "Anger position för nästa skrivning eller läsning i en fil som är öppnad med Open-satsen." #. 8vcE7 #: 03020305.xhp msgctxt "" "03020305.xhp\n" "par_id2100589\n" "help.text" msgid "For random access files, the Seek statement sets the number of the next record to be accessed." msgstr "För filer med Random-åtkomst returnerar Seek-satsen numret på nästa post som ska öppnas." #. mhLUp #: 03020305.xhp msgctxt "" "03020305.xhp\n" "par_id5444807\n" "help.text" msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur." msgstr "För alla andra filer anger Seek-satsen den byteposition där nästa operation ska inträffa." #. wYVfB #: 03020305.xhp msgctxt "" "03020305.xhp\n" "par_id3156280\n" "help.text" msgid "See also: Open, Seek." msgstr "Se även: Open, Seek." #. yVEYG #: 03020305.xhp msgctxt "" "03020305.xhp\n" "hd_id3145785\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 7M3ws #: 03020305.xhp msgctxt "" "03020305.xhp\n" "par_id3145273\n" "help.text" msgid "Seek[#FileNumber], Position (As Long)" msgstr "Seek[#FileNumber], Position (As Long)" #. nRRME #: 03020305.xhp msgctxt "" "03020305.xhp\n" "hd_id3154321\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ySD8U #: 03020305.xhp msgctxt "" "03020305.xhp\n" "par_id3153952\n" "help.text" msgid "FileNumber: The data channel number used in the Open statement." msgstr "FileNumber: Det datakanalnummer som användes i Open-satsen." #. Jf97B #: 03020305.xhp msgctxt "" "03020305.xhp\n" "par_id3145366\n" "help.text" msgid "Position: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on." msgstr "Position: Position för nästa skrivning eller läsning. Position kan vara ett tal mellan 1 och 2 147 483 647. Beroende på filtyp anger positionen postens nummer (filer i Random-läge) eller bytepositionen (filer i Binary-, Output-, Append- eller Input-läge). En fils första byte är position 1, nästa byte är position 2, o.s.v." #. Nwouh #: 03020400.xhp msgctxt "" "03020400.xhp\n" "tit\n" "help.text" msgid "Managing Files" msgstr "Hantera filer" #. diQGx #: 03020400.xhp msgctxt "" "03020400.xhp\n" "hd_id3145136\n" "help.text" msgid "Managing Files" msgstr "Hantera filer" #. E5FsL #: 03020400.xhp msgctxt "" "03020400.xhp\n" "par_id3147264\n" "help.text" msgid "The functions and statements for managing files are described here." msgstr "Här beskrivs funktioner och uttryck för att hantera filer." #. vYVej #: 03020401.xhp msgctxt "" "03020401.xhp\n" "tit\n" "help.text" msgid "ChDir Statement" msgstr "ChDir-uttryck" #. y9mCC #: 03020401.xhp msgctxt "" "03020401.xhp\n" "bm_id3150178\n" "help.text" msgid "ChDir statement" msgstr "ChDir-funktion" #. Ets3f #: 03020401.xhp msgctxt "" "03020401.xhp\n" "hd_id3150178\n" "help.text" msgid "ChDir Statement" msgstr "ChDir-uttryck" #. yr6FQ #: 03020401.xhp msgctxt "" "03020401.xhp\n" "par_id3153126\n" "help.text" msgid "Changes the current directory or drive." msgstr "Ändrar aktuell katalog eller enhet." #. KUcVy #: 03020401.xhp msgctxt "" "03020401.xhp\n" "par_id9783013\n" "help.text" msgid "This statement currently does not work as documented. See this issue for more information." msgstr "Detta uttryck fungerar för närvarande inte enligt dokumentationen. Se detta problem för mer information." #. oxGEP #: 03020401.xhp msgctxt "" "03020401.xhp\n" "hd_id3154347\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. WXPPp #: 03020401.xhp msgctxt "" "03020401.xhp\n" "par_id3153897\n" "help.text" msgid "ChDir Text As String" msgstr "ChDir Text As String" #. VAQMk #: 03020401.xhp msgctxt "" "03020401.xhp\n" "hd_id3148664\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. QhhVQ #: 03020401.xhp msgctxt "" "03020401.xhp\n" "par_id3150543\n" "help.text" msgid "Text: Any string expression that specifies the directory path or drive." msgstr "Text: Ett stränguttryck som anger katalogsökväg eller enhet." #. 8bbhs #: 03020401.xhp msgctxt "" "03020401.xhp\n" "par_id3152598\n" "help.text" msgid "If you only want to change the current drive, enter the drive letter followed by a colon." msgstr "Om du bara vill ändra aktuell enhet skriver du enhetens bokstavsbeteckning följd av ett kolontecken." #. yUcF8 #: 03020401.xhp msgctxt "" "03020401.xhp\n" "hd_id3151116\n" "help.text" msgid "Example:" msgstr "Exempel:" #. vRQAc #: 03020402.xhp msgctxt "" "03020402.xhp\n" "tit\n" "help.text" msgid "ChDrive Statement" msgstr "ChDrive-uttryck" #. jgwnH #: 03020402.xhp msgctxt "" "03020402.xhp\n" "bm_id3145068\n" "help.text" msgid "ChDrive statement" msgstr "ChDrive, uttryck " #. oPgBF #: 03020402.xhp msgctxt "" "03020402.xhp\n" "hd_id3145068\n" "help.text" msgid "ChDrive Statement" msgstr "ChDrive-uttryck" #. mdSba #: 03020402.xhp msgctxt "" "03020402.xhp\n" "par_id3149656\n" "help.text" msgid "Changes the current drive." msgstr "Ändrar aktuell enhet." #. GE4Tj #: 03020402.xhp msgctxt "" "03020402.xhp\n" "hd_id3154138\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. rkzEY #: 03020402.xhp msgctxt "" "03020402.xhp\n" "par_id3154685\n" "help.text" msgid "ChDrive Text As String" msgstr "ChDrive Text As String" #. FDHDT #: 03020402.xhp msgctxt "" "03020402.xhp\n" "hd_id3156423\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ncuAv #: 03020402.xhp msgctxt "" "03020402.xhp\n" "par_id3145172\n" "help.text" msgid "Text: Any string expression that contains the drive letter of the new drive. If you want, you can use URL notation." msgstr "Text: Ett stränguttryck som innehåller den nya enhetens bokstavsbeteckning. Om du vill kan du använda URL-notation." #. WcKDC #: 03020402.xhp msgctxt "" "03020402.xhp\n" "par_id3145785\n" "help.text" msgid "The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement." msgstr "Enheten måste vara tilldelad en stor bokstav. Under Windows begränsas den bokstav som du tilldelar enheten av inställningarna i LASTDRV. Om enhetsargumentet är en sträng som innehåller flera tecken så är bara den första bokstaven relevant. Om du försöker få åtkomst till en icke-existerande enhet uppstår ett fel som du kan besvara med en OnError-sats." #. SoT9B #: 03020402.xhp msgctxt "" "03020402.xhp\n" "hd_id3153188\n" "help.text" msgid "Example:" msgstr "Exempel:" #. X2QkD #: 03020402.xhp msgctxt "" "03020402.xhp\n" "par_id3152576\n" "help.text" msgid "ChDrive \"D\" ' Only possible if a drive 'D' exists." msgstr "ChDrive \"D\" ' Bara möjligt om enheten D existerar." #. f4XRN #: 03020403.xhp msgctxt "" "03020403.xhp\n" "tit\n" "help.text" msgid "CurDir Function" msgstr "CurDir-funktion" #. qhyPx #: 03020403.xhp msgctxt "" "03020403.xhp\n" "bm_id3153126\n" "help.text" msgid "CurDir function" msgstr "CurDir, funktion " #. hVYEG #: 03020403.xhp msgctxt "" "03020403.xhp\n" "hd_id3153126\n" "help.text" msgid "CurDir Function" msgstr "CurDir-funktion" #. ivoiQ #: 03020403.xhp msgctxt "" "03020403.xhp\n" "par_id3156343\n" "help.text" msgid "Returns a variant string that represents the current path of the specified drive." msgstr "Returnerar en variantsträng som representerar aktuell sökväg till den angivna enheten." #. HFiTn #: 03020403.xhp msgctxt "" "03020403.xhp\n" "hd_id3149457\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. FBQ7w #: 03020403.xhp msgctxt "" "03020403.xhp\n" "par_id3153381\n" "help.text" msgid "CurDir [(Text As String)]" msgstr "CurDir [(Text As String)]" #. 3ABqD #: 03020403.xhp msgctxt "" "03020403.xhp\n" "hd_id3154366\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. sgBjK #: 03020403.xhp msgctxt "" "03020403.xhp\n" "par_id3156281\n" "help.text" msgid "String" msgstr "String" #. ytq6i #: 03020403.xhp msgctxt "" "03020403.xhp\n" "hd_id3156423\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. B98rq #: 03020403.xhp msgctxt "" "03020403.xhp\n" "par_id3153193\n" "help.text" msgid "Text: Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)." msgstr "Text: Ett stränguttryck som anger en befintlig enhet (t.ex. \"C\" för den första partitionen av den första hårddisken)." #. qaD2d #: 03020403.xhp msgctxt "" "03020403.xhp\n" "par_id3155133\n" "help.text" msgid "If no drive is specified or if the drive is a zero-length string (\"\"), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement." msgstr "Om ingen enhet anges eller om enheten är en sträng med längden noll (\"\"), så returnerar CurDir den aktuella enhetens sökväg. $[officename] Basic rapporterar ett fel om enhetsbeskrivningens syntax är felaktig, enheten inte existerar eller om enhetens bokstavsbeteckning kommer efter den bokstav som definieras med Lastdrive-satsen i CONFIG.SYS." #. jsyuK #: 03020403.xhp msgctxt "" "03020403.xhp\n" "par_id3150010\n" "help.text" msgid "This function is not case-sensitive." msgstr "Funktionen är inte versalkänslig." #. 4LFNu #: 03020403.xhp msgctxt "" "03020403.xhp\n" "hd_id3155411\n" "help.text" msgid "Example:" msgstr "Exempel:" #. DFUj3 #: 03020404.xhp msgctxt "" "03020404.xhp\n" "tit\n" "help.text" msgid "Dir Function" msgstr "Dir-funktion" #. yreYq #: 03020404.xhp msgctxt "" "03020404.xhp\n" "bm_id3154347\n" "help.text" msgid "Dir function" msgstr "Dir, funktion " #. 4tvPw #: 03020404.xhp msgctxt "" "03020404.xhp\n" "hd_id3154347\n" "help.text" msgid "Dir Function" msgstr "Dir-funktion" #. Xrc6C #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3153381\n" "help.text" msgid "Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path." msgstr "Returnerar namnet på en fil, en katalog eller alla filer och kataloger på en enhet eller i en katalog som motsvarar den angivna sökvägen." #. anWFG #: 03020404.xhp msgctxt "" "03020404.xhp\n" "hd_id3154365\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 2sLKE #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3156282\n" "help.text" msgid "Dir [(Text As String) [, Attrib As Integer]]" msgstr "Dir [(Text As String) [, Attrib As Integer]]" #. GjPMX #: 03020404.xhp msgctxt "" "03020404.xhp\n" "hd_id3156424\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 8RTM8 #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3153193\n" "help.text" msgid "String" msgstr "String" #. eCYLT #: 03020404.xhp msgctxt "" "03020404.xhp\n" "hd_id3153770\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. Ygfz9 #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3161831\n" "help.text" msgid "Text: Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in URL notation." msgstr "Text: Ett stränguttryck som anger sökväg, katalog eller fil. Det här argumentet kan bara anges första gången du anropar Dir-funktionen. Om du vill kan du ange sökvägen i URL-notation." #. Curme #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3146974\n" "help.text" msgid "Attrib: Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:" msgstr "Attrib: Ett heltalsuttryck som anger filattribut bitvis. Funktionen Dir returnerar bara filer eller kataloger som motsvarar de angivna attributen. Du kan kombinera flera attribut genom att lägga till följande attributvärden:" #. 3Tg2L #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3149666\n" "help.text" msgid "0 : Normal files." msgstr "0 : Normala filer." #. D3EEn #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3147427\n" "help.text" msgid "16 : Returns the name of the directory only." msgstr "16 : Returnerar endast namnet på katalogen." #. D56FM #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3153952\n" "help.text" msgid "Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory." msgstr "Använd det här attributet för att kontrollera om en fil eller en katalog existerar, eller för att bestämma alla filer och mappar i en viss katalog." #. kEC2o #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3159156\n" "help.text" msgid "To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string (\"\")." msgstr "Du kontrollerar om en fil existerar genom att ange filens fullständiga sökväg och namn. Om filen eller katalogen inte existerar returnerar funktionen Dir en sträng med längden noll (\"\")." #. 9UQgN #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3154012\n" "help.text" msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.ods\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments." msgstr "Om du vill generera en lista över alla befintliga filer i en viss katalog gör du på följande sätt: Den första gången du anropar Dir-funktionen anger du fullständig sökväg till filerna, t.ex.: \"D:\\Filer\\*.ods. Om sökvägen är korrekt och sökningen påträffar minst en fil, så returnerar Dir-funktionen namnet på den första fil som motsvarar sökvägen. Om du vill att ytterligare filnamn som motsvarar sökvägen ska returneras anropar du Dir igen, men utan argument." #. LXpKQ #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3147348\n" "help.text" msgid "To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)." msgstr "Om du vill att bara kataloger returneras använder du attributparametern. Samma sak gäller om du vill bestämma namnet på en volym (t.ex. en hårddiskpartition)." #. zriY3 #: 03020404.xhp msgctxt "" "03020404.xhp\n" "hd_id3154942\n" "help.text" msgid "Example:" msgstr "Exempel:" #. e7TRd #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3148455\n" "help.text" msgid "' Displays all files and directories" msgstr "' Visar alla filer och kataloger" #. uFFnD #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3153416\n" "help.text" msgid "sDir=\"Directories:\"" msgstr "sDir=\"Kataloger:\"" #. y8GYD #: 03020404.xhp msgctxt "" "03020404.xhp\n" "par_id3154253\n" "help.text" msgid "' Get the directories" msgstr "' Hämta katalogerna" #. cbFiT #: 03020405.xhp msgctxt "" "03020405.xhp\n" "tit\n" "help.text" msgid "FileAttr Function" msgstr "FileAttr-funktion" #. r5ajP #: 03020405.xhp msgctxt "" "03020405.xhp\n" "bm_id3153380\n" "help.text" msgid "FileAttr function" msgstr "FileAttr, funktion " #. Wkyz8 #: 03020405.xhp msgctxt "" "03020405.xhp\n" "hd_id3153380\n" "help.text" msgid "FileAttr Function" msgstr "" #. eWQDF #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3154366\n" "help.text" msgid "Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle)." msgstr "Returnerar åtkomstläge eller filåtkomstnummer för en fil som är öppnad med en Open-sats. Filåtkomstnumret är beroende av operativsystemet (OSH = Operating System Handle)." #. yY7ka #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3153364\n" "help.text" msgid "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number." msgstr "Om du använder ett 32-bitars operativsystem kan du inte använda FileAttr-funktionen för att bestämma filåtkomstnummer." #. gBQEA #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3163713\n" "help.text" msgid "See also: Open" msgstr "Se även: Öppna" #. MtBsh #: 03020405.xhp msgctxt "" "03020405.xhp\n" "hd_id3151116\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. AhrBC #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3154012\n" "help.text" msgid "FileAttr (FileNumber As Integer, Attribute As Integer)" msgstr "FileAttr (FileNumber As Integer, Attribute As Integer)" #. D2zd7 #: 03020405.xhp msgctxt "" "03020405.xhp\n" "hd_id3147349\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. xonFX #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3146974\n" "help.text" msgid "Integer" msgstr "Integer" #. 6djVq #: 03020405.xhp msgctxt "" "03020405.xhp\n" "hd_id3153728\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. SAnw7 #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3151074\n" "help.text" msgid "FileNumber: The number of the file that was opened with the Open statement." msgstr "FileNumber: Numret på den fil som öppnades med en Open-sats." #. zYCJs #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3144766\n" "help.text" msgid "Attribute: Integer expression that indicates the type of file information that you want to return. The following values are possible:" msgstr "Attribut: Heltalsuttryck som anger vilken typ av filinformation som ska returneras. Följande värden är möjliga:" #. nnGyB #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3147396\n" "help.text" msgid "1: The FileAttr-Function indicates the access mode of the file." msgstr "1: FileAttr-funktionen anger filens åtkomstläge." #. EA4VX #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3149959\n" "help.text" msgid "2: The FileAttr-Function returns the file access number of the operating system." msgstr "2: FileAttr-funktionen returnerar operativsystemets filåtkomstnummer." #. qCmCs #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3154018\n" "help.text" msgid "If you specify a parameter attribute with a value of 1, the following return values apply:" msgstr "Om du anger ett parameterattribut med värdet 1 gäller följande returvärden:" #. SqXxC #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3149124\n" "help.text" msgid "1 - INPUT (file open for input)" msgstr "1 - INPUT (filen är öppen för inmatning)" #. AUWCn #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3156275\n" "help.text" msgid "2 - OUTPUT (file open for output)" msgstr "2 - OUTPUT (filen är öppen för utmatning)" #. iD4qe #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3155066\n" "help.text" msgid "4 - RANDOM (file open for random access)" msgstr "4 - RANDOM (filen är öppen för direktåtkomst)" #. CB5Ed #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3148406\n" "help.text" msgid "8 - APPEND (file open for appending)" msgstr "8 - APPEND (filen är öppen för tillägg)" #. 8huJZ #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3154757\n" "help.text" msgid "32 - BINARY (file open in binary mode)." msgstr "32 - BINARY (filen är öppen i binärläge)." #. SVNQc #: 03020405.xhp msgctxt "" "03020405.xhp\n" "hd_id3147339\n" "help.text" msgid "Example:" msgstr "Exempel:" #. xBfKE #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3155607\n" "help.text" msgid "Print #iNumber, \"This is a line of text\"" msgstr "Print #iNumber, \"Det här är en textrad\"" #. 3akx4 #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3150361\n" "help.text" msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\"" msgstr "MsgBox FileAttr(#iNumber, 1 ),0,\"Åtkomstläge\"" #. AjdC5 #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3149817\n" "help.text" msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\"" msgstr "MsgBox FileAttr(#iNumber, 2 ),0,\"Filattribut\"" #. BDNvF #: 03020406.xhp msgctxt "" "03020406.xhp\n" "tit\n" "help.text" msgid "FileCopy Statement" msgstr "" #. AA2xm #: 03020406.xhp msgctxt "" "03020406.xhp\n" "bm_id3154840\n" "help.text" msgid "FileCopy statement" msgstr "FileCopy, uttryck " #. FAVwC #: 03020406.xhp msgctxt "" "03020406.xhp\n" "hd_id3154840\n" "help.text" msgid "FileCopy Statement" msgstr "" #. cgLqA #: 03020406.xhp msgctxt "" "03020406.xhp\n" "par_id3149497\n" "help.text" msgid "Copies a file." msgstr "Kopierar en fil." #. jLG2S #: 03020406.xhp msgctxt "" "03020406.xhp\n" "hd_id3147443\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. LnQdV #: 03020406.xhp msgctxt "" "03020406.xhp\n" "par_id3146957\n" "help.text" msgid "FileCopy TextFrom As String, TextTo As String" msgstr "FileCopy TextFrom As String, TextTo As String" #. CjRbT #: 03020406.xhp msgctxt "" "03020406.xhp\n" "hd_id3153825\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. s3sxx #: 03020406.xhp msgctxt "" "03020406.xhp\n" "par_id3155390\n" "help.text" msgid "TextFrom: Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in URL notation." msgstr "TextFrom: Ett stränguttryck som anger namnet på den fil som ska kopieras. Uttrycket kan innehålla valfri information om sökväg och enhet. Om du vill kan du ange en sökväg i URL-notation." #. zbMfy #: 03020406.xhp msgctxt "" "03020406.xhp\n" "par_id3150669\n" "help.text" msgid "TextTo: Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation." msgstr "TextTo: Ett stränguttryck som anger vart du vill kopiera källfilen. Uttrycket kan innehålla målenhet, sökväg och filnamn, eller sökvägen i URL-notation." #. WgMEt #: 03020406.xhp msgctxt "" "03020406.xhp\n" "par_id3150791\n" "help.text" msgid "You can only use the FileCopy statement to copy files that are not opened." msgstr "Du kan bara använda FileCopy-satsen för att kopiera filer som inte är öppna." #. kPKuG #: 03020406.xhp msgctxt "" "03020406.xhp\n" "hd_id3125863\n" "help.text" msgid "Example:" msgstr "Exempel:" #. koPMr #: 03020407.xhp msgctxt "" "03020407.xhp\n" "tit\n" "help.text" msgid "FileDateTime Function" msgstr "" #. accZM #: 03020407.xhp msgctxt "" "03020407.xhp\n" "bm_id3153361\n" "help.text" msgid "FileDateTime function" msgstr "FileDateTime, funktion " #. hykgY #: 03020407.xhp msgctxt "" "03020407.xhp\n" "hd_id3153361\n" "help.text" msgid "FileDateTime Function" msgstr "" #. 8fZwF #: 03020407.xhp msgctxt "" "03020407.xhp\n" "par_id3156423\n" "help.text" msgid "Returns a string that contains the date and the time that a file was created or last modified." msgstr "Returnerar en sträng som innehåller datum och klockslag när en fil är skapad eller ändrad senast." #. k4kmB #: 03020407.xhp msgctxt "" "03020407.xhp\n" "hd_id3154685\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. CPCBG #: 03020407.xhp msgctxt "" "03020407.xhp\n" "par_id3154124\n" "help.text" msgid "FileDateTime (Text As String)" msgstr "FileDateTime (Text As String)" #. meGd2 #: 03020407.xhp msgctxt "" "03020407.xhp\n" "hd_id3150448\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. nLoTT #: 03020407.xhp msgctxt "" "03020407.xhp\n" "par_id3159153\n" "help.text" msgid "Text: Any string expression that contains an unambiguous (no wildcards) file specification. You can also use URL notation." msgstr "Text: Ett stränguttryck som innehåller en otvetydig filangivelse (utan jokertecken). Du kan även använda URL-notation." #. qqouA #: 03020407.xhp msgctxt "" "03020407.xhp\n" "par_id3155306\n" "help.text" msgid "This function determines the exact time of creation or last modification of a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"." msgstr "Den här funktionen bestämmer exakt tidpunkt när en fil är skapad eller ändrad senast, returnerad i formatet \"DD.MM.ÅÅÅÅ TT.MM.SS\"." #. 6JAwC #: 03020407.xhp msgctxt "" "03020407.xhp\n" "hd_id3146119\n" "help.text" msgid "Example:" msgstr "Exempel:" #. DyZCi #: 03020408.xhp msgctxt "" "03020408.xhp\n" "tit\n" "help.text" msgid "FileLen Function" msgstr "" #. 9Lkb8 #: 03020408.xhp msgctxt "" "03020408.xhp\n" "bm_id3153126\n" "help.text" msgid "FileLen function" msgstr "FileLen, funktion " #. Xq2cS #: 03020408.xhp msgctxt "" "03020408.xhp\n" "hd_id3153126\n" "help.text" msgid "FileLen Function" msgstr "" #. aJChP #: 03020408.xhp msgctxt "" "03020408.xhp\n" "par_id3145068\n" "help.text" msgid "Returns the length of a file in bytes." msgstr "Returnerar längden på en fil i byte." #. GfNg3 #: 03020408.xhp msgctxt "" "03020408.xhp\n" "hd_id3159414\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. MoBSd #: 03020408.xhp msgctxt "" "03020408.xhp\n" "par_id3149656\n" "help.text" msgid "FileLen (Text As String)" msgstr "FileLen (Text As String)" #. LVwBo #: 03020408.xhp msgctxt "" "03020408.xhp\n" "hd_id3148798\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 7CmL7 #: 03020408.xhp msgctxt "" "03020408.xhp\n" "par_id3156282\n" "help.text" msgid "Long" msgstr "Long" #. H2KXW #: 03020408.xhp msgctxt "" "03020408.xhp\n" "hd_id3150768\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. Fo2XH #: 03020408.xhp msgctxt "" "03020408.xhp\n" "par_id3153193\n" "help.text" msgid "Text: Any string expression that contains an unambiguous file specification. You can also use URL notation." msgstr "Text: Ett stränguttryck som innehåller en otvetydig filangivelse. Du kan även använda URL-notation." #. SCB9u #: 03020408.xhp msgctxt "" "03020408.xhp\n" "par_id3150439\n" "help.text" msgid "This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function." msgstr "Den här funktionen bestämmer längden på en fil. Om FileLen-funktionen anropas för en öppen fil returneras filens längd innan den öppnades. Om du vill bestämma den aktuella fillängden för en öppen fil använder du Lof-funktionen." #. j8DBv #: 03020408.xhp msgctxt "" "03020408.xhp\n" "hd_id3163710\n" "help.text" msgid "Example:" msgstr "Exempel:" #. FerKv #: 03020409.xhp msgctxt "" "03020409.xhp\n" "tit\n" "help.text" msgid "GetAttr Function" msgstr "" #. AdMtV #: 03020409.xhp msgctxt "" "03020409.xhp\n" "bm_id3150984\n" "help.text" msgid "GetAttr function" msgstr "GetAttr, funktion " #. sTMcc #: 03020409.xhp msgctxt "" "03020409.xhp\n" "hd_id3150984\n" "help.text" msgid "GetAttr Function" msgstr "" #. WnrAC #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3154347\n" "help.text" msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory." msgstr "Returnerar ett bitmönster som identifierar filtypen eller namnet på en volym eller katalog." #. XQjit #: 03020409.xhp msgctxt "" "03020409.xhp\n" "hd_id3149457\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 45fLv #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3150359\n" "help.text" msgid "GetAttr (Text As String)" msgstr "GetAttr (Text As String)" #. mBMu7 #: 03020409.xhp msgctxt "" "03020409.xhp\n" "hd_id3151211\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. upvgK #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3154909\n" "help.text" msgid "Integer" msgstr "Integer" #. CMxCD #: 03020409.xhp msgctxt "" "03020409.xhp\n" "hd_id3145172\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 8MoGx #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3151042\n" "help.text" msgid "Text: Any string expression that contains an unambiguous file specification. You can also use URL notation." msgstr "Text: Ett stränguttryck som innehåller en otvetydig filangivelse. Du kan även använda URL-notation." #. 9AAaj #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3161831\n" "help.text" msgid "This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:" msgstr "Den här funktionen bestämmer attribut för en angiven fil och returnerar ett bitmönster som kan hjälpa dig identifiera följande filattribut:" #. mWtvF #: 03020409.xhp msgctxt "" "03020409.xhp\n" "hd_id3145364\n" "help.text" msgid "Value" msgstr "Värde" #. hFQCm #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id051220170522586822\n" "help.text" msgid "Named constant" msgstr "Namngiven konstant" #. zzPWS #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id051220170522583099\n" "help.text" msgid "Value" msgstr "Värde" #. iKvsu #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id051220170522583818\n" "help.text" msgid "Definition" msgstr "Definition" #. kTUR7 #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3147349\n" "help.text" msgid "Normal files." msgstr "Normala filer." #. x4JtS #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3147434\n" "help.text" msgid "Read-only files." msgstr "Skrivskyddade filer." #. AFPmi #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id051220170546544550\n" "help.text" msgid "Hidden file" msgstr "Dold fil" #. GBNFo #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id051220170546546496\n" "help.text" msgid "System file" msgstr "Systemfil" #. EXYth #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3159154\n" "help.text" msgid "Returns the name of the volume" msgstr "" #. F84oD #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3145271\n" "help.text" msgid "Returns the name of the directory only." msgstr "" #. kpdcE #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3153953\n" "help.text" msgid "File was changed since last backup (Archive bit)." msgstr "" #. LecDz #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3156444\n" "help.text" msgid "If you want to know if a bit of the attribute byte is set, use the following query method:" msgstr "Om du vill veta om en bit i en attributbyte är bestämd använder du följande sökmetod:" #. CV4g5 #: 03020409.xhp msgctxt "" "03020409.xhp\n" "hd_id3153094\n" "help.text" msgid "Example:" msgstr "Exempel:" #. WNBqB #: 03020409.xhp msgctxt "" "03020409.xhp\n" "par_id3155415\n" "help.text" msgid "On Error GoTo ErrorHandler ' Define target for error handler" msgstr "On Error Goto ErrorHandler ' Definiera mål för felhanterare" #. HtCzT #: 03020410.xhp msgctxt "" "03020410.xhp\n" "tit\n" "help.text" msgid "Kill Statement" msgstr "" #. 6A7ar #: 03020410.xhp msgctxt "" "03020410.xhp\n" "bm_id3153360\n" "help.text" msgid "Kill statement" msgstr "Kill, uttryck " #. JWiBA #: 03020410.xhp msgctxt "" "03020410.xhp\n" "hd_id3153360\n" "help.text" msgid "Kill Statement" msgstr "" #. gJGP8 #: 03020410.xhp msgctxt "" "03020410.xhp\n" "par_id3151211\n" "help.text" msgid "Deletes a file from a disk." msgstr "Raderar en fil från en disk." #. yCjMe #: 03020410.xhp msgctxt "" "03020410.xhp\n" "hd_id3150767\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. HsPQ9 #: 03020410.xhp msgctxt "" "03020410.xhp\n" "par_id3154685\n" "help.text" msgid "Kill File As String" msgstr "Kill File As String" #. TMQQP #: 03020410.xhp msgctxt "" "03020410.xhp\n" "hd_id3153194\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. FDnBF #: 03020410.xhp msgctxt "" "03020410.xhp\n" "par_id3150440\n" "help.text" msgid "File: Any string expression that contains an unambiguous file specification. You can also use URL notation." msgstr "File: Ett stränguttryck som innehåller en otvetydig filangivelse. Du kan även använda URL-notation." #. qc6LS #: 03020410.xhp msgctxt "" "03020410.xhp\n" "hd_id3148645\n" "help.text" msgid "Example:" msgstr "Exempel:" #. YN3se #: 03020410.xhp msgctxt "" "03020410.xhp\n" "par_id3163710\n" "help.text" msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance" msgstr "Kill \"C:\\datafile.dat\" ' Filen måste vara skapad i förväg" #. hWy62 #: 03020411.xhp msgctxt "" "03020411.xhp\n" "tit\n" "help.text" msgid "MkDir Statement" msgstr "" #. dsDTF #: 03020411.xhp msgctxt "" "03020411.xhp\n" "bm_id3156421\n" "help.text" msgid "MkDir statement" msgstr "MkDir, uttryck " #. mTqrj #: 03020411.xhp msgctxt "" "03020411.xhp\n" "hd_id3156421\n" "help.text" msgid "MkDir Statement" msgstr "" #. ruXou #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3147000\n" "help.text" msgid "Creates a new directory on a data medium." msgstr "Skapar en ny katalog i ett datamedium." #. SehPs #: 03020411.xhp msgctxt "" "03020411.xhp\n" "hd_id3148520\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. xrp6D #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3155150\n" "help.text" msgid "MkDir Text As String" msgstr "MkDir Text As String" #. J4Hg2 #: 03020411.xhp msgctxt "" "03020411.xhp\n" "hd_id3156027\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. kfraD #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3153750\n" "help.text" msgid "Text: Any string expression that specifies the name and path of the directory to be created. You can also use URL notation." msgstr "Text: Ett stränguttryck som anger namn och sökväg för den katalog som ska skapas. Du kan även använda URL-notation." #. PLopZ #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3153311\n" "help.text" msgid "If the path is not determined, the directory is created in the current directory." msgstr "Om sökvägen inte är bestämd så skapas katalogen i den aktuella katalogen." #. Bonqm #: 03020411.xhp msgctxt "" "03020411.xhp\n" "hd_id3155388\n" "help.text" msgid "Example:" msgstr "Exempel:" #. KEaAA #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3149762\n" "help.text" msgid "' Example for functions of the file organization" msgstr "' Exempel för funktioner i filorganisationen" #. N8bbr #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3149669\n" "help.text" msgid "Const sSubDir1 As String =\"Test\"" msgstr "Const sSubDir1 as String =\"Test\"" #. rnaAM #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3148663\n" "help.text" msgid "Const sFile2 As String = \"Copied.tmp\"" msgstr "Const sFile2 as String = \"Kopierad.tmp\"" #. CTKPw #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3154071\n" "help.text" msgid "Const sFile3 As String = \"Renamed.tmp\"" msgstr "Const sFile3 as String = \"Byttnamn.tmp\"" #. ayeAf #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3154217\n" "help.text" msgid "If Dir(sSubDir1,16)=\"\" Then ' Does the directory exist?" msgstr "If Dir(sSubDir1,16)=\"\" Then ' Existerar katalogen?" #. r3XxL #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3147228\n" "help.text" msgid "MsgBox sFile,0,\"Create directory\"" msgstr "MsgBox sFile,0,\"Skapa katalog\"" #. BQuXv #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3153770\n" "help.text" msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\"" msgstr "MsgBox fSysURL(CurDir()),0,\"Aktuell katalog\"" #. yff8E #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3159154\n" "help.text" msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\"" msgstr "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Skapat den\"" #. 5QDiw #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3149484\n" "help.text" msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\"" msgstr "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"Fillängd\"" #. AnYG5 #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3152885\n" "help.text" msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\"" msgstr "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"Filattribut\"" #. XQrrC #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3153952\n" "help.text" msgid "' Rename in the same directory" msgstr "' Byt namn i samma katalog" #. Gp3Gn #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3147426\n" "help.text" msgid "SetAttr( sFile, 0 ) 'Delete all attributes" msgstr "SetAttr( sFile, 0 ) 'Radera alla attribut" #. yg7Lg #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3148647\n" "help.text" msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\"" msgstr "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"Nya filattribut\"" #. uC9HY #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3150092\n" "help.text" msgid "' Converts a system path in URL" msgstr "' Konverterar en systemsökväg till en URL" #. hUsSZ #: 03020411.xhp msgctxt "" "03020411.xhp\n" "par_id3156276\n" "help.text" msgid "' the colon with DOS" msgstr "' Kolon i DOS" #. C9VzB #: 03020412.xhp msgctxt "" "03020412.xhp\n" "tit\n" "help.text" msgid "Name Statement" msgstr "" #. GHsyn #: 03020412.xhp msgctxt "" "03020412.xhp\n" "bm_id3143268\n" "help.text" msgid "Name statement" msgstr "Name, uttryck" #. DrXJF #: 03020412.xhp msgctxt "" "03020412.xhp\n" "hd_id3143268\n" "help.text" msgid "Name Statement" msgstr "" #. H2NFb #: 03020412.xhp msgctxt "" "03020412.xhp\n" "par_id3154346\n" "help.text" msgid "Renames an existing file or directory." msgstr "Byter namn på en befintlig fil eller katalog." #. Hdf54 #: 03020412.xhp msgctxt "" "03020412.xhp\n" "hd_id3156344\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. AUhBt #: 03020412.xhp msgctxt "" "03020412.xhp\n" "par_id3153381\n" "help.text" msgid "Name OldName As String As NewName As String" msgstr "Name OldName As String As NewName As String" #. 7AwQo #: 03020412.xhp msgctxt "" "03020412.xhp\n" "hd_id3153362\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. a4nFq #: 03020412.xhp msgctxt "" "03020412.xhp\n" "par_id3151210\n" "help.text" msgid "OldName, NewName: Any string expression that specifies the file name, including the path. You can also use URL notation." msgstr "OldName, NewName: Ett stränguttryck som anger filnamn med sökväg. Du kan även använda URL-notation." #. CLjrW #: 03020412.xhp msgctxt "" "03020412.xhp\n" "hd_id3125863\n" "help.text" msgid "Example:" msgstr "Exempel:" #. CwS7i #: 03020412.xhp msgctxt "" "03020412.xhp\n" "par_id3152462\n" "help.text" msgid "MsgBox \"File already exists\"" msgstr "MsgBox \"Filen existerar redan\"" #. AVwAE #: 03020413.xhp msgctxt "" "03020413.xhp\n" "tit\n" "help.text" msgid "RmDir Statement" msgstr "" #. iqY6W #: 03020413.xhp msgctxt "" "03020413.xhp\n" "bm_id3148947\n" "help.text" msgid "RmDir statement" msgstr "RmDir, uttryck " #. fj6w7 #: 03020413.xhp msgctxt "" "03020413.xhp\n" "hd_id3148947\n" "help.text" msgid "RmDir Statement" msgstr "" #. VRYbm #: 03020413.xhp msgctxt "" "03020413.xhp\n" "par_id3149457\n" "help.text" msgid "Deletes an existing directory from a data medium." msgstr "Raderar en befintlig katalog från ett datamedium." #. LeFHA #: 03020413.xhp msgctxt "" "03020413.xhp\n" "hd_id3153361\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. uE7FC #: 03020413.xhp msgctxt "" "03020413.xhp\n" "par_id3154367\n" "help.text" msgid "RmDir Text As String" msgstr "RmDir Text As String" #. m4L6w #: 03020413.xhp msgctxt "" "03020413.xhp\n" "hd_id3156281\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 2mpBg #: 03020413.xhp msgctxt "" "03020413.xhp\n" "par_id3151042\n" "help.text" msgid "Text: Any string expression that specifies the name and path of the directory that you want to delete. You can also use URL notation." msgstr "Text: Ett stränguttryck som anger namn och sökväg för den katalog som ska raderas. Du kan även använda URL-notation." #. 3SCF3 #: 03020413.xhp msgctxt "" "03020413.xhp\n" "par_id3153192\n" "help.text" msgid "If the path is not determined, the RmDir Statement searches for the directory that you want to delete in the current path. If it is not found there, an error message appears." msgstr "Om sökvägen inte är bestämd söker RmDir-satsen efter den katalog du vill radera i den aktuella sökvägen. Om den inte påträffas här visas ett felmeddelande." #. DYX4L #: 03020413.xhp msgctxt "" "03020413.xhp\n" "hd_id3145271\n" "help.text" msgid "Example:" msgstr "Exempel:" #. WL5Nt #: 03020414.xhp msgctxt "" "03020414.xhp\n" "tit\n" "help.text" msgid "SetAttr Statement" msgstr "" #. jcD6Y #: 03020414.xhp msgctxt "" "03020414.xhp\n" "bm_id3147559\n" "help.text" msgid "SetAttr statement" msgstr "SetAttr, uttryck " #. yxCw2 #: 03020414.xhp msgctxt "" "03020414.xhp\n" "hd_id3147559\n" "help.text" msgid "SetAttr Statement" msgstr "" #. XPYqB #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3147264\n" "help.text" msgid "Sets the attribute information for a specified file." msgstr "Ställer in attributinformation för en angiven fil." #. SSwuZ #: 03020414.xhp msgctxt "" "03020414.xhp\n" "hd_id3150359\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. CrLq9 #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3154365\n" "help.text" msgid "SetAttr FileName As String, Attribute As Integer" msgstr "SetAttr FileName As String, Attribute As Integer" #. 7arWD #: 03020414.xhp msgctxt "" "03020414.xhp\n" "hd_id3125863\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. oQcEN #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3154909\n" "help.text" msgid "FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, SetAttr searches for the file in the current directory. You can also use URL notation." msgstr "Filnamn: Namn och sökväg för den fil vars attribut du vill testa. Om du inte anger någon sökväg söker SetAttr efter filen i den aktuella katalogen. Du kan även använda URL-notation." #. x9krq #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3153192\n" "help.text" msgid "Attribute: Bit pattern defining the attributes that you want to set or to clear:" msgstr "Attribut: Bitmönster som definierar de attribut du vill ange eller radera:" #. opako #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3145786\n" "help.text" msgid "Value" msgstr "Värde" #. bt8p5 #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id051220170522586822\n" "help.text" msgid "Named constant" msgstr "" #. p7CiG #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id051220170522583099\n" "help.text" msgid "Value" msgstr "Värde" #. R27uW #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id051220170522583818\n" "help.text" msgid "Definition" msgstr "Definition" #. aYBDx #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3147349\n" "help.text" msgid "Normal files." msgstr "" #. 96HgG #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3147434\n" "help.text" msgid "Read-only files." msgstr "Skrivskyddade filer." #. 8YxrM #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id051220170546544550\n" "help.text" msgid "Hidden file" msgstr "Dold fil" #. fEQi9 #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3153093\n" "help.text" msgid "You can set multiple attributes by combining the respective values with a logic OR statement." msgstr "Du kan ange flera attribut genom att kombinera deras respektive värden med en logisk ELLER-sats." #. aGseb #: 03020414.xhp msgctxt "" "03020414.xhp\n" "hd_id3147434\n" "help.text" msgid "Example:" msgstr "Exempel:" #. CUAJR #: 03020414.xhp msgctxt "" "03020414.xhp\n" "par_id3148645\n" "help.text" msgid "On Error GoTo ErrorHandler ' Define target for error handler" msgstr "On Error Goto ErrorHandler ' Definiera mål för felhanterare" #. MCJgJ #: 03020415.xhp msgctxt "" "03020415.xhp\n" "tit\n" "help.text" msgid "FileExists Function" msgstr "" #. XS8eA #: 03020415.xhp msgctxt "" "03020415.xhp\n" "bm_id3148946\n" "help.text" msgid "FileExists function" msgstr "FileExists, funktion " #. BM9CV #: 03020415.xhp msgctxt "" "03020415.xhp\n" "hd_id3148946\n" "help.text" msgid "FileExists Function" msgstr "" #. FkmEu #: 03020415.xhp msgctxt "" "03020415.xhp\n" "par_id3153361\n" "help.text" msgid "Determines if a file or a directory is available on the data medium." msgstr "Bestämmer om en fil eller en katalog på datamediet är tillgänglig." #. YoaeH #: 03020415.xhp msgctxt "" "03020415.xhp\n" "hd_id3150447\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Tvkos #: 03020415.xhp msgctxt "" "03020415.xhp\n" "par_id3154685\n" "help.text" msgid "FileExists(FileName As String | DirectoryName As String)" msgstr "FileExists(FileName As String | DirectoryName As String)" #. iTkt5 #: 03020415.xhp msgctxt "" "03020415.xhp\n" "hd_id3154126\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 5BiAv #: 03020415.xhp msgctxt "" "03020415.xhp\n" "par_id3150769\n" "help.text" msgid "Bool" msgstr "Bool" #. FZhAY #: 03020415.xhp msgctxt "" "03020415.xhp\n" "hd_id3153770\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 4qmwy #: 03020415.xhp msgctxt "" "03020415.xhp\n" "par_id3147349\n" "help.text" msgid "FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use URL notation." msgstr "FileName | DirectoryName: Ett stränguttryck som innehåller en otvetydig filangivelse. Du kan även använda URL-notation." #. uHp57 #: 03020415.xhp msgctxt "" "03020415.xhp\n" "hd_id3149664\n" "help.text" msgid "Example:" msgstr "Exempel:" #. hNXJV #: 03030000.xhp msgctxt "" "03030000.xhp\n" "tit\n" "help.text" msgid "Date and Time Functions" msgstr "Datum- och tidsfunktioner" #. gJne8 #: 03030000.xhp msgctxt "" "03030000.xhp\n" "hd_id3150502\n" "help.text" msgid "Date and Time Functions" msgstr "Datum- och tidsfunktioner" #. UjGFG #: 03030000.xhp msgctxt "" "03030000.xhp\n" "par_id3153255\n" "help.text" msgid "Use the statements and functions described here to perform date and time calculations." msgstr "Använd de uttryck och funktioner som beskrivs här för att utföra datum- och tidsberäkningar." #. qCdga #: 03030000.xhp msgctxt "" "03030000.xhp\n" "par_id3152363\n" "help.text" msgid "%PRODUCTNAME Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats." msgstr "Med %PRODUCTNAME Basic kan du beräkna tids- och datumskillnader genom att konvertera tids- och datumvärden till kontinuerliga numeriska värden. När skillnaden har beräknats används specialfunktioner för att konvertera värdena tillbaka till standardformat för tid och datum." #. PDVLC #: 03030000.xhp msgctxt "" "03030000.xhp\n" "par_id3151054\n" "help.text" msgid "You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. %PRODUCTNAME Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time." msgstr "Du kan kombinera datum- och tidsvärden till ett decimaltal. Datum konverteras till heltal och klockslag till decimalvärden. %PRODUCTNAME Basic stöder också variabeltypen Date, som kan innehålla en tidsangivelse bestående av både datum och klockslag." #. BhDhb #: 03030100.xhp msgctxt "" "03030100.xhp\n" "tit\n" "help.text" msgid "Converting Date Values" msgstr "Konvertera datumvärden" #. EzFNZ #: 03030100.xhp msgctxt "" "03030100.xhp\n" "hd_id3147573\n" "help.text" msgid "Converting Date Values" msgstr "Konvertera datumvärden" #. mtRPg #: 03030100.xhp msgctxt "" "03030100.xhp\n" "par_id3154760\n" "help.text" msgid "The following functions convert date values to calculable numbers and back." msgstr "Följande funktioner konverterar datumvärden till beräkningsbara tal och tillbaka igen." #. QwmCA #: 03030101.xhp msgctxt "" "03030101.xhp\n" "tit\n" "help.text" msgid "DateSerial Function" msgstr "" #. x5w6J #: 03030101.xhp msgctxt "" "03030101.xhp\n" "bm_id3157896\n" "help.text" msgid "DateSerial function" msgstr "DateSerial, funktion " #. JUExu #: 03030101.xhp msgctxt "" "03030101.xhp\n" "hd_id3157896\n" "help.text" msgid "DateSerial Function" msgstr "" #. sh2RC #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3143267\n" "help.text" msgid "Returns a Date value for a specified year, month, or day." msgstr "Returnerar ett Datum-värde för ett visst år, månad eller dag." #. CzZDE #: 03030101.xhp msgctxt "" "03030101.xhp\n" "hd_id3147264\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 5G7kZ #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3149670\n" "help.text" msgid "DateSerial (year, month, day)" msgstr "DateSerial (år, månad, dag)" #. WRPEF #: 03030101.xhp msgctxt "" "03030101.xhp\n" "hd_id3150792\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. xroUB #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3150398\n" "help.text" msgid "Date" msgstr "Datum" #. DQnNM #: 03030101.xhp msgctxt "" "03030101.xhp\n" "hd_id3154141\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 8SLdR #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3147229\n" "help.text" msgid "Year: Integer expression that indicates a year. All values between 0 and 99 are interpreted as the years 1900-1999. For years that fall outside this range, you must enter all four digits." msgstr "År: Heltalsuttryck som indikerar ett årtal. Alla värden mellan 0 och 99 tolkas som årtal mellan 1900 och 1999. Om det gäller årtal som ligger utanför detta intervall måste du ange alla fyra siffrorna." #. mBPGA #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3156280\n" "help.text" msgid "Month: Integer expression that indicates the month of the specified year. The accepted range is from 1-12." msgstr "Månad: Heltalsuttryck som indikerar en månad i det år som angetts. Det accepterade intervallet är 1-12." #. nbxJZ #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3151043\n" "help.text" msgid "Day: Integer expression that indicates the day of the specified month. The accepted range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 31 days." msgstr "Dag: heltalsuttryck som indikerar dagen i den månad som angetts. Värden mellan 1-31 accepteras. Inget fel returneras ifall du matar in en icke-existerande dag där månaden innehåller färre än 31 dagar." #. cFoY9 #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3161832\n" "help.text" msgid "The DateSerial function returns the number of days between December 30,1899 and the given date. You can use this function to calculate the difference between two dates." msgstr "Funktionen DateSerial returnerar antalet dagar mellan 30 december 1899 och det datum som angetts. Du kan använda den här funktionen om du vill beräkna avståndet mellan två datum." #. fCisT #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3155306\n" "help.text" msgid "The DateSerial function returns the data type Variant with VarType 7 (Date). Internally, this value is stored as a Double value, so that when the given date is 1.1.1900, the returned value is 2. Negative values correspond to dates before December 30, 1899 (not inclusive)." msgstr "Funktionen DateSerial returnerar datatypen Variant med VarType 7 (Date). Det här värdet lagras internt som ett Double-värde, vilket innebär att om det datum som angetts är 1900-01-01 returneras värdet 2. Negativa värden motsvarar datum före den 30 december 1899 (inte inberäknat)." #. sBLTY #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3152576\n" "help.text" msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message." msgstr "Om ett datum ligger utanför det intervall som accepteras returnerar $[officename] Basic ett felmeddelande." #. aaEE8 #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3149481\n" "help.text" msgid "Whereas you define the DateValue function as a string that contains the date, the DateSerial function evaluates each of the parameters (year, month, day) as separate numeric expressions." msgstr "Om du definierar funktionen DateValue som en sträng som innehåller ett datum, beräknar funktionen DateSerial varje parameter (år, månad, dag) som ett separat numeriskt uttryck." #. fxrwx #: 03030101.xhp msgctxt "" "03030101.xhp\n" "hd_id3155411\n" "help.text" msgid "Example:" msgstr "Exempel:" #. X45Uf #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3154942\n" "help.text" msgid "MsgBox lDate ' returns 23476" msgstr "MsgBox lDate ' returnerar 23476" #. aKdpv #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3151074\n" "help.text" msgid "MsgBox sDate ' returns 04/09/1964" msgstr "MsgBox sDate ' returnerar 1964-04-09" #. XbeX6 #: 03030102.xhp msgctxt "" "03030102.xhp\n" "tit\n" "help.text" msgid "DateValue Function" msgstr "" #. nYDEe #: 03030102.xhp msgctxt "" "03030102.xhp\n" "bm_id3156344\n" "help.text" msgid "DateValue function" msgstr "DateValue, funktion " #. jQ9iN #: 03030102.xhp msgctxt "" "03030102.xhp\n" "hd_id3156344\n" "help.text" msgid "DateValue Function" msgstr "" #. K3nhZ #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3150542\n" "help.text" msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates." msgstr "Returnerar ett datumvärde från en datumsträng. Datumsträngen är ett fullständigt datum i ett enskilt numeriskt värde. Du kan också använda det här serienumret för att bestämma skillnaden mellan två datum." #. QJz7y #: 03030102.xhp msgctxt "" "03030102.xhp\n" "hd_id3148799\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 3FsEa #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3154910\n" "help.text" msgid "DateValue [(date)]" msgstr "DateValue [(datum)]" #. B7CrF #: 03030102.xhp msgctxt "" "03030102.xhp\n" "hd_id3150870\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 4G37B #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3153194\n" "help.text" msgid "Date" msgstr "Datum" #. NHYd9 #: 03030102.xhp msgctxt "" "03030102.xhp\n" "hd_id3153969\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ghsyA #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3153770\n" "help.text" msgid "Date: String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)." msgstr "" #. EWVzU #: 03030102.xhp msgctxt "" "03030102.xhp\n" "hd_id3153142\n" "help.text" msgid "Example:" msgstr "Exempel:" #. wDviP #: 03030103.xhp msgctxt "" "03030103.xhp\n" "tit\n" "help.text" msgid "Day Function" msgstr "" #. 8iHxF #: 03030103.xhp msgctxt "" "03030103.xhp\n" "bm_id3153345\n" "help.text" msgid "Day function" msgstr "Day, funktion " #. fTDhy #: 03030103.xhp msgctxt "" "03030103.xhp\n" "hd_id3153345\n" "help.text" msgid "Day Function" msgstr "" #. BBAea #: 03030103.xhp msgctxt "" "03030103.xhp\n" "par_id3147560\n" "help.text" msgid "Returns a value that represents the day of the month based on a serial date number generated by DateSerial or DateValue." msgstr "Returnerar ett värde som representerar dagen i månaden baserat på ett seriellt datumtal genererat av DateSerial eller DateValue." #. tgk7D #: 03030103.xhp msgctxt "" "03030103.xhp\n" "hd_id3149456\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. QQJYU #: 03030103.xhp msgctxt "" "03030103.xhp\n" "par_id3150358\n" "help.text" msgid "Day (Number)" msgstr "Day (tal)" #. BpEUZ #: 03030103.xhp msgctxt "" "03030103.xhp\n" "hd_id3148798\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. SYVzg #: 03030103.xhp msgctxt "" "03030103.xhp\n" "par_id3125865\n" "help.text" msgid "Integer" msgstr "Integer" #. 32kHm #: 03030103.xhp msgctxt "" "03030103.xhp\n" "hd_id3150448\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. aJv3m #: 03030103.xhp msgctxt "" "03030103.xhp\n" "par_id3156423\n" "help.text" msgid "Number: A numeric expression that contains a serial date number from which you can determine the day of the month." msgstr "Tal: Ett numeriskt uttryck som innehåller ett seriellt datumtal från vilket du kan bestämma dag i månaden." #. YbrQA #: 03030103.xhp msgctxt "" "03030103.xhp\n" "par_id3145786\n" "help.text" msgid "This function is basically the opposite of the DateSerial function, returning the day of the month from a serial date number generated by the DateSerial or the DateValue function. For example, the expression" msgstr "Den här funktionen är i princip motsatsen till funktionen DateSerial, och returnerar dagen i månaden från ett seriellt datumtal genererat av funktionen DateSerial eller DateValue. Uttrycket" #. kmmNy #: 03030103.xhp msgctxt "" "03030103.xhp\n" "par_id3153190\n" "help.text" msgid "returns the value 20." msgstr "returnerar värdet 20." #. g9Ecp #: 03030103.xhp msgctxt "" "03030103.xhp\n" "hd_id3149481\n" "help.text" msgid "Example:" msgstr "Exempel:" #. m9Xv4 #: 03030103.xhp msgctxt "" "03030103.xhp\n" "par_id3149260\n" "help.text" msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\"" msgstr "Print \"Dag \" & Day(DateSerial(1994, 12, 20)) & \" i månaden\"" #. PxXw4 #: 03030104.xhp msgctxt "" "03030104.xhp\n" "tit\n" "help.text" msgid "Month Function" msgstr "" #. 2FAwW #: 03030104.xhp msgctxt "" "03030104.xhp\n" "bm_id3153127\n" "help.text" msgid "Month function" msgstr "Month, funktion " #. dZKyL #: 03030104.xhp msgctxt "" "03030104.xhp\n" "hd_id3153127\n" "help.text" msgid "Month Function" msgstr "" #. fCRok #: 03030104.xhp msgctxt "" "03030104.xhp\n" "par_id3148550\n" "help.text" msgid "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function." msgstr "Returnerar månaden på året från ett seriellt datum som genereras av funktionen DateSerial eller DateValue." #. Y8WeR #: 03030104.xhp msgctxt "" "03030104.xhp\n" "hd_id3145068\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. gEYXb #: 03030104.xhp msgctxt "" "03030104.xhp\n" "par_id3150398\n" "help.text" msgid "Month (Number)" msgstr "Month (tal)" #. SiGxe #: 03030104.xhp msgctxt "" "03030104.xhp\n" "hd_id3154366\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. psrUG #: 03030104.xhp msgctxt "" "03030104.xhp\n" "par_id3154125\n" "help.text" msgid "Integer" msgstr "Integer" #. CPZNo #: 03030104.xhp msgctxt "" "03030104.xhp\n" "hd_id3150768\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. KdzLB #: 03030104.xhp msgctxt "" "03030104.xhp\n" "par_id3156423\n" "help.text" msgid "Number: Numeric expression that contains the serial date number that is used to determine the month of the year." msgstr "Tal: Numeriskt uttryck som innehåller det seriella datumtal som används för att bestämma månad på året." #. SHhrH #: 03030104.xhp msgctxt "" "03030104.xhp\n" "par_id3153770\n" "help.text" msgid "This function is the opposite of the DateSerial function. It returns the month in the year that corresponds to the serial date that is generated by DateSerial or DateValue. For example, the expression" msgstr "Den här funktionen är motsatsen till funktionen DateSerial. Den returnerar den månad på året som motsvarar det seriella datum som genereras av DateSerial eller DateValue. Uttrycket" #. RcBtS #: 03030104.xhp msgctxt "" "03030104.xhp\n" "par_id3145366\n" "help.text" msgid "returns the value 12." msgstr "returnerar värdet 12." #. F6tiW #: 03030104.xhp msgctxt "" "03030104.xhp\n" "hd_id3146923\n" "help.text" msgid "Example:" msgstr "Exempel:" #. JBGGA #: 03030104.xhp msgctxt "" "03030104.xhp\n" "par_id3149664\n" "help.text" msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\"" msgstr "MsgBox \"\" & Month(Now) ,64,\"Den aktuella månaden\"" #. 7rKwD #: 03030105.xhp msgctxt "" "03030105.xhp\n" "tit\n" "help.text" msgid "WeekDay Function" msgstr "" #. fAhEB #: 03030105.xhp msgctxt "" "03030105.xhp\n" "bm_id3153127\n" "help.text" msgid "WeekDay function" msgstr "WeekDay, funktion " #. QNFTv #: 03030105.xhp msgctxt "" "03030105.xhp\n" "hd_id3153127\n" "help.text" msgid "WeekDay Function (BASIC)" msgstr "" #. UpMwa #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3146795\n" "help.text" msgid "Returns the number corresponding to the weekday represented by a serial date number that is generated by the DateSerial or the DateValue function." msgstr "Returnerar ett tal som motsvarar veckodagen, representerad av ett seriellt datumtal som genereras av funktionen DateSerial eller DateValue." #. ExFvM #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3149655\n" "help.text" msgid "WeekDay (Number)" msgstr "WeekDay (tal)" #. CPXVo #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3154125\n" "help.text" msgid "Integer" msgstr "Integer" #. tC2Mw #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3151042\n" "help.text" msgid "Number: Integer expression that contains the serial date number that is used to calculate the day of the week (1-7)." msgstr "Tal: Heltalsuttryck som innehåller det seriella datumtal som används för att beräkna veckodag (1-7)." #. ixMV6 #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3159254\n" "help.text" msgid "The following example determines the day of the week using the WeekDay function when you enter a date." msgstr "I följande exempel bestäms veckodag med hjälp av WeekDay-funktionen när du anger ett datum." #. bR8LQ #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3148576\n" "help.text" msgid "' Return And display the day of the week" msgstr "' Returnera och visa veckodag" #. 7WEbd #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3151117\n" "help.text" msgid "sDay=\"Sunday\"" msgstr "sDay=\"Söndag\"" #. UkVTB #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3153952\n" "help.text" msgid "sDay=\"Monday\"" msgstr "sDay=\"Måndag\"" #. BoE7p #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3153157\n" "help.text" msgid "sDay=\"Tuesday\"" msgstr "sDay=\"Tisdag\"" #. Gm5Cu #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3154942\n" "help.text" msgid "sDay=\"Wednesday\"" msgstr "sDay=\"Onsdag\"" #. HvjY3 #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3155416\n" "help.text" msgid "sDay=\"Thursday\"" msgstr "sDay=\"Torsdag\"" #. Z5DPv #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3154015\n" "help.text" msgid "sDay=\"Friday\"" msgstr "sDay=\"Fredag\"" #. CkTcj #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3153707\n" "help.text" msgid "sDay=\"Saturday\"" msgstr "sDay=\"Lördag\"" #. JPyAn #: 03030105.xhp msgctxt "" "03030105.xhp\n" "par_id3148993\n" "help.text" msgid "MsgBox \"\" + sDay,64,\"Today Is\"" msgstr "MsgBox \"\" + sDay,64,\"I dag är det\"" #. EhPmt #: 03030106.xhp msgctxt "" "03030106.xhp\n" "tit\n" "help.text" msgid "Year Function" msgstr "" #. 72eDH #: 03030106.xhp msgctxt "" "03030106.xhp\n" "bm_id3148664\n" "help.text" msgid "Year function" msgstr "Year, funktion " #. 8DvUr #: 03030106.xhp msgctxt "" "03030106.xhp\n" "hd_id3148664\n" "help.text" msgid "Year Function" msgstr "" #. My6Uq #: 03030106.xhp msgctxt "" "03030106.xhp\n" "par_id3149655\n" "help.text" msgid "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function." msgstr "Returnerar årtal från ett seriellt datumtal som genereras av funktionen DateSerial eller DateValue." #. dgHna #: 03030106.xhp msgctxt "" "03030106.xhp\n" "hd_id3154125\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Dv5jP #: 03030106.xhp msgctxt "" "03030106.xhp\n" "par_id3147229\n" "help.text" msgid "Year (Number)" msgstr "Year (tal)" #. ZGf4A #: 03030106.xhp msgctxt "" "03030106.xhp\n" "hd_id3154685\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. B5gnw #: 03030106.xhp msgctxt "" "03030106.xhp\n" "par_id3153970\n" "help.text" msgid "Integer" msgstr "Integer" #. E3cZS #: 03030106.xhp msgctxt "" "03030106.xhp\n" "hd_id3150440\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 93kLy #: 03030106.xhp msgctxt "" "03030106.xhp\n" "par_id3163712\n" "help.text" msgid "Number: Integer expression that contains the serial date number that is used to calculate the year." msgstr "Tal: Heltalsuttryck som innehåller ett seriellt datumtal som används för att beräkna år." #. iJ8tY #: 03030106.xhp msgctxt "" "03030106.xhp\n" "par_id3152596\n" "help.text" msgid "This function is the opposite of the DateSerial function, and returns the year of a serial date. For example, the expression:" msgstr "Den här funktionen är motsatsen till funktionen DateSerial, och returnerar årtal i ett seriellt datum. Exempelvis uttrycket:" #. Ft597 #: 03030106.xhp msgctxt "" "03030106.xhp\n" "par_id3149483\n" "help.text" msgid "returns the value 1994." msgstr "returnerar värdet 1994." #. Ms2Zi #: 03030106.xhp msgctxt "" "03030106.xhp\n" "hd_id3146985\n" "help.text" msgid "Example:" msgstr "Exempel:" #. B5T4J #: 03030106.xhp msgctxt "" "03030106.xhp\n" "par_id3153363\n" "help.text" msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\"" msgstr "MsgBox \"\" & Year(Now) ,64,\"Aktuellt år\"" #. FsDYs #: 03030107.xhp msgctxt "" "03030107.xhp\n" "tit\n" "help.text" msgid "CDateToIso Function" msgstr "" #. g3qQE #: 03030107.xhp msgctxt "" "03030107.xhp\n" "bm_id3150620\n" "help.text" msgid "CdateToIso function" msgstr "CdateToIso, funktion " #. i3HEH #: 03030107.xhp msgctxt "" "03030107.xhp\n" "hd_id3150620\n" "help.text" msgid "CDateToIso Function" msgstr "" #. YAouB #: 03030107.xhp msgctxt "" "03030107.xhp\n" "par_id3151097\n" "help.text" msgid "Returns the date in ISO format without separators (YYYYMMDD) from a serial date number that is generated by the DateSerial or the DateValue or the CDateFromIso function." msgstr "" #. AJpft #: 03030107.xhp msgctxt "" "03030107.xhp\n" "par_id3151098\n" "help.text" msgid "The year part consists of at least four digits, with leading zeros if the absolute value is less than 1000, it can be negative with a leading minus sign if the date passed denotes a year before the common era (BCE) and it can have more than four digits if the absolute value is greater than 9999. The formatted string returned can be in the range \"-327680101\" to \"327671231\"." msgstr "" #. 5vWAZ #: 03030107.xhp msgctxt "" "03030107.xhp\n" "par_id3151099\n" "help.text" msgid "Years less than 100 and greater than 9999 are supported since %PRODUCTNAME 5.4." msgstr "" #. FEACC #: 03030107.xhp msgctxt "" "03030107.xhp\n" "hd_id3159224\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. cYDwU #: 03030107.xhp msgctxt "" "03030107.xhp\n" "par_id3149497\n" "help.text" msgid "CDateToIso(Number)" msgstr "CDateToIso(Nummer)" #. eBUAe #: 03030107.xhp msgctxt "" "03030107.xhp\n" "hd_id3152347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. R2BPB #: 03030107.xhp msgctxt "" "03030107.xhp\n" "par_id3154422\n" "help.text" msgid "String" msgstr "String" #. DBJN6 #: 03030107.xhp msgctxt "" "03030107.xhp\n" "hd_id3147303\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. KjLq7 #: 03030107.xhp msgctxt "" "03030107.xhp\n" "par_id3145136\n" "help.text" msgid "Number: Integer that contains the serial date number." msgstr "Nummer: Heltal som innehåller det seriella datumtalet." #. zuM6A #: 03030107.xhp msgctxt "" "03030107.xhp\n" "hd_id3147243\n" "help.text" msgid "Example:" msgstr "Exempel:" #. e76ZY #: 03030107.xhp msgctxt "" "03030107.xhp\n" "par_id3153126\n" "help.text" msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\"" msgstr "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO-datum\"" #. 2YY2W #: 03030108.xhp msgctxt "" "03030108.xhp\n" "tit\n" "help.text" msgid "CDateFromIso Function" msgstr "" #. bAPbG #: 03030108.xhp msgctxt "" "03030108.xhp\n" "bm_id3153127\n" "help.text" msgid "CdateFromIso function" msgstr "CdateFromIso, funktion " #. R29ws #: 03030108.xhp msgctxt "" "03030108.xhp\n" "hd_id3153127\n" "help.text" msgid "CDateFromIso Function" msgstr "" #. AaWgB #: 03030108.xhp msgctxt "" "03030108.xhp\n" "par_id3148550\n" "help.text" msgid "Returns the internal date number from a string that contains a date in ISO format (YYYYMMDD or YYYY-MM-DD)." msgstr "" #. GTCC6 #: 03030108.xhp msgctxt "" "03030108.xhp\n" "par_id3148551\n" "help.text" msgid "The year part must consist of either two (supported only in YYMMDD format without separators for compatibility) or at least four digits. With four digits leading zeros must be given if the absolute value is less than 1000, it can be negative with a leading minus sign if the date passed denotes a year before the common era (BCE) and it can have more than four digits if the absolute value is greater than 9999. The formatted string can be in the range \"-327680101\" to \"327671231\", or \"-32768-01-01\" to \"32767-12-31\"." msgstr "" #. ACdxD #: 03030108.xhp msgctxt "" "03030108.xhp\n" "par_id3148552\n" "help.text" msgid "An invalid date results in an error. Year 0 is not accepted, the last day BCE is -0001-12-31 and the next day CE is 0001-01-01. Dates before 1582-10-15 are in the proleptic Gregorian calendar." msgstr "" #. CzhoN #: 03030108.xhp msgctxt "" "03030108.xhp\n" "par_id3148553\n" "help.text" msgid "When converting a date serial number to a printable string, for example for the Print or MsgBox command, the locale's default calendar is used and at that 1582-10-15 cutover date may switch to the Julian calendar, which can result in a different date being displayed than expected. Use the CDateToIso Function to convert such date number to a string representation in the proleptic Gregorian calendar." msgstr "" #. xDmcF #: 03030108.xhp msgctxt "" "03030108.xhp\n" "par_id3148554\n" "help.text" msgid "The YYYY-MM-DD format with separators is supported since %PRODUCTNAME 5.3.4. Years less than 100 or greater than 9999 are accepted since %PRODUCTNAME 5.4 if not in VBA compatibility mode." msgstr "" #. DahpE #: 03030108.xhp msgctxt "" "03030108.xhp\n" "hd_id3148947\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. aZBig #: 03030108.xhp msgctxt "" "03030108.xhp\n" "hd_id3154367\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. v2eb8 #: 03030108.xhp msgctxt "" "03030108.xhp\n" "par_id3156212\n" "help.text" msgid "Internal date number" msgstr "Internt datumtal" #. 6GARA #: 03030108.xhp msgctxt "" "03030108.xhp\n" "hd_id3125864\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. qdGnq #: 03030108.xhp msgctxt "" "03030108.xhp\n" "par_id3154685\n" "help.text" msgid "String: A string that contains a date in ISO format." msgstr "" #. P8XYk #: 03030108.xhp msgctxt "" "03030108.xhp\n" "hd_id3150439\n" "help.text" msgid "Example:" msgstr "Exempel:" #. SmbEw #: 03030108.xhp msgctxt "" "03030108.xhp\n" "par_id3146921\n" "help.text" msgid "return both 12/31/2002 in the date format of your system" msgstr "" #. WZcyq #: 03030110.xhp msgctxt "" "03030110.xhp\n" "tit\n" "help.text" msgid "DateAdd Function" msgstr "" #. PFNuR #: 03030110.xhp msgctxt "" "03030110.xhp\n" "bm_id6269417\n" "help.text" msgid "DateAdd function" msgstr "DateAdd-funktion" #. asR26 #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10548\n" "help.text" msgid "DateAdd Function" msgstr "" #. R9EVm #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10558\n" "help.text" msgid "Adds a date interval to a given date a number of times and returns the resulting date." msgstr "Lägger till ett datumintervall till ett givet datum ett antal gånger och returnerar det resulterande datumet." #. 32PPG #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1055B\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. DJGhH #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1055F\n" "help.text" msgid "DateAdd (Add, Count, Date)" msgstr "DateAdd (Tillägg, Antal, Datum)" #. Gt9cm #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1061E\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. rHxFm #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10622\n" "help.text" msgid "A Variant containing a date." msgstr "En variant som innehåller ett datum." #. pMyfk #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10625\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ifRp8 #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10629\n" "help.text" msgid "Add - A string expression from the following table, specifying the date interval." msgstr "" #. XG5fJ #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10636\n" "help.text" msgid "Add (string value)" msgstr "Tillägg (strängvärde)" #. BrkDy #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1063C\n" "help.text" msgid "Explanation" msgstr "Förklaring" #. QCaFK #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10643\n" "help.text" msgid "yyyy" msgstr "åååå" #. uCMGD #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10649\n" "help.text" msgid "Year" msgstr "År" #. BTQbh #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10650\n" "help.text" msgid "q" msgstr "q" #. aAbFF #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10656\n" "help.text" msgid "Quarter" msgstr "Kvartal" #. khy6d #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1065D\n" "help.text" msgid "m" msgstr "m" #. DnwYQ #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10663\n" "help.text" msgid "Month" msgstr "Månad" #. 2kcLi #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1066A\n" "help.text" msgid "y" msgstr "y" #. 5ceAL #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10670\n" "help.text" msgid "Day of year" msgstr "Dagen på året" #. gDYqD #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10677\n" "help.text" msgid "w" msgstr "w" #. zMz7B #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1067D\n" "help.text" msgid "Weekday" msgstr "Weekday" #. SGGGX #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10684\n" "help.text" msgid "ww" msgstr "ww" #. Wknbt #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1068A\n" "help.text" msgid "Week of year" msgstr "Vecka på året" #. AodTF #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10691\n" "help.text" msgid "d" msgstr "d" #. QUMAr #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10697\n" "help.text" msgid "Day" msgstr "Dag" #. DtMSq #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1069E\n" "help.text" msgid "h" msgstr "h" #. bW8VY #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106A4\n" "help.text" msgid "Hour" msgstr "Hour" #. EFdrN #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106AB\n" "help.text" msgid "n" msgstr "n" #. E7sMZ #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106B1\n" "help.text" msgid "Minute" msgstr "Minute" #. gpxE5 #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106B8\n" "help.text" msgid "s" msgstr "s" #. saACB #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106BE\n" "help.text" msgid "Second" msgstr "Second" #. 7CC9B #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106C1\n" "help.text" msgid "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)." msgstr "" #. fxLyq #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106C4\n" "help.text" msgid "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value." msgstr "" #. fEW8A #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106C7\n" "help.text" msgid "Example:" msgstr "Exempel:" #. kvCPX #: 03030111.xhp msgctxt "" "03030111.xhp\n" "tit\n" "help.text" msgid "CDateToUnoDate Function" msgstr "" #. A6iFX #: 03030111.xhp msgctxt "" "03030111.xhp\n" "bm_id3150620\n" "help.text" msgid "CDateToUnoDate function" msgstr "CdateToUnoDate-funktion" #. Fh47U #: 03030111.xhp msgctxt "" "03030111.xhp\n" "hd_id3150620\n" "help.text" msgid "CDateToUnoDate Function" msgstr "" #. xtYRQ #: 03030111.xhp msgctxt "" "03030111.xhp\n" "par_id3151097\n" "help.text" msgid "Returns the date as a UNO com.sun.star.util.Date struct." msgstr "Returnerar datumet som en UNO-struktur av typen com.sun.star.util.Date." #. WbEXn #: 03030111.xhp msgctxt "" "03030111.xhp\n" "hd_id3159224\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. cPRUh #: 03030111.xhp msgctxt "" "03030111.xhp\n" "par_id3149497\n" "help.text" msgid "CDateToUnoDate(aDate)" msgstr "CDateToUnoDate(ettDatum)" #. iGwfJ #: 03030111.xhp msgctxt "" "03030111.xhp\n" "hd_id3152347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 2okBg #: 03030111.xhp msgctxt "" "03030111.xhp\n" "par_id3154422\n" "help.text" msgid "com.sun.star.util.Date" msgstr "com.sun.star.util.Date" #. RgSmL #: 03030111.xhp msgctxt "" "03030111.xhp\n" "hd_id3147303\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. EBWkD #: 03030111.xhp msgctxt "" "03030111.xhp\n" "par_id3145136\n" "help.text" msgid "aDate: Date to convert" msgstr "ettDatum: Det datum som ska konverteras." #. joa6W #: 03030111.xhp msgctxt "" "03030111.xhp\n" "hd_id3147243\n" "help.text" msgid "Example:" msgstr "Exempel:" #. RGFPj #: 03030112.xhp msgctxt "" "03030112.xhp\n" "tit\n" "help.text" msgid "CDateFromUnoDate Function" msgstr "" #. 8aEAu #: 03030112.xhp msgctxt "" "03030112.xhp\n" "bm_id3150620\n" "help.text" msgid "CDateFromUnoDate function" msgstr "CdateFromUnoDate-funktion" #. wbhZD #: 03030112.xhp msgctxt "" "03030112.xhp\n" "hd_id3150620\n" "help.text" msgid "CDateFromUnoDate Function" msgstr "" #. DsANV #: 03030112.xhp msgctxt "" "03030112.xhp\n" "par_id3151097\n" "help.text" msgid "Converts a UNO com.sun.star.util.Date struct to a Date value." msgstr "Konverterar en struktur av typen com.sun.star.util.Date till ett datumvärde (Date)." #. 4Fnkp #: 03030112.xhp msgctxt "" "03030112.xhp\n" "hd_id3159224\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. snhBW #: 03030112.xhp msgctxt "" "03030112.xhp\n" "par_id3149497\n" "help.text" msgid "CDateFromUnoDate(aDate)" msgstr "CDateFromUnoDate(ettDatum)" #. B3CDo #: 03030112.xhp msgctxt "" "03030112.xhp\n" "hd_id3152347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. CNyaj #: 03030112.xhp msgctxt "" "03030112.xhp\n" "par_id3154422\n" "help.text" msgid "Date" msgstr "Datum" #. zDinD #: 03030112.xhp msgctxt "" "03030112.xhp\n" "hd_id3147303\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. rimfX #: 03030112.xhp msgctxt "" "03030112.xhp\n" "par_id3145136\n" "help.text" msgid "aDate: Date to convert" msgstr "ettDatum: Det datum som ska konverteras." #. PJg82 #: 03030112.xhp msgctxt "" "03030112.xhp\n" "hd_id3147243\n" "help.text" msgid "Example:" msgstr "Exempel:" #. bku37 #: 03030113.xhp msgctxt "" "03030113.xhp\n" "tit\n" "help.text" msgid "CDateToUnoTime Function" msgstr "" #. KkJ4E #: 03030113.xhp msgctxt "" "03030113.xhp\n" "bm_id3150620\n" "help.text" msgid "CDateToUnoTime function" msgstr "CDateToUnoTime-funktion" #. GkSRQ #: 03030113.xhp msgctxt "" "03030113.xhp\n" "hd_id3150620\n" "help.text" msgid "CDateToUnoTime Function" msgstr "" #. 6QMEs #: 03030113.xhp msgctxt "" "03030113.xhp\n" "par_id3151097\n" "help.text" msgid "Returns the time part of the date as a UNO com.sun.star.util.Time struct." msgstr "Returnerar tid-delen av ett datum som en UNO-strukt av typen com.sun.star.util.Time." #. x2CRq #: 03030113.xhp msgctxt "" "03030113.xhp\n" "hd_id3159224\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. ABYMv #: 03030113.xhp msgctxt "" "03030113.xhp\n" "par_id3149497\n" "help.text" msgid "CDateToUnoTime(aDate)" msgstr "CDateToUnoTime(ettDatum)" #. N7qeB #: 03030113.xhp msgctxt "" "03030113.xhp\n" "hd_id3152347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. LcRZR #: 03030113.xhp msgctxt "" "03030113.xhp\n" "par_id3154422\n" "help.text" msgid "com.sun.star.util.Time" msgstr "com.sun.star.util.Time" #. ctAU3 #: 03030113.xhp msgctxt "" "03030113.xhp\n" "hd_id3147303\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. eSHr6 #: 03030113.xhp msgctxt "" "03030113.xhp\n" "par_id3145136\n" "help.text" msgid "aDate: Date value to convert" msgstr "ettDatum: Det datumvärde som ska konverteras." #. svm7U #: 03030113.xhp msgctxt "" "03030113.xhp\n" "hd_id3147243\n" "help.text" msgid "Example:" msgstr "Exempel:" #. oWdT3 #: 03030114.xhp msgctxt "" "03030114.xhp\n" "tit\n" "help.text" msgid "CDateFromUnoTime Function" msgstr "" #. X9PEB #: 03030114.xhp msgctxt "" "03030114.xhp\n" "bm_id3150620\n" "help.text" msgid "CDateFromUnoTime function" msgstr "CDateFromUnoTime-funktion" #. MErZW #: 03030114.xhp msgctxt "" "03030114.xhp\n" "hd_id3150620\n" "help.text" msgid "CDateFromUnoTime Function" msgstr "" #. QfMkH #: 03030114.xhp msgctxt "" "03030114.xhp\n" "par_id3151097\n" "help.text" msgid "Converts a UNO com.sun.star.util.Time struct to a Date value." msgstr "Konverterar en UNO-struktur av typen com.sun.star.util.Time till ett datumvärde (Date)." #. EDnPm #: 03030114.xhp msgctxt "" "03030114.xhp\n" "hd_id3159224\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. EQoqi #: 03030114.xhp msgctxt "" "03030114.xhp\n" "par_id3149497\n" "help.text" msgid "CDateFromUnoTime(aTime)" msgstr "CDateFromUnoTime(enTidpunkt)" #. QreGF #: 03030114.xhp msgctxt "" "03030114.xhp\n" "hd_id3152347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 4BCyg #: 03030114.xhp msgctxt "" "03030114.xhp\n" "par_id3154422\n" "help.text" msgid "Date" msgstr "Datum" #. RiT8L #: 03030114.xhp msgctxt "" "03030114.xhp\n" "hd_id3147303\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 3DkpD #: 03030114.xhp msgctxt "" "03030114.xhp\n" "par_id3145136\n" "help.text" msgid "aTime: Time to convert" msgstr "enTidpunkt: Den tidpunkt som ska konverteras" #. WLDyi #: 03030114.xhp msgctxt "" "03030114.xhp\n" "hd_id3147243\n" "help.text" msgid "Example:" msgstr "Exempel:" #. R5G5B #: 03030115.xhp msgctxt "" "03030115.xhp\n" "tit\n" "help.text" msgid "CDateToUnoDateTime Function" msgstr "" #. hbeE8 #: 03030115.xhp msgctxt "" "03030115.xhp\n" "bm_id3150620\n" "help.text" msgid "CDateToUnoDateTime function" msgstr "CDateToUnoDateTime-funktion" #. PN5Bq #: 03030115.xhp msgctxt "" "03030115.xhp\n" "hd_id3150620\n" "help.text" msgid "CDateToUnoDateTime Function" msgstr "" #. aJkaU #: 03030115.xhp msgctxt "" "03030115.xhp\n" "par_id3151097\n" "help.text" msgid "Returns the time part of the date as a UNO com.sun.star.util.DateTime struct." msgstr "Returnerar tidpunktsdelen av ett datum som en UNO-struktur av typen com.sun.star.util.DateTime." #. iJCik #: 03030115.xhp msgctxt "" "03030115.xhp\n" "hd_id3159224\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. TMAGP #: 03030115.xhp msgctxt "" "03030115.xhp\n" "par_id3149497\n" "help.text" msgid "CDateToUnoDateTime(aDate)" msgstr "CDateToUnoDateTime(ettDatum)" #. 9vAhc #: 03030115.xhp msgctxt "" "03030115.xhp\n" "hd_id3152347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 9TBL2 #: 03030115.xhp msgctxt "" "03030115.xhp\n" "par_id3154422\n" "help.text" msgid "com.sun.star.util.DateTime" msgstr "com.sun.star.util.DateTime" #. o72BC #: 03030115.xhp msgctxt "" "03030115.xhp\n" "hd_id3147303\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. X3igP #: 03030115.xhp msgctxt "" "03030115.xhp\n" "par_id3145136\n" "help.text" msgid "aDate: Date value to convert" msgstr "ettDatum: Det datumvärde som ska konverteras." #. zxFxD #: 03030115.xhp msgctxt "" "03030115.xhp\n" "hd_id3147243\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 8TEgG #: 03030116.xhp msgctxt "" "03030116.xhp\n" "tit\n" "help.text" msgid "CDateFromUnoDateTime Function" msgstr "" #. cHEj9 #: 03030116.xhp msgctxt "" "03030116.xhp\n" "bm_id3150620\n" "help.text" msgid "CDateFromUnoDateTime function" msgstr "CDateFromUnoDateTime-funktion" #. gbW7P #: 03030116.xhp msgctxt "" "03030116.xhp\n" "hd_id3150620\n" "help.text" msgid "CDateFromUnoDateTime Function" msgstr "" #. GgYqn #: 03030116.xhp msgctxt "" "03030116.xhp\n" "par_id3151097\n" "help.text" msgid "Converts a UNO com.sun.star.util.DateTime struct to a Date value." msgstr "Konverterar en UNO-struktur av typen com.sun.star.util.DateTime till ett datumvärde (Date)." #. HWdZi #: 03030116.xhp msgctxt "" "03030116.xhp\n" "hd_id3159224\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. qhgq3 #: 03030116.xhp msgctxt "" "03030116.xhp\n" "par_id3149497\n" "help.text" msgid "CDateFromUnoDateTime(aDateTime)" msgstr "CDateFromUnoDateTime(datumTid)" #. kjYF8 #: 03030116.xhp msgctxt "" "03030116.xhp\n" "hd_id3152347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. eZpEM #: 03030116.xhp msgctxt "" "03030116.xhp\n" "par_id3154422\n" "help.text" msgid "Date" msgstr "Datum" #. cWBG3 #: 03030116.xhp msgctxt "" "03030116.xhp\n" "hd_id3147303\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. vZiQN #: 03030116.xhp msgctxt "" "03030116.xhp\n" "par_id3145136\n" "help.text" msgid "aDateTime: DateTime to convert" msgstr "datumTid: Det DateTime-värde som ska konverteras." #. eD9vp #: 03030116.xhp msgctxt "" "03030116.xhp\n" "hd_id3147243\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ADcJo #: 03030120.xhp msgctxt "" "03030120.xhp\n" "tit\n" "help.text" msgid "DateDiff Function" msgstr "" #. B9pb6 #: 03030120.xhp msgctxt "" "03030120.xhp\n" "bm_id6134830\n" "help.text" msgid "DateDiff function" msgstr "DateDiff-funktion" #. rUz5H #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10542\n" "help.text" msgid "DateDiff Function" msgstr "" #. MsJG6 #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10546\n" "help.text" msgid "Returns the number of date intervals between two given date values." msgstr "Returnerar antalet datumintervall mellan två angivna datumvärden." #. jwneU #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10549\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 23hun #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10648\n" "help.text" msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])" msgstr "DateDiff (Tillägg, Datum1, Datum2 [, Vecka_start [, År_start]])" #. BPDH8 #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1064B\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. BXncY #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1064F\n" "help.text" msgid "A number." msgstr "Ett tal." #. PhvCn #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10652\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. VPj7H #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10656\n" "help.text" msgid "Add - A string expression from the following table, specifying the date interval." msgstr "Tillägg - Ett stränguttryck från följande tabell som anger datumintervallet." #. DDkPg #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10664\n" "help.text" msgid "Date1, Date2 - The two date values to be compared." msgstr "Datum1, Datum2 - De två datumvärdena som ska jämföras." #. pxADB #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1066A\n" "help.text" msgid "Week_start - An optional parameter that specifies the starting day of a week." msgstr "Vecka_start - En valfri parameter som anger vilken dag veckan inleds med." #. NtgAZ #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1067A\n" "help.text" msgid "Week_start value" msgstr "Värde för Vecka_start" #. gmaR8 #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10680\n" "help.text" msgid "Explanation" msgstr "Förklaring" #. A5RkW #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10687\n" "help.text" msgid "0" msgstr "0" #. Xt9Xx #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1068D\n" "help.text" msgid "Use system default value" msgstr "Använd systemets standardvärde" #. 6UMdD #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10694\n" "help.text" msgid "1" msgstr "1" #. uV8iz #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1069A\n" "help.text" msgid "Sunday (default)" msgstr "Söndag (standardvärde)" #. zuFMX #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106A1\n" "help.text" msgid "2" msgstr "2" #. vUz3C #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106A7\n" "help.text" msgid "Monday" msgstr "måndag" #. 2YAp3 #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106AE\n" "help.text" msgid "3" msgstr "3" #. KCW5A #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106B4\n" "help.text" msgid "Tuesday" msgstr "Tisdag" #. 8rkEA #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106BB\n" "help.text" msgid "4" msgstr "4" #. hhEsB #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106C1\n" "help.text" msgid "Wednesday" msgstr "Onsdag" #. 3F47C #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106C8\n" "help.text" msgid "5" msgstr "5" #. Zv7Dn #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106CE\n" "help.text" msgid "Thursday" msgstr "Torsdag" #. aP5Bd #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106D5\n" "help.text" msgid "6" msgstr "6" #. EbThD #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106DB\n" "help.text" msgid "Friday" msgstr "Fredag" #. CmnqZ #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106E2\n" "help.text" msgid "7" msgstr "7" #. BjBfG #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106E8\n" "help.text" msgid "Saturday" msgstr "Lördag" #. sVAum #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106EB\n" "help.text" msgid "Year_start - An optional parameter that specifies the starting week of a year." msgstr "År_start - En valfri parameter som anger vilken vecka året inleds med." #. rKUUc #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106FB\n" "help.text" msgid "Year_start value" msgstr "Värde för År_start" #. zAFFS #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10701\n" "help.text" msgid "Explanation" msgstr "Förklaring" #. XEzpc #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10708\n" "help.text" msgid "0" msgstr "0" #. jXczC #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1070E\n" "help.text" msgid "Use system default value" msgstr "Använd systemets standardvärde" #. sqUf8 #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10715\n" "help.text" msgid "1" msgstr "1" #. 65vhA #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1071B\n" "help.text" msgid "Week 1 is the week with January, 1st (default)" msgstr "Vecka 1 är den vecka där den 1 januari infaller (standardvärde)" #. 7KXnC #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10722\n" "help.text" msgid "2" msgstr "2" #. wFZe8 #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10728\n" "help.text" msgid "Week 1 is the first week containing four or more days of that year" msgstr "Vecka 1 är den första veckan som innehåller fyra eller fler dagar på det året" #. 85UKo #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1072F\n" "help.text" msgid "3" msgstr "3" #. xAkGk #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10735\n" "help.text" msgid "Week 1 is the first week containing only days of the new year" msgstr "Vecka 1 är den första veckan som enbart innehåller dagar under det nya året" #. fpPpz #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10738\n" "help.text" msgid "Example:" msgstr "Exempel:" #. pA2jY #: 03030130.xhp msgctxt "" "03030130.xhp\n" "tit\n" "help.text" msgid "DatePart Function" msgstr "" #. 6VFVF #: 03030130.xhp msgctxt "" "03030130.xhp\n" "bm_id249946\n" "help.text" msgid "DatePart function" msgstr "DatePart-funktion" #. FZMy8 #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN10542\n" "help.text" msgid "DatePart Function" msgstr "" #. i4c5k #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN10546\n" "help.text" msgid "The DatePart function returns a specified part of a date." msgstr "Funktionen DatePart returnerar en viss del av ett datum." #. FKbf2 #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN10549\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. GaBLY #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN105E8\n" "help.text" msgid "DatePart (Add, Date [, Week_start [, Year_start]])" msgstr "DatePart (Tillägg, Datum[, Vecka_start [, År_start]])" #. wi5B9 #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN105EB\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. rL6eH #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN105EF\n" "help.text" msgid "A Variant containing a date." msgstr "En variant som innehåller ett datum." #. uFBWR #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN105F2\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. zrGbe #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN105F6\n" "help.text" msgid "Add - A string expression from the following table, specifying the date interval." msgstr "Tillägg - Ett stränguttryck från följande tabell som anger datumintervallet." #. rDG6m #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN10604\n" "help.text" msgid "Date - The date from which the result is calculated." msgstr "Datum - Det datum som resultatet ska beräknas från." #. 9DCFV #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN10611\n" "help.text" msgid "Example:" msgstr "Exempel:" #. tzm8A #: 03030200.xhp msgctxt "" "03030200.xhp\n" "tit\n" "help.text" msgid "Converting Time Values" msgstr "Konvertera tidsvärden" #. dJYDD #: 03030200.xhp msgctxt "" "03030200.xhp\n" "hd_id3147226\n" "help.text" msgid "Converting Time Values" msgstr "Konvertera tidsvärden" #. SdvsV #: 03030200.xhp msgctxt "" "03030200.xhp\n" "par_id3149415\n" "help.text" msgid "The following functions convert time values to calculable numbers." msgstr "Följande funktioner konverterar tidsvärden till beräkningsbara tal." #. adUzL #: 03030201.xhp msgctxt "" "03030201.xhp\n" "tit\n" "help.text" msgid "Hour Function" msgstr "" #. fYiZC #: 03030201.xhp msgctxt "" "03030201.xhp\n" "bm_id3156042\n" "help.text" msgid "Hour function" msgstr "Hour, funktion" #. 6thEB #: 03030201.xhp msgctxt "" "03030201.xhp\n" "hd_id3156042\n" "help.text" msgid "Hour Function" msgstr "" #. AEpQ4 #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3149346\n" "help.text" msgid "Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function." msgstr "Returnerar timme från ett tidsvärde som är genererat med funktionen TimeSerial eller TimeValue." #. hs3C9 #: 03030201.xhp msgctxt "" "03030201.xhp\n" "hd_id3147574\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. pxhAV #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3147264\n" "help.text" msgid "Hour (Number)" msgstr "Hour (tal)" #. DmzEh #: 03030201.xhp msgctxt "" "03030201.xhp\n" "hd_id3145069\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. FYJMV #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3149670\n" "help.text" msgid "Integer" msgstr "Integer" #. MLayF #: 03030201.xhp msgctxt "" "03030201.xhp\n" "hd_id3150359\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. HAoDp #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3154366\n" "help.text" msgid "Number: Numeric expression that contains the serial time value that is used to return the hour value." msgstr "Tal: Numeriskt uttryck som innehåller det seriella tidsvärde som används för att returnera timvärdet." #. TbDJr #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3154909\n" "help.text" msgid "This function is the opposite of the TimeSerial function. It returns an integer value that represents the hour from a time value that is generated by the TimeSerial or the TimeValue function. For example, the expression" msgstr "Den här funktionen är motsatsen till funktionen TimeSerial. Den returnerar ett heltalsvärde som representerar timmen i ett tidsvärde som genereras med funktionen TimeSerial eller TimeValue. Uttrycket" #. zCCqA #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3163798\n" "help.text" msgid "Print Hour(TimeSerial(12,30,41))" msgstr "Print Hour(TimeSerial(12:30:41))" #. n3zH6 #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3155132\n" "help.text" msgid "returns the value 12." msgstr "returnerar värdet 12." #. Tf4uo #: 03030201.xhp msgctxt "" "03030201.xhp\n" "hd_id3147348\n" "help.text" msgid "Example:" msgstr "Exempel:" #. iELda #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3146985\n" "help.text" msgid "Sub ExampleHour" msgstr "Sub ExampleHour" #. qwk5P #: 03030201.xhp msgctxt "" "03030201.xhp\n" "par_id3156441\n" "help.text" msgid "Print \"The current hour is \" & Hour( Now )" msgstr "Print \"Den aktuella timmen är \" & Hour( Now )" #. 84uJf #: 03030202.xhp msgctxt "" "03030202.xhp\n" "tit\n" "help.text" msgid "Minute Function" msgstr "" #. xDBxn #: 03030202.xhp msgctxt "" "03030202.xhp\n" "bm_id3155419\n" "help.text" msgid "Minute function" msgstr "Minute, funktion" #. aYEXJ #: 03030202.xhp msgctxt "" "03030202.xhp\n" "hd_id3155419\n" "help.text" msgid "Minute Function" msgstr "" #. 8nzwM #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3156344\n" "help.text" msgid "Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function." msgstr "Returnerar minuttalet som motsvarar det seriella tidsvärde som genereras av funktionen TimeSerial eller TimeValue." #. 8uQFB #: 03030202.xhp msgctxt "" "03030202.xhp\n" "hd_id3154758\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. xnqCB #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3149656\n" "help.text" msgid "Minute (Number)" msgstr "Minute (tal)" #. KPhLZ #: 03030202.xhp msgctxt "" "03030202.xhp\n" "hd_id3148798\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. guGNy #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3150449\n" "help.text" msgid "Integer" msgstr "Integer" #. mXCkz #: 03030202.xhp msgctxt "" "03030202.xhp\n" "hd_id3153193\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 7AF7G #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3153969\n" "help.text" msgid "Number: Numeric expression that contains the serial time value that is used to return the minute value." msgstr "Tal: Numeriskt uttryck som innehåller det seriella tidsvärde som används för att returnera minutvärdet." #. tsS7A #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3150869\n" "help.text" msgid "This function is the opposite of the TimeSerial function. It returns the minute of the serial time value that is generated by the TimeSerial or the TimeValue function. For example, the expression:" msgstr "Den här funktionen är motsatsen till funktionen TimeSerial. Den returnerar minuttalet i det seriella tidsvärde som genereras med funktionen TimeSerial eller TimeValue . Exempelvis uttrycket:" #. Gr7YY #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3149262\n" "help.text" msgid "Print Minute(TimeSerial(12,30,41))" msgstr "Print Minute(TimeSerial(12:30:41))" #. 6ZmVp #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3148576\n" "help.text" msgid "returns the value 30." msgstr "returnerar värdet 30." #. 3jdK6 #: 03030202.xhp msgctxt "" "03030202.xhp\n" "hd_id3150010\n" "help.text" msgid "Example:" msgstr "Exempel:" #. NEseB #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3159154\n" "help.text" msgid "Sub ExampleMinute" msgstr "Sub ExampleMinute" #. uxFus #: 03030202.xhp msgctxt "" "03030202.xhp\n" "par_id3146119\n" "help.text" msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\"" msgstr "MsgBox \"Aktuell minut är \"& Minute(Now)& \".\"" #. BEfZb #: 03030203.xhp msgctxt "" "03030203.xhp\n" "tit\n" "help.text" msgid "Now Function" msgstr "" #. DLG27 #: 03030203.xhp msgctxt "" "03030203.xhp\n" "bm_id3149416\n" "help.text" msgid "Now function" msgstr "Now, funktion " #. KToKW #: 03030203.xhp msgctxt "" "03030203.xhp\n" "hd_id3149416\n" "help.text" msgid "Now Function" msgstr "" #. TdbJF #: 03030203.xhp msgctxt "" "03030203.xhp\n" "par_id3149670\n" "help.text" msgid "Returns the current system date and time as a Date value." msgstr "Returnerar aktuellt systemdatum och systemtid som ett Date-värde." #. 3LzgH #: 03030203.xhp msgctxt "" "03030203.xhp\n" "hd_id3149456\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. vTB6H #: 03030203.xhp msgctxt "" "03030203.xhp\n" "hd_id3154366\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. WrWGq #: 03030203.xhp msgctxt "" "03030203.xhp\n" "par_id3154909\n" "help.text" msgid "Date" msgstr "Datum" #. C4DDG #: 03030203.xhp msgctxt "" "03030203.xhp\n" "hd_id3147229\n" "help.text" msgid "Example:" msgstr "Exempel:" #. CMe7F #: 03030203.xhp msgctxt "" "03030203.xhp\n" "par_id3150870\n" "help.text" msgid "MsgBox \"It is now \" & Now" msgstr "MsgBox \"Det är nu \" & Now" #. 6Y7Bi #: 03030204.xhp msgctxt "" "03030204.xhp\n" "tit\n" "help.text" msgid "Second Function" msgstr "" #. QDSFu #: 03030204.xhp msgctxt "" "03030204.xhp\n" "bm_id3153346\n" "help.text" msgid "Second function" msgstr "Second, funktion " #. sesGV #: 03030204.xhp msgctxt "" "03030204.xhp\n" "hd_id3153346\n" "help.text" msgid "Second Function" msgstr "" #. 7idcY #: 03030204.xhp msgctxt "" "03030204.xhp\n" "par_id3156023\n" "help.text" msgid "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function." msgstr "Returnerar ett heltal som representerar sekunderna i ett seriellt tidstal som genereras av funktionen TimeSerial eller TimeValue." #. 4BoNH #: 03030204.xhp msgctxt "" "03030204.xhp\n" "hd_id3147264\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. nzq77 #: 03030204.xhp msgctxt "" "03030204.xhp\n" "par_id3146795\n" "help.text" msgid "Second (Number)" msgstr "Second (tal)" #. E8Cgv #: 03030204.xhp msgctxt "" "03030204.xhp\n" "hd_id3150792\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. ayBKw #: 03030204.xhp msgctxt "" "03030204.xhp\n" "par_id3154140\n" "help.text" msgid "Integer" msgstr "Integer" #. 65rsD #: 03030204.xhp msgctxt "" "03030204.xhp\n" "hd_id3156280\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. dhgBA #: 03030204.xhp msgctxt "" "03030204.xhp\n" "par_id3154124\n" "help.text" msgid "Number: Numeric expression that contains the serial time number that is used to calculate the number of seconds." msgstr "Tal: Heltalsuttryck som innehåller ett seriellt tidstal som används för att beräkna antalet sekunder." #. cDKEG #: 03030204.xhp msgctxt "" "03030204.xhp\n" "par_id3125864\n" "help.text" msgid "This function is the opposite of the TimeSerial function. It returns the seconds of a serial time value that is generated by the TimeSerial or TimeValue functions. For example, the expression:" msgstr "Den här funktionen är motsatsen till funktionen TimeSerial. Den returnerar sekundtalet i det seriella tidsvärde som genereras med funktionen TimeSerial eller TimeValue . Exempelvis uttrycket:" #. Tjkza #: 03030204.xhp msgctxt "" "03030204.xhp\n" "par_id3153951\n" "help.text" msgid "Print Second(TimeSerial(12,30,41))" msgstr "Print Second(TimeSerial(12,30,41))" #. AMELh #: 03030204.xhp msgctxt "" "03030204.xhp\n" "par_id3151117\n" "help.text" msgid "returns the value 41." msgstr "returnerar värdet 41." #. 9UD9J #: 03030204.xhp msgctxt "" "03030204.xhp\n" "hd_id3147426\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 2Ans9 #: 03030204.xhp msgctxt "" "03030204.xhp\n" "par_id3156441\n" "help.text" msgid "MsgBox \"The exact second of the current time is \"& Second( Now )" msgstr "MsgBox \"Aktuellt sekundtal är \"& Second( Now )" #. AGtfu #: 03030205.xhp msgctxt "" "03030205.xhp\n" "tit\n" "help.text" msgid "TimeSerial Function" msgstr "" #. tbErz #: 03030205.xhp msgctxt "" "03030205.xhp\n" "bm_id3143271\n" "help.text" msgid "TimeSerial function" msgstr "TimeSerial, funktion " #. SMCrm #: 03030205.xhp msgctxt "" "03030205.xhp\n" "hd_id3143271\n" "help.text" msgid "TimeSerial Function" msgstr "" #. 6jATi #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3156344\n" "help.text" msgid "Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times." msgstr "Beräknar ett seriellt tidvärde för de parametrar för timme, minut och sekund som angetts och skickats som numeriskt värde. Du kan sedan använda det här värdet om du vill beräkna skillnaden mellan två tidpunkter." #. g8Due #: 03030205.xhp msgctxt "" "03030205.xhp\n" "hd_id3146794\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. rBHrY #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3150792\n" "help.text" msgid "TimeSerial (hour, minute, second)" msgstr "TimeSerial (timme, minut, sekund)" #. mCg7g #: 03030205.xhp msgctxt "" "03030205.xhp\n" "hd_id3148797\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. pRJyR #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3154908\n" "help.text" msgid "Date" msgstr "Datum" #. UDDWL #: 03030205.xhp msgctxt "" "03030205.xhp\n" "hd_id3154124\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. QdZBT #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3153193\n" "help.text" msgid "hour: Any integer expression that indicates the hour of the time that is used to determine the serial time value. Valid values: 0-23." msgstr "timme: Ett heltalsuttryck som indikerar det timvärde som används för att bestämma det seriella tidvärdet. Giltiga värden: 0-23." #. 8phRD #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3159252\n" "help.text" msgid "minute: Any integer expression that indicates the minute of the time that is used to determine the serial time value. In general, use values between 0 and 59. However, you can also use values that lie outside of this range, where the number of minutes influence the hour value." msgstr "minut: Ett heltalsuttryck som indikerar det minutvärde som används för att bestämma det seriella tidvärdet. I allmänhet ett värde mellan 0 och 59. Du kan dock även använda värden som ligger utanför detta intervall. I så fall påverkar antalet minuter timvärdet." #. vL4Lc #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3161831\n" "help.text" msgid "second: Any integer expression that indicates the second of the time that is used to determine the serial time value. In general, you can use values between 0 and 59. However, you can also use values that lie outside of this range, where the number seconds influences the minute value." msgstr "Sekund: Ett heltalsuttryck som indikerar det sekundvärde som används för att bestämma det seriella tidvärdet. I allmänhet ett värde mellan 0 och 59. Du kan dock även använda värden som ligger utanför detta intervall. I så fall påverkar antalet sekunder minutvärdet." #. AV5zE #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3155854\n" "help.text" msgid "Examples:" msgstr "Exempel:" #. YAhCa #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3153952\n" "help.text" msgid "12, -5, 45 corresponds to 11, 55, 45" msgstr "12, -5, 45 motsvarar 11, 55, 45" #. KvL4f #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3147349\n" "help.text" msgid "12, 61, 45 corresponds to 13, 2, 45" msgstr "12, 61, 45 motsvarar 13, 2, 45" #. j3kp8 #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3147426\n" "help.text" msgid "12, 20, -2 corresponds to 12, 19, 58" msgstr "12, 20, -2 motsvarar 12, 19, 58" #. jHbKL #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3153365\n" "help.text" msgid "12, 20, 63 corresponds to 12, 21, 4" msgstr "12, 20, 63 motsvarar 12, 21, 4" #. HRxta #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3146985\n" "help.text" msgid "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences." msgstr "Du kan använda funktionen TimeSerial om du vill konvertera en tidpunkt till ett enskilt värde som du använder för att beräkna tidsskillnader." #. jiELn #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3155308\n" "help.text" msgid "The TimeSerial function returns the type Variant with VarType 7 (Date). This value is stored internally as a double-precision number between 0 and 0.9999999999. As opposed to the DateSerial or DateValue function, where the serial date values are calculated as days relative to a fixed date, you can calculate with values returned by the TimeSerial function, but you cannot evaluate them." msgstr "Funktionen TimeSerial returnerar datatypen Variant med VarType 7 (Date). Det här värdet lagras internt som ett dubbelprecisionstal mellan 0 och 0,9999999999. Till skillnad från funktionerna DateSerial och DateValue där seriella datumvärden beräknas som dagar i relation till ett fast datum, kan du göra beräkningar med värdena som returneras av funktionen TimeValue, men du kan inte utvärdera dem." #. GMTZB #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3149482\n" "help.text" msgid "In the TimeValue function, you can pass a string as a parameter containing the time. For the TimeSerial function, however, you can pass the individual parameters (hour, minute, second) as separate numeric expressions." msgstr "I funktionen TimeValue kan du skicka en sträng som en parameter som innehåller tiden. Du kan däremot skicka enskilda parametrar (timme, minut, sekund) som separata numeriska uttryck i funktionen TimeSerial." #. n2xLC #: 03030205.xhp msgctxt "" "03030205.xhp\n" "hd_id3154790\n" "help.text" msgid "Example:" msgstr "Exempel:" #. RpcQi #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3155600\n" "help.text" msgid "MsgBox dDate,64,\"Time as a number\"" msgstr "MsgBox dDate,64,\"Tidpunkt som ett tal\"" #. JLBU7 #: 03030205.xhp msgctxt "" "03030205.xhp\n" "par_id3153417\n" "help.text" msgid "MsgBox sDate,64,\"Formatted time\"" msgstr "MsgBox sDate,64,\"Formaterad tidpunkt\"" #. NEpKF #: 03030206.xhp msgctxt "" "03030206.xhp\n" "tit\n" "help.text" msgid "TimeValue Function" msgstr "" #. EH4cg #: 03030206.xhp msgctxt "" "03030206.xhp\n" "bm_id3149670\n" "help.text" msgid "TimeValue function" msgstr "TimeValue, funktion " #. cVq8u #: 03030206.xhp msgctxt "" "03030206.xhp\n" "hd_id3149670\n" "help.text" msgid "TimeValue Function" msgstr "" #. F7fEy #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3153361\n" "help.text" msgid "Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times." msgstr "Beräknar ett seriellt tidvärde utifrån den timme, minut och sekund som angetts, som representera tiden i ett enkelt numeriskt värde. Parametrar skickas som strängar. Du kan använda det här värdet om du vill beräkna skillnaden mellan två tidpunkter." #. ruJCh #: 03030206.xhp msgctxt "" "03030206.xhp\n" "hd_id3154138\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. WPuDv #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3156282\n" "help.text" msgid "TimeValue (Text As String)" msgstr "TimeValue (Text As String)" #. NQV5A #: 03030206.xhp msgctxt "" "03030206.xhp\n" "hd_id3153969\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. yBbj9 #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3156424\n" "help.text" msgid "Date" msgstr "Datum" #. dayEY #: 03030206.xhp msgctxt "" "03030206.xhp\n" "hd_id3145172\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. bgAw7 #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3145786\n" "help.text" msgid "Text: Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"." msgstr "Text: Ett stränguttryck som innehåller tiden som du vill beräkna i formatet hh:mm:ss." #. uJQBj #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3152578\n" "help.text" msgid "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences." msgstr "Med den här funktionen kan du konvertera en tid till ett enkelt värde som du kan beräkna tidsskillnader med." #. cmNEY #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3163710\n" "help.text" msgid "This TimeValue function returns the type Variant with VarType 7 (Date), and stores this value internally as a double-precision number between 0 and 0.9999999999." msgstr "Funktionen TimeValue returnerar typen Variant med VarType 7 (Date), och lagrar värdet internt som ett dubbelprecisionstal mellan 0 och 0,9999999999." #. DrpVq #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3151117\n" "help.text" msgid "As opposed to the DateSerial or the DateValue function, where serial date values result in days relative to a fixed date, you can calculate with the values that are returned by the TimeValue function, but you cannot evaluate them." msgstr "Till skillnad från funktionerna DateSerial och DateValue där seriella datumvärden resulterar i dagar i relation till ett fast datum, kan du göra beräkningar med värdena som returneras av funktionen TimeValue, men du kan inte utvärdera dem." #. ix9a2 #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3147426\n" "help.text" msgid "In the TimeSerial function, you can pass individual parameters (hour, minute, second) as separate numeric expressions. For the TimeValue function, however, you can pass a string as a parameter containing the time." msgstr "Du kan skicka enskilda parametrar (timme, minut, sekund) som separata numeriska uttryck i funktionen TimeSerial. I funktionen TimeValue däremot, kan du skicka en sträng som en parameter som innehåller tiden." #. WExbU #: 03030206.xhp msgctxt "" "03030206.xhp\n" "hd_id3145271\n" "help.text" msgid "Example:" msgstr "Exempel:" #. CCk3T #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3149378\n" "help.text" msgid "a1 = \"start time\"" msgstr "a1 = \"starttid\"" #. 7FpQ2 #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3145800\n" "help.text" msgid "b1 = \"end time\"" msgstr "b1 = \"sluttid\"" #. Qy2QF #: 03030206.xhp msgctxt "" "03030206.xhp\n" "par_id3151074\n" "help.text" msgid "c1 = \"total time\"" msgstr "c1 = \"total tid\"" #. DT8D6 #: 03030300.xhp msgctxt "" "03030300.xhp\n" "tit\n" "help.text" msgid "System Date and Time" msgstr "Systemdatum och systemtid" #. BHuhu #: 03030300.xhp msgctxt "" "03030300.xhp\n" "hd_id3154923\n" "help.text" msgid "System Date and Time" msgstr "Systemdatum och systemtid" #. GWeGk #: 03030300.xhp msgctxt "" "03030300.xhp\n" "par_id3149457\n" "help.text" msgid "The following functions and statements set or return the system date and time." msgstr "Följande funktioner och instruktioner används för att ställa eller returnera systemets tid och datum." #. YWfEf #: 03030301.xhp msgctxt "" "03030301.xhp\n" "tit\n" "help.text" msgid "Date Statement" msgstr "" #. xpFBx #: 03030301.xhp msgctxt "" "03030301.xhp\n" "bm_id3156027\n" "help.text" msgid "Date statement" msgstr "Date, uttryck " #. vDWSN #: 03030301.xhp msgctxt "" "03030301.xhp\n" "hd_id3156027\n" "help.text" msgid "Date Statement" msgstr "" #. GMwEL #: 03030301.xhp msgctxt "" "03030301.xhp\n" "par_id3147291\n" "help.text" msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings." msgstr "Returnerar systemets datum som en sträng, eller ställer om datumet. Datumformatet beror på den aktuella språkvarianten." #. CUY3q #: 03030301.xhp msgctxt "" "03030301.xhp\n" "hd_id3148686\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. QoCJW #: 03030301.xhp msgctxt "" "03030301.xhp\n" "par_id3146794\n" "help.text" msgid "Date ; Date = Text As String" msgstr "Date ; Date = Text As String" #. 8QFeW #: 03030301.xhp msgctxt "" "03030301.xhp\n" "hd_id3154347\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 57eNx #: 03030301.xhp msgctxt "" "03030301.xhp\n" "par_id3145069\n" "help.text" msgid "Text: Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings." msgstr "Text: Krävs endast för att ställa om systemets datum. Om parametern finns med, måste stränguttrycket stämma överens med det datumformat som definierats i de lokala inställningarna." #. waEYM #: 03030301.xhp msgctxt "" "03030301.xhp\n" "hd_id3150793\n" "help.text" msgid "Example:" msgstr "Exempel:" #. BUc3C #: 03030301.xhp msgctxt "" "03030301.xhp\n" "par_id3156424\n" "help.text" msgid "MsgBox \"The date is \" & Date" msgstr "MsgBox \"Dagens datum är \" & Date" #. CCirC #: 03030302.xhp msgctxt "" "03030302.xhp\n" "tit\n" "help.text" msgid "Time Statement" msgstr "" #. Ypbnk #: 03030302.xhp msgctxt "" "03030302.xhp\n" "bm_id3145090\n" "help.text" msgid "Time statement" msgstr "Time, uttryck" #. xLpG8 #: 03030302.xhp msgctxt "" "03030302.xhp\n" "hd_id3145090\n" "help.text" msgid "Time Statement" msgstr "" #. FHKSk #: 03030302.xhp msgctxt "" "03030302.xhp\n" "par_id3150984\n" "help.text" msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"." msgstr "Denna funktion returnerar den aktuella systemtiden som en sträng i formatet \"TT:MM:SS\"." #. G29nS #: 03030302.xhp msgctxt "" "03030302.xhp\n" "hd_id3154346\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. rG5UZ #: 03030302.xhp msgctxt "" "03030302.xhp\n" "hd_id3150792\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 6LxaE #: 03030302.xhp msgctxt "" "03030302.xhp\n" "par_id3149656\n" "help.text" msgid "Text: Any string expression that specifies the new time in the format \"HH:MM:SS\"." msgstr "Text: Ett stränguttryck som anger den nya systemtiden i formatet \"TT:MM:SS\"." #. psu4B #: 03030302.xhp msgctxt "" "03030302.xhp\n" "hd_id3145173\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Aguz5 #: 03030302.xhp msgctxt "" "03030302.xhp\n" "par_id3150870\n" "help.text" msgid "MsgBox Time,0,\"The time is\"" msgstr "MsgBox Time,0,\"Klockan är\"" #. BBjfr #: 03030303.xhp msgctxt "" "03030303.xhp\n" "tit\n" "help.text" msgid "Timer Function" msgstr "" #. fnckD #: 03030303.xhp msgctxt "" "03030303.xhp\n" "bm_id3149346\n" "help.text" msgid "Timer function" msgstr "Timer, funktion" #. s4Cso #: 03030303.xhp msgctxt "" "03030303.xhp\n" "hd_id3149346\n" "help.text" msgid "Timer Function" msgstr "" #. AKDaG #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3156023\n" "help.text" msgid "Returns a value that specifies the number of seconds that have elapsed since midnight." msgstr "Returnerar ett värde som anger antalet sekunder sedan midnatt." #. 3bGux #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3156212\n" "help.text" msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned." msgstr "Du måste först deklarera en variabel med datatypen Long och tilldela den returvärdet från Timer. Annars returneras ett värde av typen Date." #. 7esAc #: 03030303.xhp msgctxt "" "03030303.xhp\n" "hd_id3153768\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. AjxQM #: 03030303.xhp msgctxt "" "03030303.xhp\n" "hd_id3146975\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. zgXp6 #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3146984\n" "help.text" msgid "Date" msgstr "Datum" #. p966o #: 03030303.xhp msgctxt "" "03030303.xhp\n" "hd_id3156442\n" "help.text" msgid "Example:" msgstr "Exempel:" #. nf9Nk #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3145748\n" "help.text" msgid "MsgBox lSec,0,\"Seconds since midnight\"" msgstr "MsgBox lSec,0,\"Antal sekunder sedan midnatt\"" #. 7hHWi #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3156283\n" "help.text" msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\"" msgstr "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"Klockan är\"" #. ATnCy #: 03040000.xhp msgctxt "" "03040000.xhp\n" "tit\n" "help.text" msgid "Basic Constants" msgstr "" #. AXgrH #: 03040000.xhp msgctxt "" "03040000.xhp\n" "bm_id051720170831387233\n" "help.text" msgid "Basic constants" msgstr "" #. NMCZ2 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "hd_id051620171022255424\n" "help.text" msgid "Basic Constants" msgstr "" #. K6sdH #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171022384640\n" "help.text" msgid "Constants used in Basic programs" msgstr "" #. WBN4A #: 03040000.xhp msgctxt "" "03040000.xhp\n" "bm_id871554200620243\n" "help.text" msgid "Boolean Basic constantsBasic constant;FalseBasic constant;True" msgstr "" #. R2DAa #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171022382581\n" "help.text" msgid "Boolean constants" msgstr "" #. YZCRB #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171114565335\n" "help.text" msgid "Name" msgstr "Namn" #. QdhaX #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171114565484\n" "help.text" msgid "Type" msgstr "Typ" #. 2ZfCb #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171114563271\n" "help.text" msgid "Value" msgstr "Värde" #. zEDay #: 03040000.xhp msgctxt "" "03040000.xhp\n" "bm_id131554200364170\n" "help.text" msgid "Basic Mathematical constantsPi;Basic constantBasic constant;Pi" msgstr "" #. DLv8z #: 03040000.xhp msgctxt "" "03040000.xhp\n" "hd_id051620171114573549\n" "help.text" msgid "Mathematical constant" msgstr "" #. tKc55 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171114576150\n" "help.text" msgid "Name" msgstr "Namn" #. LsGpf #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171114575122\n" "help.text" msgid "Type" msgstr "Typ" #. SKTAY #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171114574987\n" "help.text" msgid "Value" msgstr "Värde" #. BN53F #: 03040000.xhp msgctxt "" "03040000.xhp\n" "bm_id261554201061695\n" "help.text" msgid "Basic Object constantsEmpty;Basic constantNull;Basic constantNothing;Basic constantBasic constant;NothingBasic constant;NullBasic constant;Empty" msgstr "" #. hdZmR #: 03040000.xhp msgctxt "" "03040000.xhp\n" "hd_id051620171114576454\n" "help.text" msgid "Object Constants" msgstr "" #. XzWwC #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171114576921\n" "help.text" msgid "Name" msgstr "Namn" #. 4H8QB #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051620171114578188\n" "help.text" msgid "Type" msgstr "Typ" #. khVxN #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051720170824099845\n" "help.text" msgid "Usage" msgstr "Användning" #. wFRg7 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id05172017082409622\n" "help.text" msgid "The Empty value indicates that the variable is not initialized." msgstr "" #. fBDqJ #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051720170824093395\n" "help.text" msgid "Indicates that the variable does not contain data." msgstr "" #. bP2W3 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051720170824097935\n" "help.text" msgid "Assign the Nothing object to a variable to remove a previous assignment." msgstr "" #. Xtpvq #: 03040000.xhp msgctxt "" "03040000.xhp\n" "bm_id101554201127393\n" "help.text" msgid "Visual Basic constantsVBA Exclusive constants" msgstr "" #. Nbv6Q #: 03040000.xhp msgctxt "" "03040000.xhp\n" "hd_id661512312593832\n" "help.text" msgid "Additional VBA constants" msgstr "" #. 3ekcB #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id111512312705893\n" "help.text" msgid "The following constants are available when VBA compatibility mode is enabled" msgstr "" #. SHFCr #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id901512312880723\n" "help.text" msgid "Named constant" msgstr "" #. HtGwh #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id891512312916493\n" "help.text" msgid "Hexadecimal (decimal) value" msgstr "" #. dmCG8 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id991512312965968\n" "help.text" msgid "Description" msgstr "Beskrivning" #. MF8DE #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id671542197262160\n" "help.text" msgid "Part of vbTriState enumeration." msgstr "" #. NueYf #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id351542197255532\n" "help.text" msgid "Part of vbTriState enumeration." msgstr "" #. aZCUB #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id251542197274514\n" "help.text" msgid "Part of vbTriState enumeration." msgstr "" #. yTGGA #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id611512313731233\n" "help.text" msgid "CR - Carriage return" msgstr "" #. LkFkf #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id961512313881937\n" "help.text" msgid "CRLF - Carriage return and line feed" msgstr "" #. taq8u #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id221512313889077\n" "help.text" msgid "FF - Form feed" msgstr "" #. sTnbW #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id621512313896169\n" "help.text" msgid "LF - Line feed" msgstr "" #. CncC2 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id521512319135830\n" "help.text" msgid "\\x0D\\x0A (13 10) for Windows" msgstr "" #. CPCWE #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id61512319163913\n" "help.text" msgid "\\x0A (10) for other systems" msgstr "" #. LXUYw #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id151512313904989\n" "help.text" msgid "LF or CRLF" msgstr "" #. PwtxJ #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id741512313911049\n" "help.text" msgid "Null string" msgstr "" #. GZhKy #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id951512313918356\n" "help.text" msgid "HT - Horizontal tab" msgstr "" #. YDtN4 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id351512313924593\n" "help.text" msgid "VT - Vertical tab" msgstr "" #. LMbQP #: 03050000.xhp msgctxt "" "03050000.xhp\n" "tit\n" "help.text" msgid "Error-Handling Functions" msgstr "Felhanteringsfunktioner" #. yMyAz #: 03050000.xhp msgctxt "" "03050000.xhp\n" "hd_id3143271\n" "help.text" msgid "Error-Handling Functions" msgstr "" #. KsiEx #: 03050000.xhp msgctxt "" "03050000.xhp\n" "par_id3145068\n" "help.text" msgid "Use the following statements and functions to define the way %PRODUCTNAME Basic reacts to run-time errors." msgstr "" #. 9XGsZ #: 03050000.xhp msgctxt "" "03050000.xhp\n" "par_id3148946\n" "help.text" msgid "%PRODUCTNAME Basic offers several methods to prevent the termination of a program when a run-time error occurs." msgstr "" #. C2vFE #: 03050100.xhp msgctxt "" "03050100.xhp\n" "tit\n" "help.text" msgid "Erl Function" msgstr "" #. F8HHF #: 03050100.xhp msgctxt "" "03050100.xhp\n" "bm_id3157896\n" "help.text" msgid "Erl function" msgstr "Erl, funktion " #. wmnFw #: 03050100.xhp msgctxt "" "03050100.xhp\n" "hd_id3157896\n" "help.text" msgid "Erl Function" msgstr "" #. jDwdD #: 03050100.xhp msgctxt "" "03050100.xhp\n" "par_id3153394\n" "help.text" msgid "Returns the line number where an error occurred during program execution." msgstr "Returnerar det radnummer där ett fel uppstod under programkörningen." #. oXQW5 #: 03050100.xhp msgctxt "" "03050100.xhp\n" "hd_id3147574\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Bzkw7 #: 03050100.xhp msgctxt "" "03050100.xhp\n" "hd_id3147265\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. EmEER #: 03050100.xhp msgctxt "" "03050100.xhp\n" "par_id3154924\n" "help.text" msgid "Integer" msgstr "Integer" #. wfjUy #: 03050100.xhp msgctxt "" "03050100.xhp\n" "hd_id3150792\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. rDQuJ #: 03050100.xhp msgctxt "" "03050100.xhp\n" "par_id3153771\n" "help.text" msgid "The Erl function only returns a line number, and not a line label." msgstr "Funktionen Erl returnerar endast ett radnummer och inte en radetikett." #. 6m2qX #: 03050100.xhp msgctxt "" "03050100.xhp\n" "hd_id3146921\n" "help.text" msgid "Example:" msgstr "Exempel:" #. C82GD #: 03050100.xhp msgctxt "" "03050100.xhp\n" "par_id3150010\n" "help.text" msgid "On Error GoTo ErrorHandler ' Set up error handler" msgstr "On Error GoTo ErrorHandler ' Ställ in felhanterare" #. vWK8x #: 03050100.xhp msgctxt "" "03050100.xhp\n" "par_id3153188\n" "help.text" msgid "' Error caused by non-existent file" msgstr "' Felet orsakas av att filen saknas" #. EcCgF #: 03050100.xhp msgctxt "" "03050100.xhp\n" "par_id3155416\n" "help.text" msgid "MsgBox \"Error \" & err & \": \" & Error$ + chr(13) + \"In Line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\"" msgstr "MsgBox \"Fel \" & Err & \": \" & Error$ + chr(13) + \"På rad : \" + Erl + chr(13) + Now , 16 ,\"Ett fel har inträffat\"" #. jDsK7 #: 03050200.xhp msgctxt "" "03050200.xhp\n" "tit\n" "help.text" msgid "Err Function" msgstr "" #. 2wpGD #: 03050200.xhp msgctxt "" "03050200.xhp\n" "bm_id3156343\n" "help.text" msgid "Err function" msgstr "Err, funktion " #. Pih45 #: 03050200.xhp msgctxt "" "03050200.xhp\n" "hd_id3156343\n" "help.text" msgid "Err Function" msgstr "" #. fYQVz #: 03050200.xhp msgctxt "" "03050200.xhp\n" "par_id3150541\n" "help.text" msgid "Returns an error code that identifies the error that occurred during program execution." msgstr "Returnerar en felkod som identifierar det fel som uppstått under programkörningen." #. HaPjw #: 03050200.xhp msgctxt "" "03050200.xhp\n" "hd_id3149656\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. ZN32q #: 03050200.xhp msgctxt "" "03050200.xhp\n" "hd_id3147229\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. cCixX #: 03050200.xhp msgctxt "" "03050200.xhp\n" "par_id3150869\n" "help.text" msgid "Integer" msgstr "Integer" #. LFnmB #: 03050200.xhp msgctxt "" "03050200.xhp\n" "hd_id3153193\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ofpgE #: 03050200.xhp msgctxt "" "03050200.xhp\n" "par_id3149561\n" "help.text" msgid "The Err function is used in error-handling routines to determine the error and the corrective action." msgstr "Funktionen Err används i felhanteringsrutiner för att hämta en felkod som t.ex. kan användas för att fortsätta körningen." #. HeDXV #: 03050200.xhp msgctxt "" "03050200.xhp\n" "hd_id3147317\n" "help.text" msgid "Example:" msgstr "Exempel:" #. u8W7v #: 03050200.xhp msgctxt "" "03050200.xhp\n" "par_id3147426\n" "help.text" msgid "On Error Goto ErrorHandler REM Set up error handler" msgstr "On Error Goto ErrorHandler REM Ställ in felhanterare" #. oqyWf #: 03050200.xhp msgctxt "" "03050200.xhp\n" "par_id3149481\n" "help.text" msgid "REM Error occurs due to non-existent file" msgstr "REM Ett fel uppstår eftersom filen saknas" #. sUZwU #: 03050200.xhp msgctxt "" "03050200.xhp\n" "par_id3145646\n" "help.text" msgid "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\"" msgstr "MsgBox \"Fel \" & err & \": \" & Error$ + chr(13) + \"På rad : \" + Erl + chr(13) + Now , 16 ,\"inträffade ett fel\"" #. ae6Nq #: 03050300.xhp msgctxt "" "03050300.xhp\n" "tit\n" "help.text" msgid "Error Function" msgstr "" #. BextW #: 03050300.xhp msgctxt "" "03050300.xhp\n" "bm_id3159413\n" "help.text" msgid "Error function" msgstr "Error, funktion " #. bYtGD #: 03050300.xhp msgctxt "" "03050300.xhp\n" "hd_id3159413\n" "help.text" msgid "Error Function" msgstr "" #. rMs2R #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3148663\n" "help.text" msgid "Returns the error message that corresponds to a value or raises a given error context." msgstr "" #. h8KBQ #: 03050300.xhp msgctxt "" "03050300.xhp\n" "hd_id3153379\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. FowuD #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id631576404838377\n" "help.text" msgid "Error" msgstr "" #. TMhEb #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3154366\n" "help.text" msgid "Error(expression)" msgstr "" #. bqewK #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id231576404629080\n" "help.text" msgid "Error err_code" msgstr "" #. ANh6X #: 03050300.xhp msgctxt "" "03050300.xhp\n" "hd_id3145173\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. FNBFf #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3154125\n" "help.text" msgid "String or raised error context" msgstr "" #. BnAcN #: 03050300.xhp msgctxt "" "03050300.xhp\n" "hd_id3150869\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. cWGA9 #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3159254\n" "help.text" msgid "If no argument is provided, the Error function returns the error message of the most recent error that occurred during program execution." msgstr "" #. JCiAF #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3153193\n" "help.text" msgid "expression: Any numeric expression whose error code can be mapped to an existing error message. An empty string is returned if the error code does not exist." msgstr "" #. gDA6e #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id351576405235602\n" "help.text" msgid "err_code: Any value that corresponds to an existing error code." msgstr "" #. YLe3q #: 03050500.xhp msgctxt "" "03050500.xhp\n" "tit\n" "help.text" msgid "On Error GoTo ... Resume Statement" msgstr "" #. fgK7B #: 03050500.xhp msgctxt "" "03050500.xhp\n" "bm_id3146795\n" "help.text" msgid "Resume Next parameter On Error GoTo ... Resume statement" msgstr "Resume Next, parameterOn Error GoTo ... Resume, uttryck" #. AQeFr #: 03050500.xhp msgctxt "" "03050500.xhp\n" "hd_id3146795\n" "help.text" msgid "On Error GoTo ... Resume Statement" msgstr "" #. WtSRF #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3150358\n" "help.text" msgid "Enables an error-handling routine after an error occurs, or resumes program execution." msgstr "Aktiverar en felhanteringsrutin efter att ett fel inträffat eller återupptar programkörningen." #. d4RXm #: 03050500.xhp msgctxt "" "03050500.xhp\n" "hd_id3151212\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. fGsdv #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id491585753339474\n" "help.text" msgid "On Error Statement diagram" msgstr "" #. CKJJr #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3145173\n" "help.text" msgid "On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}" msgstr "" #. EBAKU #: 03050500.xhp msgctxt "" "03050500.xhp\n" "hd_id3154125\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. CmqUN #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3150869\n" "help.text" msgid "GoTo Labelname: If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"." msgstr "GoTo Labelname: Om ett fel inträffar aktiveras felhanteringsrutinen som startar vid raden \"Labelname\"." #. X9C6G #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3150439\n" "help.text" msgid "Resume Next: If an error occurs, program execution continues with the statement that follows the statement in which the error occurred." msgstr "Resume Next: Om ett fel inträffar fortsätter programkörningen med den sats som kommer efter satsen som felet inträffade i." #. PmvfD #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3149482\n" "help.text" msgid "GoTo 0: Disables the error handler in the current procedure." msgstr "GoTo 0: Inaktiverar felhanteraren i den aktuella proceduren." #. YAREs #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3149483\n" "help.text" msgid "Local: \"On error\" is global in scope, and remains active until canceled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored." msgstr "Lokal: \"On error\" har ett globalt definitionsområde (scope) och förblir aktivt tills det avbryts av en annan \"On error\"-sats. \"On Local error\" är lokalt för den rutin som anropar det. Lokal felhantering åsidosätter alla tidigare globala inställningar. När den anropande rutinen avslutas så avbryts den lokala felhanteringen automatiskt, och alla tidigare globala inställningar återställs." #. qHQJR #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3148619\n" "help.text" msgid "The On Error GoTo statement is used to react to errors that occur in a macro." msgstr "Deklarationen On Error GoTo används för att hantera fel som inträffar i ett makro." #. DximD #: 03050500.xhp msgctxt "" "03050500.xhp\n" "hd_id3146985\n" "help.text" msgid "Example:" msgstr "Exempel:" #. fHDcN #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3153876\n" "help.text" msgid "Print #iNumber, \"This is a line of text\"" msgstr "Print #iNumber, \"Det här är en textrad\"" #. ZAakH #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3146916\n" "help.text" msgid "MsgBox \"All files will be closed\",0,\"Error\"" msgstr "MsgBox \"Alla filer stängs\",0,\"Fel\"" #. YAR7R #: 03060000.xhp msgctxt "" "03060000.xhp\n" "tit\n" "help.text" msgid "Logical Operators" msgstr "Logiska operatorer" #. R8Yqr #: 03060000.xhp msgctxt "" "03060000.xhp\n" "hd_id3147559\n" "help.text" msgid "Logical Operators" msgstr "Logiska operatorer" #. E9c8W #: 03060000.xhp msgctxt "" "03060000.xhp\n" "par_id3153379\n" "help.text" msgid "The following logical operators are supported by $[officename] Basic." msgstr "Följande logiska operatorer finns i $[officename] Basic." #. coCYu #: 03060000.xhp msgctxt "" "03060000.xhp\n" "par_id3154138\n" "help.text" msgid "Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not." msgstr "Logiska operatorer kombinerar (bitvis) innehållet i två uttryck eller variabler, till exempel för att undersöka om en viss bit är satt eller inte." #. bwPRh #: 03060100.xhp msgctxt "" "03060100.xhp\n" "tit\n" "help.text" msgid "AND Operator" msgstr "" #. FEioU #: 03060100.xhp msgctxt "" "03060100.xhp\n" "bm_id3146117\n" "help.text" msgid "AND operator (logical)" msgstr "AND, operator (logisk)" #. E9eBH #: 03060100.xhp msgctxt "" "03060100.xhp\n" "hd_id3146117\n" "help.text" msgid "AND Operator" msgstr "" #. 3PFwA #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3143268\n" "help.text" msgid "Logically combines two expressions." msgstr "Kombinerar två uttryck logiskt." #. c8FVE #: 03060100.xhp msgctxt "" "03060100.xhp\n" "hd_id3147574\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. jairQ #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3156344\n" "help.text" msgid "Result = Expression1 And Expression2" msgstr "Resultat = Uttryck1 And Uttryck2" #. Nfu49 #: 03060100.xhp msgctxt "" "03060100.xhp\n" "hd_id3148946\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ovB8C #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3149457\n" "help.text" msgid "Result: Any numeric variable that records the result of the combination." msgstr "Resultat: En numerisk variabel som innehåller kombinationens resultat." #. Fqpsu #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3150541\n" "help.text" msgid "Expression1, Expression2: Any expressions that you want to combine." msgstr "Uttryck1, Uttryck2: De uttryck som ska kombineras." #. iXktT #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3156215\n" "help.text" msgid "Boolean expressions combined with AND only return the value True if both expressions evaluate to True:" msgstr "Logiska uttryck som kombineras med AND returnerar värdet True om båda uttrycken evalueras till True." #. EW3Cz #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3150870\n" "help.text" msgid "True AND True returns True; for all other combinations the result is False." msgstr "True AND True returnerar True; alla andra kombinationer ger resultatet False." #. B6iuu #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3153768\n" "help.text" msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions." msgstr "Operatorn AND används också för bitvis jämförelse av två numeriska uttryck." #. fiZ9F #: 03060100.xhp msgctxt "" "03060100.xhp\n" "hd_id3153727\n" "help.text" msgid "Example:" msgstr "Exempel:" #. wxads #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3146984\n" "help.text" msgid "vVarOut = A > B And B > C ' returns -1" msgstr "vVarOut = A > B And B > C ' returnerar -1" #. SdE4N #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3154014\n" "help.text" msgid "vVarOut = B > A And B > C ' returns 0" msgstr "vVarOut = B > A And B > C ' returnerar 0" #. G6dnE #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3149262\n" "help.text" msgid "vVarOut = A > B And B > D ' returns 0" msgstr "vVarOut = A > B And B > D ' returnerar 0" #. PFew6 #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3145751\n" "help.text" msgid "vVarOut = (B > D And B > A) ' returns 0" msgstr "vVarOut = (B > D And B > A) ' returnerar 0" #. kRzbt #: 03060100.xhp msgctxt "" "03060100.xhp\n" "par_id3147394\n" "help.text" msgid "vVarOut = B And A ' returns 8 due to the bitwise And combination of both arguments" msgstr "vVarOut = B And A ' returnerar 8 efter bitvis AND-kombination av båda argumenten" #. BAgFA #: 03060200.xhp msgctxt "" "03060200.xhp\n" "tit\n" "help.text" msgid "Eqv Operator" msgstr "" #. q6v9d #: 03060200.xhp msgctxt "" "03060200.xhp\n" "bm_id3156344\n" "help.text" msgid "Eqv operator (logical)" msgstr "Eqv, operator (logisk)" #. eCbAp #: 03060200.xhp msgctxt "" "03060200.xhp\n" "hd_id3156344\n" "help.text" msgid "Eqv Operator" msgstr "" #. oTT4F #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3149656\n" "help.text" msgid "Calculates the logical equivalence of two expressions." msgstr "Beräknar den logiska ekvivalensen av två uttryck." #. sRZNW #: 03060200.xhp msgctxt "" "03060200.xhp\n" "hd_id3154367\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. m9bM6 #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3154910\n" "help.text" msgid "Result = Expression1 Eqv Expression2" msgstr "Resultat = Uttryck1 Eqv Uttryck2" #. 7fkPv #: 03060200.xhp msgctxt "" "03060200.xhp\n" "hd_id3151043\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. DCU3B #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3150869\n" "help.text" msgid "Result: Any numeric variable that contains the result of the comparison." msgstr "Resultat: En numerisk variabel som innehåller jämförelsens resultat." #. YrAyQ #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3150448\n" "help.text" msgid "Expression1, Expression2: Any expressions that you want to compare." msgstr "Uttryck1, Uttryck2: De uttryck som ska jämföras." #. SBRud #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3149562\n" "help.text" msgid "When testing for equivalence between Boolean expressions, the result is True if both expressions are either True or False." msgstr "Vid utvärdering av två logiska uttrycks ekvivalens, returneras True om båda uttrycken är antingen True eller False." #. XrGXb #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3154319\n" "help.text" msgid "In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression." msgstr "Vid bitvis jämförelse sätter operatorn Eqv en viss bit i resultat om motsvarande bit är 1 i båda uttrycken, eller om motsvarande bit är 0 i båda uttrycken." #. FpFjm #: 03060200.xhp msgctxt "" "03060200.xhp\n" "hd_id3159154\n" "help.text" msgid "Example:" msgstr "Exempel:" #. CTzEE #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3152462\n" "help.text" msgid "vOut = A > B Eqv B > C ' returns -1" msgstr "vOut = A > B Eqv B > C ' returnerar -1" #. AABHv #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3153191\n" "help.text" msgid "vOut = B > A Eqv B > C ' returns 0" msgstr "vOut = B > A Eqv B > C ' returnerar 0" #. NzGSq #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3145799\n" "help.text" msgid "vOut = A > B Eqv B > D ' returns 0" msgstr "vOut = A > B Eqv B > D ' returnerar 0" #. Dj4eg #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3149412\n" "help.text" msgid "vOut = (B > D Eqv B > A) ' returns -1" msgstr "vOut = (B > D Eqv B > A) ' returnerar -1" #. 6UE66 #: 03060200.xhp msgctxt "" "03060200.xhp\n" "par_id3149959\n" "help.text" msgid "vOut = B Eqv A ' returns -3" msgstr "vOut = B Eqv A ' returnerar -3" #. e6CH3 #: 03060300.xhp msgctxt "" "03060300.xhp\n" "tit\n" "help.text" msgid "Imp Operator" msgstr "" #. QBcCo #: 03060300.xhp msgctxt "" "03060300.xhp\n" "bm_id3156024\n" "help.text" msgid "Imp operator (logical)" msgstr "Imp-operator (logisk)" #. PnSuL #: 03060300.xhp msgctxt "" "03060300.xhp\n" "hd_id3156024\n" "help.text" msgid "Imp Operator" msgstr "" #. Zk7uh #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3148947\n" "help.text" msgid "Performs a logical implication on two expressions." msgstr "Används för att representera en satslogisk implikation med två uttryck." #. KSTDz #: 03060300.xhp msgctxt "" "03060300.xhp\n" "hd_id3148664\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. pVyFU #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3149656\n" "help.text" msgid "Result = Expression1 Imp Expression2" msgstr "Resultat = Uttryck1 Imp Uttryck2" #. gDpsZ #: 03060300.xhp msgctxt "" "03060300.xhp\n" "hd_id3151212\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. pDyKZ #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3154910\n" "help.text" msgid "Result: Any numeric variable that contains the result of the implication." msgstr "Resultat: En numerisk variabel som innehåller implikationens resultat." #. Xb3AG #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3156281\n" "help.text" msgid "Expression1, Expression2: Any expressions that you want to evaluate with the Imp operator." msgstr "Uttryck1, Uttryck2: Uttryck som ska evalueras med operatorn Imp." #. Co5Tp #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3150440\n" "help.text" msgid "If you use the Imp operator in Boolean expressions, False is only returned if the first expression evaluates to True and the second expression to False." msgstr "Om du använder operatorn Imp i logiska uttryck, returneras False endast om det första uttrycket evalueras till True och det andra till False." #. d8L7N #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3163710\n" "help.text" msgid "If you use the Imp operator in bit expressions, a bit is deleted from the result if the corresponding bit is set in the first expression and the corresponding bit is deleted in the second expression." msgstr "Om du använder Imp-operatorn i bit-uttryck, returneras 0 i en viss position om biten på motsvarande plats i det första uttrycket är 1 och motsvarande bit i det andra uttrycket är 0." #. 7yM6j #: 03060300.xhp msgctxt "" "03060300.xhp\n" "hd_id3147318\n" "help.text" msgid "Example:" msgstr "Exempel:" #. dcfRL #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3145750\n" "help.text" msgid "vOut = A > B Imp B > C ' returns -1" msgstr "vOut = A > B Imp B > C ' returnerar -1" #. xKfkN #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3156441\n" "help.text" msgid "vOut = B > A Imp B > C ' returns -1" msgstr "vOut = B > A Imp B > C ' returnerar -1" #. tRwwC #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3152596\n" "help.text" msgid "vOut = A > B Imp B > D ' returns 0" msgstr "vOut = A > B Imp B > D ' returnerar 0" #. rNBo3 #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3154942\n" "help.text" msgid "vOut = (B > D Imp B > A) ' returns -1" msgstr "vOut = (B > D Imp B > A) ' returnerar -1" #. VMGQS #: 03060300.xhp msgctxt "" "03060300.xhp\n" "par_id3154492\n" "help.text" msgid "vOut = B Imp A ' returns -1" msgstr "vOut = B Imp A ' returnerar -1" #. QbLzR #: 03060400.xhp msgctxt "" "03060400.xhp\n" "tit\n" "help.text" msgid "Not Operator" msgstr "" #. UfoBn #: 03060400.xhp msgctxt "" "03060400.xhp\n" "bm_id3156024\n" "help.text" msgid "Not operator (logical)" msgstr "Not-operator (logisk)" #. 2T39N #: 03060400.xhp msgctxt "" "03060400.xhp\n" "hd_id3156024\n" "help.text" msgid "Not Operator" msgstr "" #. ejJg3 #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3159414\n" "help.text" msgid "Negates an expression by inverting the bit values." msgstr "Används för att negera ett uttryck genom att invertera bitvärden." #. L2jEZ #: 03060400.xhp msgctxt "" "03060400.xhp\n" "hd_id3149457\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Ac9zW #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3150360\n" "help.text" msgid "Result = Not Expression" msgstr "Resultat = Not Uttryck" #. xQY9B #: 03060400.xhp msgctxt "" "03060400.xhp\n" "hd_id3151211\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. c36TE #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3147228\n" "help.text" msgid "Result: Any numeric variable that contains the result of the negation." msgstr "Resultat: En numerisk variabel som innehåller negationens resultat." #. jmwgd #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3154124\n" "help.text" msgid "Expression: Any expression that you want to negate." msgstr "Uttryck: Det uttryck som ska negeras." #. fJhHL #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3150868\n" "help.text" msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True." msgstr "Om ett logiskt uttryck negeras ändras värdet True till False, och värdet False ändras till True." #. fMoFC #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3145785\n" "help.text" msgid "In a bitwise negation each individual bit is inverted." msgstr "Vid bitvis negering inverteras varje enskild bit i uttrycket." #. s8YGh #: 03060400.xhp msgctxt "" "03060400.xhp\n" "hd_id3153093\n" "help.text" msgid "Example:" msgstr "Exempel:" #. DcWMG #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3145749\n" "help.text" msgid "vOut = Not vA ' Returns -11" msgstr "vOut = Not vA ' Returnerar -11" #. AbEfx #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3148645\n" "help.text" msgid "vOut = Not(vC > vD) ' Returns -1" msgstr "vOut = Not(vC > vD) ' Returnerar -1" #. xJ73N #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3156441\n" "help.text" msgid "vOut = Not(vB > vA) ' Returns -1" msgstr "vOut = Not(vB > vA) ' Returnerar -1" #. HRuUN #: 03060400.xhp msgctxt "" "03060400.xhp\n" "par_id3152596\n" "help.text" msgid "vOut = Not(vA > vB) ' Returns 0" msgstr "vOut = Not(vA > vB) ' Returnerar 0" #. QAPoU #: 03060500.xhp msgctxt "" "03060500.xhp\n" "tit\n" "help.text" msgid "Or Operator" msgstr "" #. xz2rX #: 03060500.xhp msgctxt "" "03060500.xhp\n" "bm_id3150986\n" "help.text" msgid "Or operator (logical)" msgstr "Or-operator (logisk)" #. gpY4c #: 03060500.xhp msgctxt "" "03060500.xhp\n" "hd_id3150986\n" "help.text" msgid "Or Operator" msgstr "" #. nTnSR #: 03060500.xhp msgctxt "" "03060500.xhp\n" "par_id3148552\n" "help.text" msgid "Performs a logical OR disjunction on two expressions." msgstr "Används för att utföra en logisk OR-union med två uttryck." #. A96vA #: 03060500.xhp msgctxt "" "03060500.xhp\n" "hd_id3148664\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. BJ9g9 #: 03060500.xhp msgctxt "" "03060500.xhp\n" "par_id3150358\n" "help.text" msgid "Result = Expression1 Or Expression2" msgstr "Resultat = Uttryck1 Or Uttryck2" #. aL4ao #: 03060500.xhp msgctxt "" "03060500.xhp\n" "hd_id3151211\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. m55rD #: 03060500.xhp msgctxt "" "03060500.xhp\n" "par_id3153192\n" "help.text" msgid "Result: Any numeric variable that contains the result of the disjunction." msgstr "Resultat: En numerisk variabel som innehåller unionens resultat." #. 6mSjB #: 03060500.xhp msgctxt "" "03060500.xhp\n" "par_id3147229\n" "help.text" msgid "Expression1, Expression2: Any numeric expressions that you want to compare." msgstr "Uttryck1, Uttryck2: De numeriska uttryck som ska jämföras." #. ugB6F #: 03060500.xhp msgctxt "" "03060500.xhp\n" "par_id3154684\n" "help.text" msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True." msgstr "En logisk OR-kombination av två logiska uttryck returnerar True om minst ett uttryck evalueras till True." #. Wur7C #: 03060500.xhp msgctxt "" "03060500.xhp\n" "par_id3153768\n" "help.text" msgid "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions." msgstr "En bitvis jämförelse returnerar 1 i en viss position om motsvarande bit är 1 i minst ett av de två uttrycken." #. JkoK9 #: 03060500.xhp msgctxt "" "03060500.xhp\n" "hd_id3161831\n" "help.text" msgid "Example:" msgstr "Exempel:" #. EoFeE #: 03060600.xhp msgctxt "" "03060600.xhp\n" "tit\n" "help.text" msgid "XOR Operator" msgstr "" #. buviM #: 03060600.xhp msgctxt "" "03060600.xhp\n" "bm_id3156024\n" "help.text" msgid "XOR operator (logical)" msgstr "" #. uc4fX #: 03060600.xhp msgctxt "" "03060600.xhp\n" "hd_id3156024\n" "help.text" msgid "XOR Operator" msgstr "" #. kbfD6 #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3159414\n" "help.text" msgid "Performs a logical Exclusive-Or combination of two expressions." msgstr "Utför en logisk exklusivt eller-kombination av två uttryck." #. DpFcu #: 03060600.xhp msgctxt "" "03060600.xhp\n" "hd_id3153381\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. kc98h #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3150400\n" "help.text" msgid "Result = Expression1 XOR Expression2" msgstr "" #. JdDdD #: 03060600.xhp msgctxt "" "03060600.xhp\n" "hd_id3153968\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. VY7za #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3150448\n" "help.text" msgid "Result: Any numeric variable that contains the result of the combination." msgstr "Resultat: En numerisk variabel som innehåller kombinationens resultat." #. uu2Z7 #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3125864\n" "help.text" msgid "Expression1, Expression2: Any numeric expressions that you want to combine." msgstr "Uttryck1, Uttryck2: De numeriska uttryck som ska kombineras." #. J4RFt #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3150439\n" "help.text" msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other." msgstr "En logisk Xor-kombination av två logiska uttryck returnerar värdet True om de två uttryckens sanningsvärden skiljer sig från varandra." #. M3HqC #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3153770\n" "help.text" msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions." msgstr "I en bitvis Xor-kombination blir en viss bit 1 om motsvarande bit är 1 i det ena uttrycket och 0 i det andra uttrycket." #. ZHPEa #: 03060600.xhp msgctxt "" "03060600.xhp\n" "hd_id3153366\n" "help.text" msgid "Example:" msgstr "Exempel:" #. a6QUg #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3156442\n" "help.text" msgid "vOut = vA > vB XOR vB > vC ' returns 0" msgstr "" #. dFJEY #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3153191\n" "help.text" msgid "vOut = vB > vA XOR vB > vC ' returns -1" msgstr "" #. krhnN #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3153144\n" "help.text" msgid "vOut = vA > vB XOR vB > vD ' returns -1" msgstr "" #. GzZnm #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3154944\n" "help.text" msgid "vOut = (vB > vD XOR vB > vA) ' returns 0" msgstr "" #. T6GVY #: 03060600.xhp msgctxt "" "03060600.xhp\n" "par_id3148455\n" "help.text" msgid "vOut = vB XOR vA ' returns 2" msgstr "" #. zV86c #: 03070000.xhp msgctxt "" "03070000.xhp\n" "tit\n" "help.text" msgid "Mathematical Operators" msgstr "Matematiska operatorer" #. e5AQV #: 03070000.xhp msgctxt "" "03070000.xhp\n" "hd_id3149234\n" "help.text" msgid "Mathematical Operators" msgstr "Matematiska operatorer" #. YBZiW #: 03070000.xhp msgctxt "" "03070000.xhp\n" "par_id3145068\n" "help.text" msgid "The following mathematical operators are supported in $[officename] Basic." msgstr "Följande matematiska operatorer finns i $[officename] Basic." #. 2vAzz #: 03070000.xhp msgctxt "" "03070000.xhp\n" "par_id3148552\n" "help.text" msgid "This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program." msgstr "I detta avsnitt finns en kortfattad översikt över alla aritmetiska operatorer som du kan använda för beräkningar i ett program." #. 33jkW #: 03070100.xhp msgctxt "" "03070100.xhp\n" "tit\n" "help.text" msgid "\"-\" Operator" msgstr "" #. ZBLAF #: 03070100.xhp msgctxt "" "03070100.xhp\n" "bm_id3156042\n" "help.text" msgid "\"-\" operator (mathematical)" msgstr "\"-\", operator (matematisk)" #. REnWh #: 03070100.xhp msgctxt "" "03070100.xhp\n" "hd_id3156042\n" "help.text" msgid "\"-\" Operator" msgstr "" #. FBBhn #: 03070100.xhp msgctxt "" "03070100.xhp\n" "par_id3153345\n" "help.text" msgid "Subtracts two values." msgstr "Subtraherar två värden." #. 2A6Pz #: 03070100.xhp msgctxt "" "03070100.xhp\n" "hd_id3149416\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. EYgYp #: 03070100.xhp msgctxt "" "03070100.xhp\n" "par_id3156023\n" "help.text" msgid "Result = Expression1 - Expression2" msgstr "Resultat = Uttryck1 - Uttryck2" #. UPLn7 #: 03070100.xhp msgctxt "" "03070100.xhp\n" "hd_id3154760\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. KfUCm #: 03070100.xhp msgctxt "" "03070100.xhp\n" "par_id3147560\n" "help.text" msgid "Result: Any numerical expression that contains the result of the subtraction." msgstr "Resultat: Ett numeriskt uttryck som innehåller resultatet av subtraktionen." #. Es2mR #: 03070100.xhp msgctxt "" "03070100.xhp\n" "par_id3150398\n" "help.text" msgid "Expression1, Expression2: Any numerical expressions that you want to subtract." msgstr "Uttryck1, Uttryck2: De numeriska uttryck som ska subtraheras." #. pPCuC #: 03070100.xhp msgctxt "" "03070100.xhp\n" "hd_id3154366\n" "help.text" msgid "Example:" msgstr "Exempel:" #. KVxAR #: 03070200.xhp msgctxt "" "03070200.xhp\n" "tit\n" "help.text" msgid "\"*\" Operator" msgstr "" #. Zw3WF #: 03070200.xhp msgctxt "" "03070200.xhp\n" "bm_id3147573\n" "help.text" msgid "\"*\" operator (mathematical)" msgstr "\"*\", operator (matematisk)" #. AzKi3 #: 03070200.xhp msgctxt "" "03070200.xhp\n" "hd_id3147573\n" "help.text" msgid "\"*\" Operator" msgstr "" #. gRpRu #: 03070200.xhp msgctxt "" "03070200.xhp\n" "par_id3154347\n" "help.text" msgid "Multiplies two values." msgstr "Multiplicerar två värden." #. K7Gxq #: 03070200.xhp msgctxt "" "03070200.xhp\n" "hd_id3148946\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 4rQJq #: 03070200.xhp msgctxt "" "03070200.xhp\n" "par_id3150358\n" "help.text" msgid "Result = Expression1 * Expression2" msgstr "Resultat = Uttryck1 * Uttryck2" #. AgD4G #: 03070200.xhp msgctxt "" "03070200.xhp\n" "hd_id3150400\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 3dkvD #: 03070200.xhp msgctxt "" "03070200.xhp\n" "par_id3154365\n" "help.text" msgid "Result: Any numeric expression that records the result of a multiplication." msgstr "Resultat: Ett numeriskt värde som innehåller multiplikationens resultat." #. VCa9p #: 03070200.xhp msgctxt "" "03070200.xhp\n" "par_id3154685\n" "help.text" msgid "Expression1, Expression2: Any numeric expressions that you want to multiply." msgstr "Uttryck1, Uttryck2: De numeriska uttryck som ska multipliceras." #. GRKoJ #: 03070200.xhp msgctxt "" "03070200.xhp\n" "hd_id3153968\n" "help.text" msgid "Example:" msgstr "Exempel:" #. g7bfs #: 03070300.xhp msgctxt "" "03070300.xhp\n" "tit\n" "help.text" msgid "\"+\" Operator" msgstr "" #. BhsEw #: 03070300.xhp msgctxt "" "03070300.xhp\n" "bm_id3145316\n" "help.text" msgid "\"+\" operator (mathematical)" msgstr "\"+\"-operator (matematisk)" #. qBbMD #: 03070300.xhp msgctxt "" "03070300.xhp\n" "hd_id3145316\n" "help.text" msgid "\"+\" Operator" msgstr "" #. kK3XR #: 03070300.xhp msgctxt "" "03070300.xhp\n" "par_id3145068\n" "help.text" msgid "Adds or combines two expressions." msgstr "Lägger ihop eller kombinerar två uttryck." #. FnHZd #: 03070300.xhp msgctxt "" "03070300.xhp\n" "hd_id3144500\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. ozVez #: 03070300.xhp msgctxt "" "03070300.xhp\n" "par_id3150358\n" "help.text" msgid "Result = Expression1 + Expression2" msgstr "Resultat = Uttryck1 + Uttryck2" #. 7cpVd #: 03070300.xhp msgctxt "" "03070300.xhp\n" "hd_id3150400\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. xuUCC #: 03070300.xhp msgctxt "" "03070300.xhp\n" "par_id3154123\n" "help.text" msgid "Result: Any numerical expression that contains the result of the addition." msgstr "Resultat: Ett numeriskt uttryck som innehåller resultatet av additionen." #. Pz34B #: 03070300.xhp msgctxt "" "03070300.xhp\n" "par_id3150870\n" "help.text" msgid "Expression1, Expression2: Any numerical expressions that you want to combine or to add." msgstr "Uttryck1, Uttryck2: Numeriska uttryck som ska kombineras eller adderas." #. ULcAd #: 03070300.xhp msgctxt "" "03070300.xhp\n" "hd_id3153969\n" "help.text" msgid "Example:" msgstr "Exempel:" #. BWAdB #: 03070400.xhp msgctxt "" "03070400.xhp\n" "tit\n" "help.text" msgid "\"/\" Operator" msgstr "" #. dAgNf #: 03070400.xhp msgctxt "" "03070400.xhp\n" "bm_id3150669\n" "help.text" msgid "\"/\" operator (mathematical)" msgstr "\"/\", operator (matematisk)" #. EPNmB #: 03070400.xhp msgctxt "" "03070400.xhp\n" "hd_id3150669\n" "help.text" msgid "\"/\" Operator" msgstr "" #. EDugT #: 03070400.xhp msgctxt "" "03070400.xhp\n" "par_id3149670\n" "help.text" msgid "Divides two values." msgstr "Dividerar två värden." #. AgkFx #: 03070400.xhp msgctxt "" "03070400.xhp\n" "hd_id3148946\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. CKBvW #: 03070400.xhp msgctxt "" "03070400.xhp\n" "par_id3153360\n" "help.text" msgid "Result = Expression1 / Expression2" msgstr "Resultat = Uttryck1/Uttryck2" #. CnmQv #: 03070400.xhp msgctxt "" "03070400.xhp\n" "hd_id3150359\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. CxSog #: 03070400.xhp msgctxt "" "03070400.xhp\n" "par_id3154141\n" "help.text" msgid "Result: Any numerical value that contains the result of the division." msgstr "Resultat: Ett numeriskt värde som utgör divisionens resultat." #. eAqi3 #: 03070400.xhp msgctxt "" "03070400.xhp\n" "par_id3150448\n" "help.text" msgid "Expression1, Expression2: Any numerical expressions that you want to divide." msgstr "Uttryck1, Uttryck2: Numeriska uttryck som du vill dividera." #. 4cDoY #: 03070400.xhp msgctxt "" "03070400.xhp\n" "hd_id3154684\n" "help.text" msgid "Example:" msgstr "Exempel:" #. gBu8b #: 03070500.xhp msgctxt "" "03070500.xhp\n" "tit\n" "help.text" msgid "\"^\" Operator" msgstr "" #. D8PQC #: 03070500.xhp msgctxt "" "03070500.xhp\n" "bm_id3145315\n" "help.text" msgid "\"^\" operator (mathematical)" msgstr "\"^\", operator (matematisk)" #. A4Ynt #: 03070500.xhp msgctxt "" "03070500.xhp\n" "hd_id3145315\n" "help.text" msgid "\"^\" Operator" msgstr "" #. YERQd #: 03070500.xhp msgctxt "" "03070500.xhp\n" "par_id3149670\n" "help.text" msgid "Raises a number to a power." msgstr "Upphöjer ett tal till en potens." #. XeTVF #: 03070500.xhp msgctxt "" "03070500.xhp\n" "hd_id3147264\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Fy8LW #: 03070500.xhp msgctxt "" "03070500.xhp\n" "par_id3149656\n" "help.text" msgid "Result = Expression ^ Exponent" msgstr "Resultat = Uttryck ^ Exponent" #. PaFEz #: 03070500.xhp msgctxt "" "03070500.xhp\n" "hd_id3151211\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 6MQEB #: 03070500.xhp msgctxt "" "03070500.xhp\n" "par_id3153192\n" "help.text" msgid "Result: Any numerical expression that contains the result of the number raised to a power." msgstr "Resultat: Ett numeriskt värde som utgör det upphöjda talets resultat." #. RCCzV #: 03070500.xhp msgctxt "" "03070500.xhp\n" "par_id3150448\n" "help.text" msgid "Expression: Numerical value that you want to raise to a power." msgstr "Uttryck: Numeriskt värde som du vill upphöja till en potens." #. tfoeE #: 03070500.xhp msgctxt "" "03070500.xhp\n" "par_id3156422\n" "help.text" msgid "Exponent: The value of the power that you want to raise the expression to." msgstr "Exponent: Värdet på den potens som uttrycket ska upphöjas till." #. FjBtB #: 03070500.xhp msgctxt "" "03070500.xhp\n" "hd_id3147287\n" "help.text" msgid "Example:" msgstr "Exempel:" #. BmEyt #: 03070500.xhp msgctxt "" "03070500.xhp\n" "par_id3146984\n" "help.text" msgid "Print Exp ( 23 * Log( 12.345 ) ) ' Raises by forming a logarithm" msgstr "Print Exp ( 23 * Log( 12.345 ) ) ' Upphöjer genom att skapa en logaritm" #. nN5DM #: 03070600.xhp msgctxt "" "03070600.xhp\n" "tit\n" "help.text" msgid "Mod Operator" msgstr "" #. t5HBD #: 03070600.xhp msgctxt "" "03070600.xhp\n" "bm_id3150669\n" "help.text" msgid "MOD operator (mathematical)" msgstr "MOD, operator (matematisk)" #. Rgq36 #: 03070600.xhp msgctxt "" "03070600.xhp\n" "hd_id3150669\n" "help.text" msgid "Mod Operator" msgstr "" #. 9qGRP #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3148686\n" "help.text" msgid "Returns the integer remainder of a division." msgstr "Returnerar heltalsresten av en division." #. UCTaA #: 03070600.xhp msgctxt "" "03070600.xhp\n" "hd_id3146795\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. xEXBJ #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3147560\n" "help.text" msgid "Result = Expression1 MOD Expression2" msgstr "Resultat = Uttryck1 MOD Uttryck2" #. xiy2T #: 03070600.xhp msgctxt "" "03070600.xhp\n" "hd_id3149657\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. Pyx3B #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3153380\n" "help.text" msgid "Integer" msgstr "Integer" #. ACjC9 #: 03070600.xhp msgctxt "" "03070600.xhp\n" "hd_id3154365\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. TGRfz #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3145172\n" "help.text" msgid "Result: Any numeric variable that contains the result of the MOD operation." msgstr "Resultat: En numerisk variabel som innehåller resultatet av MOD-operationen." #. uVobi #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3151042\n" "help.text" msgid "Expression1, Expression2: Any numeric expressions that you want to divide." msgstr "Uttryck1, Uttryck2: Ett numeriskt uttryck som du vill dividera." #. PEAiU #: 03070600.xhp msgctxt "" "03070600.xhp\n" "hd_id3147287\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ucwCQ #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3161832\n" "help.text" msgid "Print 10 Mod 2.5 ' returns 0" msgstr "Print 10 mod 2.5 ' returnerar 0" #. e9pCh #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3146922\n" "help.text" msgid "Print 10 / 2.5 ' returns 4" msgstr "Print 10 / 2.5 ' returnerar 4" #. M7cEv #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3145273\n" "help.text" msgid "Print 10 Mod 5 ' returns 0" msgstr "Print 10 mod 5 ' returnerar 0" #. Gb5Uu #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3150011\n" "help.text" msgid "Print 10 / 5 ' returns 2" msgstr "Print 10 / 5 ' returnerar 2" #. Akh2V #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3149483\n" "help.text" msgid "Print 5 Mod 10 ' returns 5" msgstr "Print 5 mod 10 ' returnerar 5" #. KD4AZ #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3151114\n" "help.text" msgid "Print 5 / 10 ' returns 0.5" msgstr "Print 5 / 10 ' returnerar 0.5" #. cFFCi #: 03080000.xhp msgctxt "" "03080000.xhp\n" "tit\n" "help.text" msgid "Numeric Functions" msgstr "Numeriska funktioner" #. 9FiDu #: 03080000.xhp msgctxt "" "03080000.xhp\n" "hd_id3153127\n" "help.text" msgid "Numeric Functions" msgstr "Numeriska funktioner" #. XNbA4 #: 03080000.xhp msgctxt "" "03080000.xhp\n" "par_id3148550\n" "help.text" msgid "The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions." msgstr "Följande numeriska funktioner utför beräkningar. Matematiska och logiska operatorer beskrivs i ett särskilt avsnitt. Funktioner skiljer sig från operatorer på så sätt att en funktion skickar argument och returnerar ett resultat, medan en operator kombinerar två numeriska uttryck och returnerar ett resultat." #. 7sD2R #: 03080100.xhp msgctxt "" "03080100.xhp\n" "tit\n" "help.text" msgid "Trigonometric Functions" msgstr "Trigonometriska funktioner" #. W2faa #: 03080100.xhp msgctxt "" "03080100.xhp\n" "hd_id3159201\n" "help.text" msgid "Trigonometric Functions" msgstr "Trigonometriska funktioner" #. dtf2u #: 03080100.xhp msgctxt "" "03080100.xhp\n" "par_id3149180\n" "help.text" msgid "The following are the trigonometric functions that are supported in $[officename] Basic." msgstr "Följande trigonometriska funktioner stöds i $[officename] Basic." #. oqGxb #: 03080101.xhp msgctxt "" "03080101.xhp\n" "tit\n" "help.text" msgid "Atn Function" msgstr "" #. ErQfT #: 03080101.xhp msgctxt "" "03080101.xhp\n" "bm_id3150616\n" "help.text" msgid "Atn function" msgstr "Atn, funktion " #. kBtgX #: 03080101.xhp msgctxt "" "03080101.xhp\n" "hd_id3150616\n" "help.text" msgid "Atn Function" msgstr "" #. yugFQ #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3149346\n" "help.text" msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2." msgstr "Trigonometrisk funktion som returnerar arcustangens för ett numeriskt uttryck. Det returvärdet ligger i intervallet -Pi/2 till +Pi/2." #. ZAi9d #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3143271\n" "help.text" msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle." msgstr "Arcustangens är inversen av funktionen tangens. Funktionen Atn returnerar vinkeln Alfa uttryckt i radianer, med hjälp av den här vinkelns tangens. Funktionen kan också returnera vinkeln Alfa genom att bestämma förhållandet mellan längden på den sida som befinner sig mittemot vinkeln och längden på den sida som befinner sig intill vinkeln i en rätvinklig triangel." #. 4ncDJ #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3145315\n" "help.text" msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha" msgstr "Atn(sidan mittemot vinkeln/sidan bredvid vinkeln)= Alfa" #. 8Xba6 #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3148947\n" "help.text" msgid "Atn (Number)" msgstr "Atn (tal)" #. nnJyb #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3150359\n" "help.text" msgid "Double" msgstr "Double" #. 4SfDR #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3156212\n" "help.text" msgid "Number: Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)." msgstr "Tal: Ett numeriskt uttryck som representerar förhållandet mellan två sidor i en rätsidig triangel. Funktionen Atn returnerar motsvarande vinkel i radianer (arcustangens)." #. qhMAk #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3153192\n" "help.text" msgid "To convert radians to degrees, multiply radians by 180/pi." msgstr "Du kan konvertera radianer till grader genom att multiplicera radiantalet med 180/pi." #. GEpFX #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3147230\n" "help.text" msgid "degree=(radian*180)/pi" msgstr "vinkel=(radian*180)/pi" #. GYxEc #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3125864\n" "help.text" msgid "radian=(degree*pi)/180" msgstr "radian=(vinkel*pi)/180" #. qqKDE #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3159252\n" "help.text" msgid "Pi is here the fixed circle constant with the rounded value 3.14159. Pi is a Basic mathematical constant." msgstr "" #. BBQTN #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3146985\n" "help.text" msgid "' The following example calculates for a right-angled triangle" msgstr "' I följande exempel beräknas vinkeln Alfa för en rätvinklig" #. RzgP4 #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3145750\n" "help.text" msgid "' the angle Alpha from the tangent of the angle Alpha:" msgstr "' triangel från tangens för vinkeln Alfa:" #. gatE3 #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3151112\n" "help.text" msgid "' rounded Pi = 3.14159 Is a predefined constant" msgstr "' avrundat pi = 3,14159 är en fördefinierad konstant" #. 9UM2j #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3149262\n" "help.text" msgid "d1 = InputBox(\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")" msgstr "d1 = InputBox(\"Ange längden på den sida som befinner sig intill vinkeln: \",\"Intilliggande\")" #. 2a3P2 #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3149482\n" "help.text" msgid "d2 = InputBox(\"Enter the length of the side opposite the angle: \",\"Opposite\")" msgstr "d2 = InputBox(\"Ange längden på den sida som befinner sig mittemot vinkeln: \",\"Mittemot\")" #. 4c3PP #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3155415\n" "help.text" msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\"" msgstr "Print \"Vinkeln Alfa är\"; (atn (d2/d1) * 180 / Pi); \" grader\"" #. FgjG3 #: 03080102.xhp msgctxt "" "03080102.xhp\n" "tit\n" "help.text" msgid "Cos Function" msgstr "" #. pPUir #: 03080102.xhp msgctxt "" "03080102.xhp\n" "bm_id3154923\n" "help.text" msgid "Cos function" msgstr "Cos, funktion " #. oEwAz #: 03080102.xhp msgctxt "" "03080102.xhp\n" "hd_id3154923\n" "help.text" msgid "Cos Function" msgstr "" #. EEVjg #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3159413\n" "help.text" msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1." msgstr "Beräknar cosinus för en vinkel. Vinkeln anges i radianer. Resultatet ligger mellan -1 och 1." #. TiTwz #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3150358\n" "help.text" msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle." msgstr "Med hjälp av vinkeln Alfa beräknar cosinus-funktionen kvoten för längden på den sida som befinner sig intill vinkeln, delat med hypotenusans längd i en rätvinklig triangel." #. TBghA #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3154141\n" "help.text" msgid "Cos(Alpha) = Adjacent/Hypotenuse" msgstr "Cos(Alfa) = Intilliggande/Hypotenusa" #. EDMV5 #: 03080102.xhp msgctxt "" "03080102.xhp\n" "hd_id3154125\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. mxAiL #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3145172\n" "help.text" msgid "Cos (Number)" msgstr "Cos (tal)" #. pBcf4 #: 03080102.xhp msgctxt "" "03080102.xhp\n" "hd_id3156214\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 5SNwE #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3150449\n" "help.text" msgid "Double" msgstr "Double" #. evcMv #: 03080102.xhp msgctxt "" "03080102.xhp\n" "hd_id3153969\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. jbCKb #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3153770\n" "help.text" msgid "Number: Numeric expression that specifies an angle in radians that you want to calculate the cosine for." msgstr "Tal: Numeriskt uttryck som anger den vinkel i radianer för vilken du vill beräkna cosinus." #. FBGNA #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3145749\n" "help.text" msgid "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi." msgstr "Du kan konvertera grader till radianer genom att multiplicera antalet grader med pi/180. Du kan konvertera radianer till grader genom att multiplicera antalet radianer med 180/pi." #. X68Fu #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3149664\n" "help.text" msgid "degree=(radian*180)/pi" msgstr "vinkel=(radian*180)/pi" #. f9EAD #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3146985\n" "help.text" msgid "radian=(degree*pi)/180" msgstr "radian=(vinkel*pi)/180" #. BEdki #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3152885\n" "help.text" msgid "Pi is here the fixed circle constant with the rounded value 3.14159..." msgstr "Pi är här en matematisk konstant med det avrundade värdet 3,14159..." #. QV5hL #: 03080102.xhp msgctxt "" "03080102.xhp\n" "hd_id3153951\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 4K6RE #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3155855\n" "help.text" msgid "' The following example allows for a right-angled triangle the input of" msgstr "' I följande exempel kan sekant och vinkel (i grader) hos en rätvinklig" #. CEwDT #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3149484\n" "help.text" msgid "' secant and angle (in degrees) and calculates the length of the hypotenuse:" msgstr "'-sekant och vinkel (grader) anges för beräkning av hypotenusans längd:" #. xAVHq #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3150010\n" "help.text" msgid "' rounded Pi = 3.14159" msgstr "' avrundat pi = 3,14159" #. ygUrP #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3144764\n" "help.text" msgid "d1 = InputBox(\"Enter the length of the adjacent side: \",\"Adjacent\")" msgstr "d1 = InputBox(\"Ange den intilliggande sidans längd: \",\"Intilliggande\")" #. 3gp3Y #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3154491\n" "help.text" msgid "dAngle = InputBox(\"Enter the angle Alpha (in degrees): \",\"Alpha\")" msgstr "dAngle = InputBox(\"Ange vinkeln Alfa (i grader): \",\"Alfa\")" #. pCRzE #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3151074\n" "help.text" msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))" msgstr "Print \"Hypotenusans längd är\"; (d1 / cos (dAngle * Pi / 180))" #. FEozF #: 03080103.xhp msgctxt "" "03080103.xhp\n" "tit\n" "help.text" msgid "Sin Function" msgstr "" #. EBzji #: 03080103.xhp msgctxt "" "03080103.xhp\n" "bm_id3153896\n" "help.text" msgid "Sin function" msgstr "Sin, funktion " #. MEx5j #: 03080103.xhp msgctxt "" "03080103.xhp\n" "hd_id3153896\n" "help.text" msgid "Sin Function" msgstr "" #. fEasV #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3149456\n" "help.text" msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1." msgstr "Returnerar sinus för en vinkel. Vinkeln anges i radianer. Resultatet ligger mellan -1 och 1." #. xWzJt #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3153379\n" "help.text" msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle." msgstr "Med vinkeln Alfa returnerar funktionen Sin förhållandet mellan längden på den sida som befinner sig mittemot vinkeln och längden på hypotenusan i en rätvinklig triangel." #. WugLi #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3148798\n" "help.text" msgid "Sin(Alpha) = side opposite the angle/hypotenuse" msgstr "Sin(Alfa) = sidan mittemot vinkeln/hypotenusan" #. GLDx4 #: 03080103.xhp msgctxt "" "03080103.xhp\n" "hd_id3147230\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. T2FTG #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3154909\n" "help.text" msgid "Sin (Number)" msgstr "Sin (tal)" #. SFGEZ #: 03080103.xhp msgctxt "" "03080103.xhp\n" "hd_id3156214\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. q3Gct #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3150870\n" "help.text" msgid "Double" msgstr "Double" #. a3DDA #: 03080103.xhp msgctxt "" "03080103.xhp\n" "hd_id3155132\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. VeDqk #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3145786\n" "help.text" msgid "Number: Numeric expression that defines the angle in radians that you want to calculate the sine for." msgstr "Tal: Numeriskt uttryck som definierar den vinkel i radianer som du vill beräkna sinus för." #. t4bSd #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3155413\n" "help.text" msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi." msgstr "Du kan konvertera grader till radianer genom att multiplicera antalet grader med pi/180. Du kan konvertera radianer till grader genom att multiplicera antalet radianer med 180/pi." #. c9dFg #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3149664\n" "help.text" msgid "grad=(radiant*180)/pi" msgstr "grad=(radiant*180)/pi" #. V5vw8 #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3153143\n" "help.text" msgid "radiant=(grad*pi)/180" msgstr "radiant=(grad*pi)/180" #. kF65g #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3151112\n" "help.text" msgid "Pi is approximately 3.141593." msgstr "Pi är ungefär 3,141593." #. Q84E4 #: 03080103.xhp msgctxt "" "03080103.xhp\n" "hd_id3163712\n" "help.text" msgid "Example:" msgstr "Exempel:" #. qDQRe #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3149482\n" "help.text" msgid "' In this example, the following entry is possible for a right-angled triangle:" msgstr "' I det här exemplet är den här inmatningen möjlig för en högervinklad triangel:" #. 7Qpns #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3148577\n" "help.text" msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:" msgstr "' Sidan mittemot vinkeln och vinkeln (i grader) för att beräkna längden på hypotenusan:" #. C6oyE #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3150011\n" "help.text" msgid "' Pi = 3.1415926 is a predefined variable" msgstr "' Pi = 3,1415926 är en fördefinierad variabel" #. KnkXC #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3145251\n" "help.text" msgid "d1 = InputBox(\"Enter the length of the opposite side: \",\"Opposite Side\")" msgstr "d1 = InputBox(\"Ange längden på sida som befinner sig mittemot: \",\"Motsatt sida\")" #. CYohW #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3148456\n" "help.text" msgid "dAlpha = InputBox(\"Enter the angle Alpha (in degrees): \",\"Alpha\")" msgstr "dAlpha = InputBox(\"Ange vinkeln Alfa (i grader): \",\"Alfa\")" #. U9Nyv #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3153877\n" "help.text" msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))" msgstr "Print \"Hypotenusans längd är\"; (d1 / sin (dAlpha * Pi / 180))" #. 9DYiB #: 03080104.xhp msgctxt "" "03080104.xhp\n" "tit\n" "help.text" msgid "Tan Function" msgstr "" #. xJLZB #: 03080104.xhp msgctxt "" "03080104.xhp\n" "bm_id3148550\n" "help.text" msgid "Tan function" msgstr "Tan, funktion " #. 6jfjj #: 03080104.xhp msgctxt "" "03080104.xhp\n" "hd_id3148550\n" "help.text" msgid "Tan Function" msgstr "" #. juT9e #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3148663\n" "help.text" msgid "Determines the tangent of an angle. The angle is specified in radians." msgstr "Bestämmer tangens för en vinkel. Vinkeln anges i radianer." #. 6oVeE #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3153379\n" "help.text" msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle." msgstr "Med vinkeln Alfa kan funktionen Tan beräkna förhållandet mellan längden på den sida som befinner sig mittemot vinkeln och längden på den sida som befinner sig intill vinkeln i en rätvinklig triangel." #. JLB5h #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3154366\n" "help.text" msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle" msgstr "Tan(Alfa)= sidan mittemot den vinkel/sida som befinner sig intill vinkeln" #. RTSBi #: 03080104.xhp msgctxt "" "03080104.xhp\n" "hd_id3145174\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. H87gF #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3151042\n" "help.text" msgid "Tan (Number)" msgstr "Tan (tal)" #. UiEgr #: 03080104.xhp msgctxt "" "03080104.xhp\n" "hd_id3156214\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. XMyAh #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3156281\n" "help.text" msgid "Double" msgstr "Double" #. P9wpB #: 03080104.xhp msgctxt "" "03080104.xhp\n" "hd_id3155132\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. BJjuJ #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3145786\n" "help.text" msgid "Number: Any numeric expression that you want to calculate the tangent for (in radians)." msgstr "Tal: Ett numeriskt uttryck som du vill beräkna tangens för (i radianer)." #. 5rd9G #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3153728\n" "help.text" msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi." msgstr "Du kan konvertera grader till radianer genom att multiplicera med pi/180. Du kan konvertera radianer till grader genom att multiplicera med 180/pi." #. pDUfE #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3155414\n" "help.text" msgid "degrees=(radiant*180)/Pi" msgstr "grader=(radiant*180)/Pi" #. BD6YW #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3146975\n" "help.text" msgid "radiant=(degrees*Pi)/180" msgstr "radiant=(grad*Pi)/180" #. fEn5Q #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3147434\n" "help.text" msgid "Pi is approximately 3.141593." msgstr "Pi är ungefär 3,141593." #. nJ6rD #: 03080104.xhp msgctxt "" "03080104.xhp\n" "hd_id3149483\n" "help.text" msgid "Example:" msgstr "Exempel:" #. JFRRA #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3148646\n" "help.text" msgid "' In this example, the following entry is possible for a right-angled triangle:" msgstr "' I det här exemplet är den här inmatningen möjlig för en högervinklad triangel:" #. FQSGL #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3150012\n" "help.text" msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:" msgstr "' Sidan mittemot vinkeln och vinkeln (i grader) för att beräkna längden på den sida som befinner sig mittemot vinkeln:" #. 7CDv8 #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3153158\n" "help.text" msgid "' Pi = 3.1415926 is a pre-defined variable" msgstr "' Pi = 3,1415926 är en fördefinierad variabel" #. 4kJz9 #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3145252\n" "help.text" msgid "d1 = InputBox(\"Enter the length of the side opposite the angle: \",\"opposite\")" msgstr "d1 = InputBox(\"Ange längden på den sida som befinner sig mittemot vinkeln: \",\"mittemot\")" #. R2WoA #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3149582\n" "help.text" msgid "dAlpha = InputBox(\"Enter the Alpha angle (in degrees): \",\"Alpha\")" msgstr "dAlpha = InputBox(\"Ange vinkeln Alfa (i grader): \",\"Alfa\")" #. Njruy #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3154016\n" "help.text" msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))" msgstr "Print \"Längden på den sida som befinner sig intill vinkeln är\"; (d1 / tan (dAlpha * Pi / 180))" #. ofCYj #: 03080200.xhp msgctxt "" "03080200.xhp\n" "tit\n" "help.text" msgid "Exponential and Logarithmic Functions" msgstr "Exponentialfunktioner och logaritmiska funktioner" #. QugjZ #: 03080200.xhp msgctxt "" "03080200.xhp\n" "hd_id3154758\n" "help.text" msgid "Exponential and Logarithmic Functions" msgstr "Exponentialfunktioner och logaritmiska funktioner" #. 5AGHm #: 03080200.xhp msgctxt "" "03080200.xhp\n" "par_id3148550\n" "help.text" msgid "$[officename] Basic supports the following exponential and logarithmic functions." msgstr "Följande logaritmiska funktioner och exponentialfunktioner stöds i $[officename] Basic." #. F4Kod #: 03080201.xhp msgctxt "" "03080201.xhp\n" "tit\n" "help.text" msgid "Exp Function" msgstr "" #. 8z2kC #: 03080201.xhp msgctxt "" "03080201.xhp\n" "bm_id3150616\n" "help.text" msgid "Exp function" msgstr "Exp, funktion " #. HTnJN #: 03080201.xhp msgctxt "" "03080201.xhp\n" "hd_id3150616\n" "help.text" msgid "Exp Function" msgstr "" #. Zu9Dr #: 03080201.xhp msgctxt "" "03080201.xhp\n" "par_id3155555\n" "help.text" msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power." msgstr "Returnerar talet e (2,718282...) upphöjt till en exponent." #. qzNCt #: 03080201.xhp msgctxt "" "03080201.xhp\n" "hd_id3150984\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. VtBgc #: 03080201.xhp msgctxt "" "03080201.xhp\n" "par_id3145315\n" "help.text" msgid "Exp (Number)" msgstr "Exp (Tal)" #. j4Eyy #: 03080201.xhp msgctxt "" "03080201.xhp\n" "hd_id3154347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. fxbBA #: 03080201.xhp msgctxt "" "03080201.xhp\n" "par_id3149670\n" "help.text" msgid "Double" msgstr "Double" #. ohN8G #: 03080201.xhp msgctxt "" "03080201.xhp\n" "hd_id3154760\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. xUmuE #: 03080201.xhp msgctxt "" "03080201.xhp\n" "par_id3150793\n" "help.text" msgid "Number: Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values." msgstr "Tal: Ett numeriskt uttryck som anger vad talet \"e\" (basen för naturliga logaritmer) ska upphöjas till. Exponenten måste för flyttal med enkel precision vara mindre än eller lika med 88,02969. För flyttal med dubbel precision måste exponenten vara mindre än eller lika med 709,782712893. Om exponenten är större än det maximala värdet genererar $[officename] Basic ett spillfel." #. qVvq3 #: 03080201.xhp msgctxt "" "03080201.xhp\n" "hd_id3156280\n" "help.text" msgid "Example:" msgstr "Exempel:" #. G8CHi #: 03080201.xhp msgctxt "" "03080201.xhp\n" "par_id3161832\n" "help.text" msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\"" msgstr "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplikation med logaritm\"" #. gUEqe #: 03080202.xhp msgctxt "" "03080202.xhp\n" "tit\n" "help.text" msgid "Log Function" msgstr "" #. qgoZt #: 03080202.xhp msgctxt "" "03080202.xhp\n" "bm_id3149416\n" "help.text" msgid "Log function" msgstr "Log, funktion " #. RxUC2 #: 03080202.xhp msgctxt "" "03080202.xhp\n" "hd_id3149416\n" "help.text" msgid "Log Function" msgstr "" #. g9AWW #: 03080202.xhp msgctxt "" "03080202.xhp\n" "par_id3145066\n" "help.text" msgid "Returns the natural logarithm of a number." msgstr "Returnerar den naturliga logaritmen för ett tal." #. edBMx #: 03080202.xhp msgctxt "" "03080202.xhp\n" "hd_id3159414\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Vweyx #: 03080202.xhp msgctxt "" "03080202.xhp\n" "par_id3154760\n" "help.text" msgid "Log (Number)" msgstr "Log (Tal)" #. mRZbM #: 03080202.xhp msgctxt "" "03080202.xhp\n" "hd_id3149457\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. K67vi #: 03080202.xhp msgctxt "" "03080202.xhp\n" "par_id3150791\n" "help.text" msgid "Double" msgstr "Double" #. fCeUd #: 03080202.xhp msgctxt "" "03080202.xhp\n" "hd_id3151211\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. a6Cte #: 03080202.xhp msgctxt "" "03080202.xhp\n" "par_id3151041\n" "help.text" msgid "Number: Any numeric expression that you want to calculate the natural logarithm for." msgstr "Tal: Ett numeriskt uttryck som du ska räkna ut den naturliga logaritmen för." #. XGZnf #: 03080202.xhp msgctxt "" "03080202.xhp\n" "par_id3150869\n" "help.text" msgid "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..." msgstr "Den naturliga logaritmen är logaritmen med basen e. Talet e är en konstant med det approximativa värdet 2,71828..." #. Tjkcm #: 03080202.xhp msgctxt "" "03080202.xhp\n" "par_id3153968\n" "help.text" msgid "You can calculate logarithms to any base (n) for any number (x) by dividing the natural logarithm of x by the natural logarithm of n, as follows:" msgstr "Du kan beräkna logaritmen med en annan bas (n) för ett givet tal (x) genom att dividera den naturliga logaritmen för x med den naturliga logaritmen för n, enligt följande:" #. oFg2v #: 03080202.xhp msgctxt "" "03080202.xhp\n" "par_id3145420\n" "help.text" msgid "Log n(x) = Log(x) / Log(n)" msgstr "Log n(x) = Log(x) / Log(n)" #. rPbmE #: 03080202.xhp msgctxt "" "03080202.xhp\n" "hd_id3155131\n" "help.text" msgid "Example:" msgstr "Exempel:" #. rkQXJ #: 03080202.xhp msgctxt "" "03080202.xhp\n" "par_id3149262\n" "help.text" msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\"" msgstr "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplikation med logaritmfunktionen\"" #. UgtDE #: 03080300.xhp msgctxt "" "03080300.xhp\n" "tit\n" "help.text" msgid "Generating Random Numbers" msgstr "Generera slumptal" #. z6M3v #: 03080300.xhp msgctxt "" "03080300.xhp\n" "hd_id3143270\n" "help.text" msgid "Generating Random Numbers" msgstr "Generera slumptal" #. 9oAAh #: 03080300.xhp msgctxt "" "03080300.xhp\n" "par_id3154347\n" "help.text" msgid "The following statements and functions generate random numbers." msgstr "Följande uttryck och funktioner används i samband med slumptal." #. aik2G #: 03080301.xhp msgctxt "" "03080301.xhp\n" "tit\n" "help.text" msgid "Randomize Statement" msgstr "" #. cBbQM #: 03080301.xhp msgctxt "" "03080301.xhp\n" "bm_id3150616\n" "help.text" msgid "Randomize statement" msgstr "Randomize, funktion" #. GzBbR #: 03080301.xhp msgctxt "" "03080301.xhp\n" "hd_id3150616\n" "help.text" msgid "Randomize Statement" msgstr "" #. rWksA #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id3145090\n" "help.text" msgid "Initializes the random-number generator used by the Rnd function." msgstr "" #. 4zBFc #: 03080301.xhp msgctxt "" "03080301.xhp\n" "hd_id3147573\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Kn22q #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id3145315\n" "help.text" msgid "Randomize [Number]" msgstr "Randomize [Tal]" #. CM8DX #: 03080301.xhp msgctxt "" "03080301.xhp\n" "hd_id3152456\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. uRn8G #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id3149670\n" "help.text" msgid "Number: Any integer value. Used as seed to initialize the random-number generator. Equal seeds result in equal random-number sequences by the Rnd function. If the parameter is omitted, the Randomize statement will be ignored." msgstr "" #. sowvF #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id110520161656428611\n" "help.text" msgid "Unless a predictable sequence of numbers is desired, there is no need to use the Randomize statement, as the random-number generator will be initialized automatically at first use – it will be seeded using a system-provided random-number generator that produces uniformly-distributed, non-deterministic random numbers. If no such generator is available on the system, the system time will be used as seed." msgstr "" #. eJZhb #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id12052016194258344\n" "help.text" msgid "The Randomize statement affects BASIC's Rnd function only. Other random-number generators (for example the Calc's RAND() function, etc.) are not affected by it." msgstr "" #. nbCqX #: 03080301.xhp msgctxt "" "03080301.xhp\n" "hd_id3149655\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Hsz4P #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id3147288\n" "help.text" msgid "iVar = Int(10 * Rnd) ' Range from 0 to 9" msgstr "iVar = Int((10 * Rnd) ) ' Ger ett tal mellan 0 och 9" #. fzDBU #: 03080301.xhp msgctxt "" "03080301.xhp\n" "par_id3148617\n" "help.text" msgid "MsgBox sText,0,\"Spectral Distribution\"" msgstr "MsgBox sText,0,\"Spektralfördelning\"" #. ridE5 #: 03080302.xhp msgctxt "" "03080302.xhp\n" "tit\n" "help.text" msgid "Rnd Function" msgstr "" #. kNKLV #: 03080302.xhp msgctxt "" "03080302.xhp\n" "bm_id3148685\n" "help.text" msgid "Rnd function" msgstr "Rnd, funktion " #. UkA7G #: 03080302.xhp msgctxt "" "03080302.xhp\n" "hd_id3148685\n" "help.text" msgid "Rnd Function" msgstr "" #. CgGQF #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3149669\n" "help.text" msgid "Returns a random number between 0 and 1." msgstr "Returnerar ett slumptal mellan 0 och 1." #. 3jLL3 #: 03080302.xhp msgctxt "" "03080302.xhp\n" "hd_id3153897\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. ccGDo #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3150543\n" "help.text" msgid "Rnd [(Expression)]" msgstr "Rnd [(Uttryck)]" #. AsCDT #: 03080302.xhp msgctxt "" "03080302.xhp\n" "hd_id3149655\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. Ge9kH #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3154365\n" "help.text" msgid "Double" msgstr "Double" #. 4W4JJ #: 03080302.xhp msgctxt "" "03080302.xhp\n" "hd_id3154909\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. QRteh #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3125864\n" "help.text" msgid "Expression: Has no effect, is ignored if provided." msgstr "" #. Wv4Ne #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3147318\n" "help.text" msgid "The Rnd function returns decimal fractions ranging from 0 (included) to 1 (excluded) according to a uniform distribution. It uses the Mersenne Twister 19937 random-number generator. To generate random integers in a given range, use a formula like in the example below. A Randomize statement with a defined seed value can be used beforehand, if a predictable sequence of numbers is desired." msgstr "" #. CoRrB #: 03080302.xhp msgctxt "" "03080302.xhp\n" "hd_id3151118\n" "help.text" msgid "Example:" msgstr "Exempel:" #. A6Sx5 #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3147124\n" "help.text" msgid "Print \"Number from 1 to 5\"" msgstr "Print \"Nummer från 1 till 5\"" #. AZcwu #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3154943\n" "help.text" msgid "Print \"Number from 6 to 8\"" msgstr "Print \"Nummer från 6 till 8\"" #. mWvS6 #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3151074\n" "help.text" msgid "Print \"Greater than 8\"" msgstr "Print \"Större än 8\"" #. o32Jf #: 03080302.xhp msgctxt "" "03080302.xhp\n" "par_id3155602\n" "help.text" msgid "Print \"Outside range 1 to 10\"" msgstr "Print \"Utanför intervallet 1 till 10\"" #. qhL3U #: 03080400.xhp msgctxt "" "03080400.xhp\n" "tit\n" "help.text" msgid "Square Root Calculation" msgstr "Beräkningar av kvadratrot" #. tF9ZA #: 03080400.xhp msgctxt "" "03080400.xhp\n" "hd_id3148946\n" "help.text" msgid "Square Root Calculation" msgstr "Beräkningar av kvadratrot" #. cR7qM #: 03080400.xhp msgctxt "" "03080400.xhp\n" "par_id3159414\n" "help.text" msgid "Use this function to calculate square roots." msgstr "Denna funktion används för att räkna ut kvadratrötter." #. uhF69 #: 03080401.xhp msgctxt "" "03080401.xhp\n" "tit\n" "help.text" msgid "Sqr Function" msgstr "" #. Ddss3 #: 03080401.xhp msgctxt "" "03080401.xhp\n" "bm_id3156027\n" "help.text" msgid "Sqr function" msgstr "Sqr, funktion " #. Wdcxc #: 03080401.xhp msgctxt "" "03080401.xhp\n" "hd_id3156027\n" "help.text" msgid "Sqr Function" msgstr "" #. 92Pyd #: 03080401.xhp msgctxt "" "03080401.xhp\n" "par_id3147226\n" "help.text" msgid "Calculates the square root of a numeric expression." msgstr "Beräknar kvadratroten av ett numeriskt uttryck." #. UjAFg #: 03080401.xhp msgctxt "" "03080401.xhp\n" "hd_id3143267\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. u6hMY #: 03080401.xhp msgctxt "" "03080401.xhp\n" "par_id3149415\n" "help.text" msgid "Sqr (Number)" msgstr "Sqr (Tal)" #. GxUbC #: 03080401.xhp msgctxt "" "03080401.xhp\n" "hd_id3156023\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. ToCoX #: 03080401.xhp msgctxt "" "03080401.xhp\n" "par_id3156343\n" "help.text" msgid "Double" msgstr "Double" #. RB3SF #: 03080401.xhp msgctxt "" "03080401.xhp\n" "hd_id3147265\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. R6bxE #: 03080401.xhp msgctxt "" "03080401.xhp\n" "par_id3149457\n" "help.text" msgid "Number: Any numeric expression that you want to calculate the square root for." msgstr "Tal: Ett numeriskt uttryck som du ska räkna ut kvadratroten för." #. NNhxY #: 03080401.xhp msgctxt "" "03080401.xhp\n" "par_id3154365\n" "help.text" msgid "A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6." msgstr "En kvadratrot är det tal som ger ett annat tal om det multipliceras med sig självt. Till exempel är 6 kvadratroten till 36." #. VXXxC #: 03080401.xhp msgctxt "" "03080401.xhp\n" "hd_id3153192\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 2GKHP #: 03080500.xhp msgctxt "" "03080500.xhp\n" "tit\n" "help.text" msgid "Integers" msgstr "Integer" #. n7D29 #: 03080500.xhp msgctxt "" "03080500.xhp\n" "hd_id3153345\n" "help.text" msgid "Integers and Fractional" msgstr "" #. GDH6b #: 03080500.xhp msgctxt "" "03080500.xhp\n" "par_id3156152\n" "help.text" msgid "Functions to round values to integers, and to take the fractional part of a value." msgstr "" #. ZCpbJ #: 03080501.xhp msgctxt "" "03080501.xhp\n" "tit\n" "help.text" msgid "Fix Function" msgstr "" #. MqD8E #: 03080501.xhp msgctxt "" "03080501.xhp\n" "bm_id3159201\n" "help.text" msgid "Fix function" msgstr "Fix, funktion " #. 2TxpU #: 03080501.xhp msgctxt "" "03080501.xhp\n" "hd_id3159201\n" "help.text" msgid "Fix Function" msgstr "" #. nDHDK #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id3149346\n" "help.text" msgid "Returns the integer value of a numeric expression by removing the fractional part of the number." msgstr "Returnerar ett heltalsvärde från ett numeriskt uttryck genom att ta bort bråket i talet." #. AxgCW #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id3156152\n" "help.text" msgid "Fix (Expression)" msgstr "Fix (uttryck)" #. XGeET #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id3148947\n" "help.text" msgid "Double" msgstr "Double" #. T274X #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id3149457\n" "help.text" msgid "Expression: Numeric expression that you want to return the integer value for." msgstr "Uttryck: Numeriskt uttryck som du vill returnera heltalsvärdet för." #. RmArT #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id3156214\n" "help.text" msgid "Print Fix(3.14159) ' returns 3." msgstr "Print Fix(3.14159) ' returnerar 3." #. 9QGfT #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id3154217\n" "help.text" msgid "Print Fix(0) ' returns 0." msgstr "Print Fix(0) ' returnerar 0." #. 5j2Di #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id3145786\n" "help.text" msgid "Print Fix(-3.14159) ' returns -3." msgstr "Print Fix(-3.14159) ' returnerar -3." #. Ymamx #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id391546195157714\n" "help.text" msgid "Int Function" msgstr "" #. QhZpR #: 03080501.xhp msgctxt "" "03080501.xhp\n" "par_id51546195168056\n" "help.text" msgid "Frac Function" msgstr "" #. D7BBT #: 03080502.xhp msgctxt "" "03080502.xhp\n" "tit\n" "help.text" msgid "Int Function" msgstr "" #. oGyiu #: 03080502.xhp msgctxt "" "03080502.xhp\n" "bm_id3153345\n" "help.text" msgid "Int function" msgstr "Int, funktion " #. HwiDW #: 03080502.xhp msgctxt "" "03080502.xhp\n" "hd_id3153345\n" "help.text" msgid "Int Function" msgstr "" #. urGrY #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id3155420\n" "help.text" msgid "Returns the integer portion of a number." msgstr "Returnerar heltalsdelen av ett tal." #. 8hNhz #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id3146795\n" "help.text" msgid "Int (Number)" msgstr "Int (tal)" #. x8Eh5 #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id3150400\n" "help.text" msgid "Double" msgstr "Double" #. byiBG #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id3148797\n" "help.text" msgid "Number: Any valid numeric expression." msgstr "Tal: Ett giltigt numeriskt uttryck." #. G7cKf #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id3125864\n" "help.text" msgid "Print Int(3.99) ' returns the value 3" msgstr "Print Int (3.99) ' returnerar värdet 3" #. q3vhG #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id3145787\n" "help.text" msgid "Print Int(0) ' returns the value 0" msgstr "Print Int (0) ' returnerar värdet 0" #. 9Wc46 #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id3153143\n" "help.text" msgid "Print Int(-3.14159) ' returns the value -4" msgstr "Print Int (-3.14159) ' returnerar värdet -4" #. dGANe #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id461546195246946\n" "help.text" msgid "Fix Function" msgstr "" #. PWWrL #: 03080502.xhp msgctxt "" "03080502.xhp\n" "par_id51546195168056\n" "help.text" msgid "Frac Function" msgstr "" #. zZFwE #: 03080503.xhp msgctxt "" "03080503.xhp\n" "tit\n" "help.text" msgid "Frac Function" msgstr "" #. mVSM2 #: 03080503.xhp msgctxt "" "03080503.xhp\n" "bm_id3153345\n" "help.text" msgid "Frac function" msgstr "" #. 6KBuj #: 03080503.xhp msgctxt "" "03080503.xhp\n" "hd_id3153345\n" "help.text" msgid "Frac Function" msgstr "" #. AwHT9 #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id3155420\n" "help.text" msgid "Returns the fractional portion of a number." msgstr "" #. MAVXR #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id3146795\n" "help.text" msgid "Frac (Number)" msgstr "" #. 4Dd36 #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id3150400\n" "help.text" msgid "Double" msgstr "Dubbel" #. PjX9r #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id3148797\n" "help.text" msgid "Number: Any valid numeric expression." msgstr "" #. CteEJ #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id3125864\n" "help.text" msgid "Print Frac(3.99) ' returns the value 0.99" msgstr "" #. vBNoB #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id3145787\n" "help.text" msgid "Print Frac(0) ' returns the value 0" msgstr "" #. DGQgE #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id3153143\n" "help.text" msgid "Print Frac(-3.14159) ' returns the value -0.14159" msgstr "" #. 4u3Pk #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id461546195246946\n" "help.text" msgid "Fix Function" msgstr "" #. G9EiU #: 03080503.xhp msgctxt "" "03080503.xhp\n" "par_id391546195157714\n" "help.text" msgid "Int Function" msgstr "" #. BbtLE #: 03080600.xhp msgctxt "" "03080600.xhp\n" "tit\n" "help.text" msgid "Absolute Values" msgstr "Absoluta värden" #. THpdK #: 03080600.xhp msgctxt "" "03080600.xhp\n" "hd_id3146958\n" "help.text" msgid "Absolute Values" msgstr "Absoluta värden" #. L28VB #: 03080600.xhp msgctxt "" "03080600.xhp\n" "par_id3150771\n" "help.text" msgid "This function returns absolute values." msgstr "Den här funktionen returnerar absoluta värden." #. VaBcX #: 03080601.xhp msgctxt "" "03080601.xhp\n" "tit\n" "help.text" msgid "Abs Function" msgstr "" #. Y39pg #: 03080601.xhp msgctxt "" "03080601.xhp\n" "bm_id3159201\n" "help.text" msgid "Abs function" msgstr "Abs, funktion" #. wLbzU #: 03080601.xhp msgctxt "" "03080601.xhp\n" "hd_id3159201\n" "help.text" msgid "Abs Function" msgstr "" #. vGAGF #: 03080601.xhp msgctxt "" "03080601.xhp\n" "par_id3153394\n" "help.text" msgid "Returns the absolute value of a numeric expression." msgstr "Returnerar det absoluta värdet av ett numeriskt uttryck." #. 9vLHh #: 03080601.xhp msgctxt "" "03080601.xhp\n" "hd_id3149233\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. oikG9 #: 03080601.xhp msgctxt "" "03080601.xhp\n" "par_id3147573\n" "help.text" msgid "Abs (Number)" msgstr "Abs (tal)" #. 9JrGL #: 03080601.xhp msgctxt "" "03080601.xhp\n" "hd_id3156152\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. Egjc2 #: 03080601.xhp msgctxt "" "03080601.xhp\n" "par_id3149670\n" "help.text" msgid "Double" msgstr "Double" #. Duhzt #: 03080601.xhp msgctxt "" "03080601.xhp\n" "hd_id3154924\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. CaBaR #: 03080601.xhp msgctxt "" "03080601.xhp\n" "par_id3154347\n" "help.text" msgid "Number: Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers." msgstr "Tal: Ett numeriskt uttryck som du vill returnera det absoluta värdet för. Positiva tal inklusive 0 returneras oförändrade, medan negativa tal konverteras till positiva tal." #. T3eu8 #: 03080601.xhp msgctxt "" "03080601.xhp\n" "par_id3153381\n" "help.text" msgid "The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first." msgstr "I följande exempel används Abs-funktionen för att beräkna skillnaden mellan två värden. Det spelar ingen roll vilket värde som anges först." #. qf3vp #: 03080601.xhp msgctxt "" "03080601.xhp\n" "hd_id3148451\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ek5Jt #: 03080601.xhp msgctxt "" "03080601.xhp\n" "par_id3145786\n" "help.text" msgid "siW1 = Int(InputBox(\"Please enter the first amount\",\"Value Input\"))" msgstr "siW1 = Int(InputBox(\"Ange det första värdet\",\"Värdeinmatning\"))" #. MG4ec #: 03080601.xhp msgctxt "" "03080601.xhp\n" "par_id3149561\n" "help.text" msgid "siW2 = Int(InputBox(\"Please enter the second amount\",\"Value Input\"))" msgstr "siW2 = Int(InputBox(\"Ange det andra värdet\",\"Värdeinmatning\"))" #. BjZdb #: 03080601.xhp msgctxt "" "03080601.xhp\n" "par_id3145750\n" "help.text" msgid "Print \"The difference is \"; Abs(siW1 - siW2)" msgstr "Print \"Skillnaden är \"; Abs(siW1 - siW2)" #. CDdkF #: 03080700.xhp msgctxt "" "03080700.xhp\n" "tit\n" "help.text" msgid "Expression Signs" msgstr "Tecken i uttryck" #. EiQHG #: 03080700.xhp msgctxt "" "03080700.xhp\n" "hd_id3150702\n" "help.text" msgid "Expression Signs" msgstr "Tecken i uttryck" #. zhw5K #: 03080700.xhp msgctxt "" "03080700.xhp\n" "par_id3148668\n" "help.text" msgid "This function returns the algebraic sign of a numeric expression." msgstr "Den här funktionen returnerar det algebraiska tecknet för ett numeriskt uttryck." #. EZYW2 #: 03080701.xhp msgctxt "" "03080701.xhp\n" "tit\n" "help.text" msgid "Sgn Function" msgstr "" #. hzA5f #: 03080701.xhp msgctxt "" "03080701.xhp\n" "bm_id3148474\n" "help.text" msgid "Sgn function" msgstr "Sgn, funktion " #. BaCb2 #: 03080701.xhp msgctxt "" "03080701.xhp\n" "hd_id3148474\n" "help.text" msgid "Sgn Function" msgstr "" #. 7BADP #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3148686\n" "help.text" msgid "Returns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero." msgstr "Returnerar ett heltal mellan -1 och 1 som anger om det tal som överförs till funktionen är positivt, negativt eller noll." #. WeAbo #: 03080701.xhp msgctxt "" "03080701.xhp\n" "hd_id3156023\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 8TFfk #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3153897\n" "help.text" msgid "Sgn (Number)" msgstr "Sgn (tal)" #. R9qZJ #: 03080701.xhp msgctxt "" "03080701.xhp\n" "hd_id3145069\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. xpsBz #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3150359\n" "help.text" msgid "Integer" msgstr "Integer" #. hBAHj #: 03080701.xhp msgctxt "" "03080701.xhp\n" "hd_id3150543\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ExboK #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3154365\n" "help.text" msgid "Number: Numeric expression that determines the value that is returned by the function." msgstr "Tal: Numeriskt uttryck som bestämmer det värde som returneras av funktionen." #. xdxDc #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3150767\n" "help.text" msgid "NumExpression" msgstr "NumExpression" #. ZhDdh #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3150441\n" "help.text" msgid "Return value" msgstr "Returvärde" #. GJ8DT #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3161833\n" "help.text" msgid "negative" msgstr "negativt" #. owL6c #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3155306\n" "help.text" msgid "Sgn returns -1." msgstr "Sgn returnerar -1." #. WLxTV #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3146119\n" "help.text" msgid "Sgn returns 0." msgstr "Sgn returnerar 0." #. 4tinv #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3153139\n" "help.text" msgid "positive" msgstr "positivt" #. DHyxd #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3154319\n" "help.text" msgid "Sgn returns 1." msgstr "Sgn returnerar 1." #. EhBsF #: 03080701.xhp msgctxt "" "03080701.xhp\n" "hd_id3152576\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Dd5kX #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3155416\n" "help.text" msgid "Print sgn(-10) ' returns -1" msgstr "Print sgn(-10) ' returnerar -1" #. RHqWn #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3154096\n" "help.text" msgid "Print sgn(0) ' returns 0" msgstr "Print sgn(0) ' returnerar 0" #. HeSov #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3148457\n" "help.text" msgid "Print sgn(10) ' returns 1" msgstr "Print sgn(10) ' returnerar 1" #. ojPdU #: 03080800.xhp msgctxt "" "03080800.xhp\n" "tit\n" "help.text" msgid "Converting Numbers" msgstr "Konvertera tal" #. DDJr9 #: 03080800.xhp msgctxt "" "03080800.xhp\n" "hd_id3145315\n" "help.text" msgid "Converting Numbers" msgstr "Konvertera tal" #. ZRJWv #: 03080800.xhp msgctxt "" "03080800.xhp\n" "par_id3154760\n" "help.text" msgid "The following functions convert numbers from one number format to another." msgstr "Följande funktioner konverterar tal från ett talformat till ett annat." #. CMVC4 #: 03080801.xhp msgctxt "" "03080801.xhp\n" "tit\n" "help.text" msgid "Hex Function" msgstr "" #. wo8Yg #: 03080801.xhp msgctxt "" "03080801.xhp\n" "bm_id3150616\n" "help.text" msgid "Hex function" msgstr "Hex, funktion " #. 9DtGW #: 03080801.xhp msgctxt "" "03080801.xhp\n" "hd_id3150616\n" "help.text" msgid "Hex Function" msgstr "" #. X79sx #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3145136\n" "help.text" msgid "Returns a string that represents the hexadecimal value of a number." msgstr "Returnerar en sträng som innehåller en hexadecimal representation av ett tal." #. te3Mp #: 03080801.xhp msgctxt "" "03080801.xhp\n" "hd_id3147573\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. sniHV #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3150771\n" "help.text" msgid "Hex (Number)" msgstr "Hex (Tal)" #. Ejckw #: 03080801.xhp msgctxt "" "03080801.xhp\n" "hd_id3147530\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. MvMTC #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3159414\n" "help.text" msgid "String" msgstr "String" #. RhxtR #: 03080801.xhp msgctxt "" "03080801.xhp\n" "hd_id3156344\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. eJLYR #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3148947\n" "help.text" msgid "Number: Any numeric expression that you want to convert to a hexadecimal number." msgstr "Tal: Ett numeriskt uttryck som ska konverteras till ett hexadecimalt tal." #. XyWiz #: 03080801.xhp msgctxt "" "03080801.xhp\n" "hd_id3154365\n" "help.text" msgid "Example:" msgstr "Exempel:" #. WsqJB #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3156214\n" "help.text" msgid "' uses BasicFormulas in %PRODUCTNAME Calc" msgstr "" #. PrCEr #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3149262\n" "help.text" msgid "' Returns a 32-bit signed integer number from an 8-digit hexadecimal value." msgstr "" #. fcv3u #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3147215\n" "help.text" msgid "' Calculates the 8-digit hexadecimal value out of a 32-bit signed integer number." msgstr "" #. Tko9w #: 03080802.xhp msgctxt "" "03080802.xhp\n" "tit\n" "help.text" msgid "Oct Function" msgstr "" #. FERZ7 #: 03080802.xhp msgctxt "" "03080802.xhp\n" "bm_id3155420\n" "help.text" msgid "Oct function" msgstr "Oct, funktion " #. HBZvQ #: 03080802.xhp msgctxt "" "03080802.xhp\n" "hd_id3155420\n" "help.text" msgid "Oct Function" msgstr "" #. ApoGj #: 03080802.xhp msgctxt "" "03080802.xhp\n" "par_id3154924\n" "help.text" msgid "Returns the octal value of a number." msgstr "Returnerar en sträng som innehåller en oktal representation av ett tal." #. NWCSn #: 03080802.xhp msgctxt "" "03080802.xhp\n" "hd_id3148947\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. oK8j3 #: 03080802.xhp msgctxt "" "03080802.xhp\n" "par_id3150543\n" "help.text" msgid "Oct (Number)" msgstr "Oct (Tal)" #. 4v3fG #: 03080802.xhp msgctxt "" "03080802.xhp\n" "hd_id3153360\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. DNqdN #: 03080802.xhp msgctxt "" "03080802.xhp\n" "par_id3154138\n" "help.text" msgid "String" msgstr "String" #. 9ymRV #: 03080802.xhp msgctxt "" "03080802.xhp\n" "hd_id3156422\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. FUayo #: 03080802.xhp msgctxt "" "03080802.xhp\n" "par_id3150768\n" "help.text" msgid "Number: Any numeric expression that you want to convert to an octal value." msgstr "Tal: Ett numeriskt uttryck som ska konverteras till ett oktalt tal." #. ZGpEp #: 03080802.xhp msgctxt "" "03080802.xhp\n" "hd_id3148672\n" "help.text" msgid "Example:" msgstr "Exempel:" #. TB5UE #: 03090000.xhp msgctxt "" "03090000.xhp\n" "tit\n" "help.text" msgid "Controlling Program Execution" msgstr "Styra programkörningen" #. AjaX7 #: 03090000.xhp msgctxt "" "03090000.xhp\n" "hd_id3145136\n" "help.text" msgid "Controlling Program Execution" msgstr "Styra programkörningen" #. s6wg5 #: 03090000.xhp msgctxt "" "03090000.xhp\n" "par_id3143268\n" "help.text" msgid "The following statements control the execution of a program." msgstr "Följande uttryck används för att styra körningen av ett program." #. tCvqF #: 03090000.xhp msgctxt "" "03090000.xhp\n" "par_id3156152\n" "help.text" msgid "A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements." msgstr "Ett program körs i vanliga fall från den första kodraden till den sista. Du kan också exekvera vissa procedurer i programmet om vissa villkor är uppfyllda, eller repetera avsnitt i koden inne i en subrutin eller en funktion. Du kan använda loopar för att upprepa delar i ett program så många gånger som det behövs, eller tills ett visst villkor är uppfyllt. Den här typen av uttryck brukar delas upp i tre kategorier: villkors-, loop- och hopputtryck." #. SVVdP #: 03090100.xhp msgctxt "" "03090100.xhp\n" "tit\n" "help.text" msgid "Condition Statements" msgstr "Villkorsuttryck" #. 8sarN #: 03090100.xhp msgctxt "" "03090100.xhp\n" "hd_id3154422\n" "help.text" msgid "Condition Statements" msgstr "Villkorsuttryck" #. TLban #: 03090100.xhp msgctxt "" "03090100.xhp\n" "par_id3153750\n" "help.text" msgid "The following statements are based on conditions." msgstr "Följande uttryck används i villkorssatser." #. CmEyf #: 03090101.xhp msgctxt "" "03090101.xhp\n" "tit\n" "help.text" msgid "If...Then...Else Statement" msgstr "" #. 2tiGA #: 03090101.xhp msgctxt "" "03090101.xhp\n" "bm_id3154422\n" "help.text" msgid "If statement ElseIf; If statement Else If;If statement Else;If statement Else;If statement End If;If statement EndIf;If statement" msgstr "" #. iGHxs #: 03090101.xhp msgctxt "" "03090101.xhp\n" "hd_id81592320644826\n" "help.text" msgid "If...Then...Else Statement" msgstr "" #. aPd9F #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3155555\n" "help.text" msgid "Defines one or more statement blocks that you only want to execute if a given condition or expression is True." msgstr "" #. udXzN #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id311592320434736\n" "help.text" msgid "If...EndIf statement" msgstr "" #. cWAi6 #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id591592320435808\n" "help.text" msgid "ElseIf fragment" msgstr "" #. 9oiMB #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id221592320436632\n" "help.text" msgid "Else fragment" msgstr "" #. DQy4R #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3123476\n" "help.text" msgid "Instead of Else If you can write ElseIf, instead of End If you can write EndIf." msgstr "" #. AXTiW #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id631592322239043\n" "help.text" msgid "If statements can be shortened to one line when using single statement blocks." msgstr "" #. VDj9r #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3153062\n" "help.text" msgid "The If...Then statement executes program blocks depending on given conditions. When %PRODUCTNAME Basic encounters an If statement, the condition is tested. If the condition is True, all subsequent statements up to the next Else or ElseIf statement are executed. If the condition is False, and an ElseIf statement follows, %PRODUCTNAME Basic tests the next expression and executes the following statements if the condition is True. If False, the program continues either with the next ElseIf or Else statement. Statements following Else are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following EndIf." msgstr "" #. NKDQG #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3153192\n" "help.text" msgid "You can nest multiple If...Then statements." msgstr "Du kan sammanfläta flera If...Then-satser." #. sHwLq #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3154684\n" "help.text" msgid "Else and ElseIf statements are optional." msgstr "Else-satser och ElseIf-satser är valfria." #. 73RuH #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3152939\n" "help.text" msgid "You can use GoTo and GoSub to jump out of an If...Then block, but not to jump into an If...Then structure." msgstr "Du kan använda GoTo och GoSub för att hoppa ut ur ett If...Then-block, men inte för att hoppa in i en If...Then-struktur." #. VEFva #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3153951\n" "help.text" msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed." msgstr "Följande exempel visar hur du anger utgångsdatum för en produkt, och bestämmer om utgångsdatum har passerat." #. gDmAx #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3154490\n" "help.text" msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")" msgstr "sDate = InputBox(\"Ange utgångsdatum (MM.DD.ÅÅÅÅ)\")" #. GNXEn #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3155601\n" "help.text" msgid "MsgBox \"The expiration date has passed\"" msgstr "MsgBox \"Utgångsdatumet har varit\"" #. DrRyf #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3146912\n" "help.text" msgid "MsgBox \"The expiration date has not yet passed\"" msgstr "MsgBox \"Utgångsdatumet har inte varit\"" #. wS36Y #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3154754\n" "help.text" msgid "MsgBox \"The expiration date is today\"" msgstr "MsgBox \"Utgångsdatumet är i dag\"" #. 7qi2i #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id161588865796615\n" "help.text" msgid "Select Case statement" msgstr "" #. W4Sgi #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id281588865818334\n" "help.text" msgid "Iif or Switch functions" msgstr "" #. ArPEq #: 03090102.xhp msgctxt "" "03090102.xhp\n" "tit\n" "help.text" msgid "Select...Case Statement" msgstr "" #. PgL5b #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bm_id3149416\n" "help.text" msgid "Select Case statement Case keyword; in Select Case statement" msgstr "" #. CBpPz #: 03090102.xhp msgctxt "" "03090102.xhp\n" "hd_id3149416\n" "help.text" msgid "Select...Case Statement" msgstr "" #. je8zE #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3153896\n" "help.text" msgid "Defines one or more statement blocks depending on the value of an expression." msgstr "Definierar ett eller flera uttrycksblock beroende på ett uttrycks värde." #. CFYkp #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id841588605629842\n" "help.text" msgid "Select Case syntax" msgstr "" #. TJu4u #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bas_id251592381900645\n" "help.text" msgid "Select Case expression" msgstr "" #. XrXnH #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bas_id321592381903509\n" "help.text" msgid "Case values" msgstr "" #. DCDEC #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bas_id231592381903973\n" "help.text" msgid "Statement Block" msgstr "" #. 9KDPg #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bas_id361592381904372\n" "help.text" msgid "[ Case values2" msgstr "" #. jSGvu #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bas_id421592382002520\n" "help.text" msgid "Statement Block]" msgstr "" #. NcGYQ #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bas_id161592382004496\n" "help.text" msgid "[ Case Else" msgstr "" #. FkAUG #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bas_id681592382005351\n" "help.text" msgid "Statement Block]" msgstr "" #. MmACE #: 03090102.xhp msgctxt "" "03090102.xhp\n" "bas_id831592381905293\n" "help.text" msgid "End Select" msgstr "" #. HLsCW #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3156281\n" "help.text" msgid "expression: Any expression that controls if the statement block that follows the respective Case clause is executed." msgstr "" #. F88YW #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3150448\n" "help.text" msgid "values: Any value list that is compatible with the expression. The statement block that follows the Case clause is executed if expression matches values." msgstr "" #. oCrpX #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3152597\n" "help.text" msgid "Print \"Number from 1 to 5\"" msgstr "Print \"Nummer från 1 till 5\"" #. SGuia #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3147349\n" "help.text" msgid "Print \"Number from 6 to 8\"" msgstr "Print \"Nummer från 6 till 8\"" #. cPErK #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3152886\n" "help.text" msgid "Print \"Greater than 8\"" msgstr "Print \"Större än 8\"" #. VGBFL #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3146975\n" "help.text" msgid "Print \"Out of range 1 to 10\"" msgstr "Print \"Utanför intervallet 1 till 10\"" #. UtJXY #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id161588865796615\n" "help.text" msgid "If statement" msgstr "" #. mqu6n #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id281588865818334\n" "help.text" msgid "Iif or Switch functions" msgstr "" #. pm7E8 #: 03090103.xhp msgctxt "" "03090103.xhp\n" "tit\n" "help.text" msgid "IIf Function" msgstr "" #. G8vo7 #: 03090103.xhp msgctxt "" "03090103.xhp\n" "bm_id3155420\n" "help.text" msgid "IIf function" msgstr "" #. ZvPAM #: 03090103.xhp msgctxt "" "03090103.xhp\n" "hd_id3155420\n" "help.text" msgid "IIf Function" msgstr "" #. nYxhE #: 03090103.xhp msgctxt "" "03090103.xhp\n" "par_id3145610\n" "help.text" msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression." msgstr "Returnerar ett av två möjliga funktionsvärden, beroende på det logiska värdet av det evaluerade uttrycket." #. DMbgx #: 03090103.xhp msgctxt "" "03090103.xhp\n" "hd_id3159413\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. dDDFQ #: 03090103.xhp msgctxt "" "03090103.xhp\n" "par_id3147560\n" "help.text" msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)" msgstr "IIf (Uttryck, UttryckSant, UttryckFalskt)" #. Jr9BS #: 03090103.xhp msgctxt "" "03090103.xhp\n" "hd_id3150541\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. TXHsN #: 03090103.xhp msgctxt "" "03090103.xhp\n" "par_id3153381\n" "help.text" msgid "Expression: Any expression that you want to evaluate. If the expression evaluates to True, the function returns the result of ExpressionTrue, otherwise it returns the result of ExpressionFalse." msgstr "Uttryck: Det uttryck som ska evalueras. Om uttrycket evalueras till True returnerar funktionen värdet av uttrycket UttryckSant. Annars returneras resultatet av UttryckFalskt." #. Dxoxu #: 03090103.xhp msgctxt "" "03090103.xhp\n" "par_id3150870\n" "help.text" msgid "ExpressionTrue, ExpressionFalse: Any expression, one of which will be returned as the function result, depending on the logical evaluation." msgstr "UttryckSant, UttryckFalskt: Ett uttryck som returneras som funktionens resultat, beroende på den logiska evalueringen." #. dNxFE #: 03090103.xhp msgctxt "" "03090103.xhp\n" "par_id161588865796615\n" "help.text" msgid "If or Select Case statements" msgstr "" #. DjnF7 #: 03090103.xhp msgctxt "" "03090103.xhp\n" "par_id281588865818334\n" "help.text" msgid "Switch function" msgstr "" #. RKALL #: 03090200.xhp msgctxt "" "03090200.xhp\n" "tit\n" "help.text" msgid "Loops" msgstr "Iterativa satser" #. vamnD #: 03090200.xhp msgctxt "" "03090200.xhp\n" "hd_id3153990\n" "help.text" msgid "Loops" msgstr "Iterativa satser" #. gDVek #: 03090200.xhp msgctxt "" "03090200.xhp\n" "par_id3147226\n" "help.text" msgid "The following statements execute loops." msgstr "Följande instruktioner används i samband med iterativa satser." #. UAuBq #: 03090201.xhp msgctxt "" "03090201.xhp\n" "tit\n" "help.text" msgid "Do...Loop Statement" msgstr "" #. 79pyv #: 03090201.xhp msgctxt "" "03090201.xhp\n" "bm_id3156116\n" "help.text" msgid "Do...Loop statement While; Do loop Until loops" msgstr "Do...Loop, uttryckWhile; Do-loopUntilLoopar" #. AFBxo #: 03090201.xhp msgctxt "" "03090201.xhp\n" "hd_id3156116\n" "help.text" msgid "Do...Loop Statement" msgstr "" #. iC6SG #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id3109850\n" "help.text" msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True." msgstr "" #. aiGhW #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id311592320434736\n" "help.text" msgid "Do statement" msgstr "" #. Ebajb #: 03090201.xhp msgctxt "" "03090201.xhp\n" "bas_id171592386317704\n" "help.text" msgid "' Do While: The statement block is repeated as long as the condition is true" msgstr "" #. VDEWA #: 03090201.xhp msgctxt "" "03090201.xhp\n" "bas_id11592386319239\n" "help.text" msgid "' Do Until: The statement block is repeated as long as the condition is false" msgstr "" #. Dsqzg #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id591592320435808\n" "help.text" msgid "Do...Loop statement" msgstr "" #. VVtxi #: 03090201.xhp msgctxt "" "03090201.xhp\n" "bas_id911592386676044\n" "help.text" msgid "' Loop While: The statement block repeats as long as the condition is true" msgstr "" #. 92FMy #: 03090201.xhp msgctxt "" "03090201.xhp\n" "bas_id971592386677004\n" "help.text" msgid "' Loop Until: The statement block repeats until the condition is true" msgstr "" #. YFnQL #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id3150791\n" "help.text" msgid "The Do...Loop statement executes a loop as long as, or until, a certain condition is True. The condition for exiting the loop must be entered following either the Do or the Loop statement. The above examples are valid combinations." msgstr "" #. 8QxEA #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id3156344\n" "help.text" msgid "condition: A comparison, numeric or Basic expression, that evaluates to either True or False." msgstr "" #. C6QdX #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id3149669\n" "help.text" msgid "statements: Statements that you want to repeat while or until a condition is True." msgstr "" #. iXQfC #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id3149484\n" "help.text" msgid "Use the Exit Do statement to unconditionally end the loop. You can add this statement anywhere in a Do...Loop statement. You can also define an exit condition using the If...Then structure as follows:" msgstr "Använd satsen Exit Do om du vill avsluta loopen ovillkorligt. Du kan lägga till den här satsen var som helst i satsen Do...Loop. Du kan även definiera ett avsluta-villkor genom att använda strukturen If...Then så här:" #. pGFcg #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id161588865796615\n" "help.text" msgid "For, Select Case or While statements" msgstr "" #. NEcfM #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id281588865818334\n" "help.text" msgid "Iif or Switch functions" msgstr "" #. QECNJ #: 03090202.xhp msgctxt "" "03090202.xhp\n" "tit\n" "help.text" msgid "For...Next Statement" msgstr "" #. TvxZC #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bm_id3149205\n" "help.text" msgid "For statementFor Each statementIn keywordNext keywordStep keywordTo keyword" msgstr "" #. LVP76 #: 03090202.xhp msgctxt "" "03090202.xhp\n" "hd_id3149205\n" "help.text" msgid "For...Next Statement" msgstr "" #. AFEvH #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3143267\n" "help.text" msgid "Repeats the statements between the For...Next block a specified number of times." msgstr "" #. h79GC #: 03090202.xhp msgctxt "" "03090202.xhp\n" "hd_id3156153\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. UqJyC #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id491585753339474\n" "help.text" msgid "For Statement diagram" msgstr "" #. SuZFA #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3156024\n" "help.text" msgid "statement-block" msgstr "" #. CCuTr #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3159414\n" "help.text" msgid "statement-block" msgstr "" #. bcKDQ #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id491585653339474\n" "help.text" msgid "For Each Statement diagram" msgstr "" #. YbrKJ #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id821586521234861\n" "help.text" msgid "statement-block" msgstr "" #. 75jXr #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id501586521235517\n" "help.text" msgid "statement-block" msgstr "" #. hE24y #: 03090202.xhp msgctxt "" "03090202.xhp\n" "hd_id3150400\n" "help.text" msgid "Variables:" msgstr "Variabler:" #. iPLzw #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3150358\n" "help.text" msgid "counter: Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable step until end is passed." msgstr "" #. crpJL #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3152455\n" "help.text" msgid "start: Numeric variable that defines the initial value at the beginning of the loop." msgstr "" #. u8ZEL #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3151043\n" "help.text" msgid "end: Numeric variable that defines the final value at the end of the loop." msgstr "" #. TmxSC #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3156281\n" "help.text" msgid "step: Sets the value by which to increase or decrease the loop counter. If step is not specified, the loop counter is incremented by 1. In this case, end must be greater than start. If you want to decrease counter, end must be less than start, and step must be assigned a negative value." msgstr "" #. VMWd9 #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3154684\n" "help.text" msgid "The For...Next loop repeats all of the statements in the loop for the number of times that is specified by the parameters." msgstr "For...Next-loopen upprepar alla satser i loopen det antal gånger som anges av parametrarna." #. 6pQ2G #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3147287\n" "help.text" msgid "As the counter variable is decreased, %PRODUCTNAME Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically terminates." msgstr "" #. hFEyc #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3159154\n" "help.text" msgid "It is possible to nest For...Next statements. If you do not specify a variable following the Next statement, Next automatically refers to the most recent For statement." msgstr "Det går att sammanfläta For...Next-satser. Om du inte anger en variabel efter Next-satsen så refererar Next automatiskt till den senaste For-satsen." #. 73dKb #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3155306\n" "help.text" msgid "If you specify an increment of 0, the statements between For and Next are repeated continuously." msgstr "Om du anger steget 0 upprepas satserna mellan For och Next kontinuerligt." #. Xxfcy #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3155854\n" "help.text" msgid "When counting down the counter variable, %PRODUCTNAME Basic checks for overflow or underflow. The loop ends when counter exceeds end (positive Step value) or is less than end (negative Step value)." msgstr "" #. DNpBx #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3145273\n" "help.text" msgid "Use the Exit For statement to exit the loop unconditionally. This statement must be within a For...Next loop. Use the If...Then statement to test the exit condition as follows:" msgstr "Använd Exit For-satsen för att avsluta loopen ovillkorligt. Den här satsen måste finnas i en For...Next-loop. Använd If...Then-satsen och testa avslutningsvillkoret enligt följande:" #. M36BA #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id621586522583437\n" "help.text" msgid "statement-block" msgstr "" #. k56rG #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id711586522584013\n" "help.text" msgid "statement-block" msgstr "" #. C2e3R #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3156286\n" "help.text" msgid "In nested For...Next loops, if you exit a loop unconditionally with Exit For, only one loop is exited." msgstr "" #. Xo6Nj #: 03090202.xhp msgctxt "" "03090202.xhp\n" "hd_id3148457\n" "help.text" msgid "Examples" msgstr "" #. mdCY2 #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3151074\n" "help.text" msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that is filled with various contents:" msgstr "" #. uEoLD #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id561586524231943\n" "help.text" msgid "This explores the content of an array to display each item it contains." msgstr "" #. TGDLQ #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id511586523090639\n" "help.text" msgid "Sub list_iteration" msgstr "" #. biVQS #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id391586523091799\n" "help.text" msgid "cutlery = Array(\"fork\", \"knife\", \"spoon\")" msgstr "" #. AupdW #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id811586523092655\n" "help.text" msgid "For Each item in cutlery" msgstr "" #. BdxhG #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id271586523092911\n" "help.text" msgid "Print item" msgstr "" #. Pjkxm #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id941586523093415\n" "help.text" msgid "Next ' item" msgstr "" #. ArG25 #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bas_id301586523093607\n" "help.text" msgid "End Sub" msgstr "" #. GD68h #: 03090203.xhp msgctxt "" "03090203.xhp\n" "tit\n" "help.text" msgid "While...Wend Statement" msgstr "" #. MB6No #: 03090203.xhp msgctxt "" "03090203.xhp\n" "bm_id3150400\n" "help.text" msgid "While;While...Wend loop While;While Wend loop" msgstr "" #. 4Gx4Q #: 03090203.xhp msgctxt "" "03090203.xhp\n" "hd_id3150400\n" "help.text" msgid "While...Wend Statement" msgstr "" #. QMYRt #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3151211\n" "help.text" msgid "When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the While statement. If the condition is still True, the loop is executed again." msgstr "" #. 2WnLN #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3151041\n" "help.text" msgid "Unlike the Do...Loop statement, you cannot cancel a While...Wend loop with Exit. Never exit a While...Wend loop with GoTo, since this can cause a run-time error." msgstr "" #. s8j22 #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3145172\n" "help.text" msgid "A Do...Loop is more flexible than a While...Wend." msgstr "" #. DB6ZD #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id831588865616326\n" "help.text" msgid "While syntax" msgstr "" #. DZ929 #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3155306\n" "help.text" msgid "sText =\"This is a short text\"" msgstr "" #. ATdAF #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3153189\n" "help.text" msgid "MsgBox sText,0,\"Text encoded\"" msgstr "MsgBox sText,0,\"Kodad text\"" #. iADnG #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id161588865796615\n" "help.text" msgid "Do...Until or Do...While statement" msgstr "" #. JAoLW #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id281588865818334\n" "help.text" msgid "Exit statement" msgstr "" #. kSjtx #: 03090300.xhp msgctxt "" "03090300.xhp\n" "tit\n" "help.text" msgid "Jumps" msgstr "Hopp" #. YJd94 #: 03090300.xhp msgctxt "" "03090300.xhp\n" "hd_id3151262\n" "help.text" msgid "Jumps" msgstr "Hopp" #. eLVNY #: 03090300.xhp msgctxt "" "03090300.xhp\n" "par_id3148983\n" "help.text" msgid "The following statements execute jumps." msgstr "Följande uttryck utför hopp." #. egdwE #: 03090301.xhp msgctxt "" "03090301.xhp\n" "tit\n" "help.text" msgid "GoSub...Return Statement" msgstr "" #. EhtAB #: 03090301.xhp msgctxt "" "03090301.xhp\n" "bm_id3147242\n" "help.text" msgid "GoSub...Return statement label; in GoSub...Return statement" msgstr "" #. gVEdC #: 03090301.xhp msgctxt "" "03090301.xhp\n" "hd_id3147242\n" "help.text" msgid "GoSub...Return Statement" msgstr "" #. HSYep #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3145316\n" "help.text" msgid "Calls a subroutine that is indicated by a label inside a Sub or a Function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the GoSub statement." msgstr "" #. g6Wgg #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3145069\n" "help.text" msgid "GoSub label[:]" msgstr "" #. krBDs #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id471588670859073\n" "help.text" msgid "label: A line identifier indicating where to continue execution. The scope of a label in that of the routine it belongs to." msgstr "" #. sqKLC #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3147318\n" "help.text" msgid "The GoSub statement calls a local subroutine indicated by a label from within a subroutine or a function. The name of the label must end with a colon (\":\")." msgstr "" #. CfgLj #: 03090301.xhp msgctxt "" "03090301.xhp\n" "bas_id411588670455217\n" "help.text" msgid "' statements" msgstr "" #. hGEZe #: 03090301.xhp msgctxt "" "03090301.xhp\n" "bas_id421588670457589\n" "help.text" msgid "' statements" msgstr "" #. a8NbA #: 03090301.xhp msgctxt "" "03090301.xhp\n" "bas_id171588670458263\n" "help.text" msgid "' statements" msgstr "" #. X2mAh #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3153190\n" "help.text" msgid "If the program encounters a Return statement not preceded by GoSub, $[officename] Basic returns an error message. Use Exit Sub or Exit Function to ensure that the program leaves a Sub or Function before reaching the next Return statement." msgstr "Om programmet påträffar ett Return-uttryck som inte föregås av GoSub, returnerar $[officename] Basic ett felmeddelande. Använd Exit Sub eller Exit Function om du vill se till att programmet avslutar en subrutin eller funktion innan nästa Return-uttryck aktiveras." #. HZDqC #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3145799\n" "help.text" msgid "The following example demonstrates the use of GoSub and Return. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user." msgstr "Nedanstående exempel visar hur GoSub och Return används. Genom att köra ett programavsnitt två gånger beräknar programmet kvadratroten ur två tal som användaren anger." #. JXEq5 #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3146970\n" "help.text" msgid "iInputa = Int(InputBox(\"Enter the first number: \",\"NumberInput\"))" msgstr "iInputa = Int(InputBox(\"Ange det första talet: \",\"Nummerinmatning\"))" #. iC9jg #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3150329\n" "help.text" msgid "iInputb = Int(InputBox(\"Enter the second number: \",\"NumberInput\"))" msgstr "iInputb = Int(InputBox(\"Ange det andra talet: \",\"Nummerinmatning\"))" #. LFYhz #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3154756\n" "help.text" msgid "Print \"The square root of\";iInputa;\" is\";iInputc" msgstr "Print \"Kvadratroten ur\";iInputa;\" är\";iInputc" #. hDCHM #: 03090301.xhp msgctxt "" "03090301.xhp\n" "par_id3147340\n" "help.text" msgid "Print \"The square root of\";iInputb;\" is\";iInputc" msgstr "Print \"Kvadratroten ur\";iInputb;\" är\";iInputc" #. ruEDV #: 03090302.xhp msgctxt "" "03090302.xhp\n" "tit\n" "help.text" msgid "GoTo Statement" msgstr "" #. MJeVf #: 03090302.xhp msgctxt "" "03090302.xhp\n" "bm_id3159413\n" "help.text" msgid "GoTo statement label; in GoTo statement" msgstr "" #. 6PsQf #: 03090302.xhp msgctxt "" "03090302.xhp\n" "hd_id3159413\n" "help.text" msgid "GoTo Statement" msgstr "" #. zmo8E #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id3153379\n" "help.text" msgid "Continues program execution within a Sub or Function at the procedure line indicated by a label." msgstr "" #. MFgEA #: 03090302.xhp msgctxt "" "03090302.xhp\n" "hd_id3149656\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. ziCip #: 03090302.xhp msgctxt "" "03090302.xhp\n" "hd_id3150870\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. AoFVn #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id471588670859073\n" "help.text" msgid "label: A line identifier indicating where to continue execution. The scope of a label is that of the routine it belongs to." msgstr "" #. ocGjF #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id3152596\n" "help.text" msgid "Use the GoTo statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and end it with a colon (\":\")." msgstr "" #. 8o2aP #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id3155416\n" "help.text" msgid "You cannot use the GoTo statement to jump out of a Sub or Function." msgstr "" #. s9tCK #: 03090302.xhp msgctxt "" "03090302.xhp\n" "hd_id3154731\n" "help.text" msgid "Example:" msgstr "Exempel:" #. YN5FT #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id3156424\n" "help.text" msgid "' statement block" msgstr "" #. 4DWfG #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id3161832\n" "help.text" msgid "' statement block" msgstr "" #. FMGBa #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id3152462\n" "help.text" msgid "' statement block" msgstr "" #. GLei6 #: 03090303.xhp msgctxt "" "03090303.xhp\n" "tit\n" "help.text" msgid "On...GoSub Statement; On...GoTo Statement" msgstr "" #. RSWDG #: 03090303.xhp msgctxt "" "03090303.xhp\n" "bm_id3153897\n" "help.text" msgid "On...GoSub statement On...GoTo statement label; in On...GoSub statement label; in On...GoTo statement" msgstr "" #. 2xMSm #: 03090303.xhp msgctxt "" "03090303.xhp\n" "hd_id3153897\n" "help.text" msgid "On...GoSub Statement; On...GoTo Statement" msgstr "" #. 9AaZW #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3150359\n" "help.text" msgid "Branches to one of several specified lines in the program code, depending on the value of a numeric expression." msgstr "Går till en eller flera angivna rader i programkoden, beroende på det numeriska uttryckets värde." #. 7yAyG #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id841588605629842\n" "help.text" msgid "On GoSub/GoTo syntax" msgstr "" #. 7DeW7 #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3154366\n" "help.text" msgid "On expression GoSub Label1[, Label2[, Label3[,...]]]" msgstr "" #. osLES #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3150769\n" "help.text" msgid "On expression GoTo Label1[, Label2[, Label3[,...]]]" msgstr "" #. eLCEK #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3148673\n" "help.text" msgid "expression: Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If expression is 0, the statement is not executed. If expression is greater than 0, the program jumps to the label that has a position number that corresponds to the expression (1 = First label; 2 = Second label)" msgstr "" #. K4CfD #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3153194\n" "help.text" msgid "label: Target line according to GoTo or GoSub structure." msgstr "" #. eqUXk #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3156442\n" "help.text" msgid "The GoTo or GoSub conventions are valid." msgstr "GoTo- eller GoSub-konventioner gäller." #. PtTux #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3153948\n" "help.text" msgid "sVar =sVar & \" From Sub 1 to\" : Return" msgstr "sVar =sVar & \" From Sub 1 to\" : Return" #. VKHHb #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3153708\n" "help.text" msgid "sVar =sVar & \" From Sub 2 to\" : Return" msgstr "sVar =sVar & \" From Sub 2 to\" : Return" #. uRwqS #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3150321\n" "help.text" msgid "sVar =sVar & \" Label 1\" : GoTo Ende" msgstr "sVar =sVar & \" Label 1\" : GoTo Ende" #. MccqF #: 03090303.xhp msgctxt "" "03090303.xhp\n" "par_id3155764\n" "help.text" msgid "sVar =sVar & \" Label 2\"" msgstr "sVar =sVar & \" Label 2\"" #. vPMtX #: 03090400.xhp msgctxt "" "03090400.xhp\n" "tit\n" "help.text" msgid "Further Statements" msgstr "Ytterligare uttryck" #. xxBLj #: 03090400.xhp msgctxt "" "03090400.xhp\n" "hd_id3145316\n" "help.text" msgid "Further Statements" msgstr "Ytterligare uttryck" #. qFvDF #: 03090400.xhp msgctxt "" "03090400.xhp\n" "par_id3154923\n" "help.text" msgid "Statements that do not belong to any of the other categories are described here." msgstr "" #. VEG8P #: 03090401.xhp msgctxt "" "03090401.xhp\n" "tit\n" "help.text" msgid "Call Statement" msgstr "" #. XWEkZ #: 03090401.xhp msgctxt "" "03090401.xhp\n" "bm_id3154422\n" "help.text" msgid "Call statement" msgstr "Call, uttryck " #. LmAwf #: 03090401.xhp msgctxt "" "03090401.xhp\n" "hd_id3154422\n" "help.text" msgid "Call Statement" msgstr "" #. nPKzF #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3153394\n" "help.text" msgid "Transfers the control of the program to a subroutine, a function, or a procedure of a Dynamic Link Library (DLL). The keyword, type and number of parameters is dependent on the routine that is being called." msgstr "" #. MdeJS #: 03090401.xhp msgctxt "" "03090401.xhp\n" "hd_id3153345\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. CXLBw #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id491585753339474\n" "help.text" msgid "Call Statement diagram" msgstr "" #. zeXDB #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3150984\n" "help.text" msgid "[Call] name [(] [param :=] value, ... [)]" msgstr "" #. 5MBBJ #: 03090401.xhp msgctxt "" "03090401.xhp\n" "hd_id3150771\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. C2MXB #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3148473\n" "help.text" msgid "name: Name of the subroutine, the function, or the DLL that you want to call" msgstr "" #. 23rrr #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3148946\n" "help.text" msgid "param: Keyword parameter name to pass to the routine, followed by its value. The name must match the routine declaration. Keywords are optional and can be used in any order." msgstr "" #. r9JSP #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id871586190690812\n" "help.text" msgid "value: Positional parameter value. The type is dependent on the routine that is being called" msgstr "" #. gANH7 #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id421586006407428\n" "help.text" msgid "When mixing positional and keyword parameters, make sure positional parameters are following the routine declaration order." msgstr "" #. xFXk8 #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3154216\n" "help.text" msgid "When a function is used as an expression, enclosing parameters with brackets becomes necessary. Using a Declare statement is compulsory prior to call a DLL." msgstr "" #. QZZ8c #: 03090401.xhp msgctxt "" "03090401.xhp\n" "hd_id3125865\n" "help.text" msgid "Example:" msgstr "Exempel:" #. eyeVE #: 03090402.xhp msgctxt "" "03090402.xhp\n" "tit\n" "help.text" msgid "Choose Function" msgstr "" #. 3AfGe #: 03090402.xhp msgctxt "" "03090402.xhp\n" "bm_id3143271\n" "help.text" msgid "Choose function" msgstr "Choose, funktion " #. FWBiD #: 03090402.xhp msgctxt "" "03090402.xhp\n" "hd_id3143271\n" "help.text" msgid "Choose Function" msgstr "" #. mSQHZ #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3149234\n" "help.text" msgid "Returns a selected value from a list of arguments." msgstr "Returnerar ett värde ur en argumentlista." #. 9qach #: 03090402.xhp msgctxt "" "03090402.xhp\n" "hd_id3148943\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 79Ryo #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3147560\n" "help.text" msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])" msgstr "Choose (Index, Alt1[, Alt2, ... [,Alt_n]])" #. gPExP #: 03090402.xhp msgctxt "" "03090402.xhp\n" "hd_id3154346\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. m7HGU #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3148664\n" "help.text" msgid "Index: A numeric expression that specifies the value to return." msgstr "Index: Ett numeriskt uttryck som anger det värde som ska returneras." #. NBqbi #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3150791\n" "help.text" msgid "Selection1: Any expression that contains one of the possible choices." msgstr "Alt1: Ett uttryck som innehåller ett av de möjliga returvärdena." #. nFWBz #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3151043\n" "help.text" msgid "The Choose function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on." msgstr "Funktionen Choose returnerar ett värde från en lista av uttryck baserat på indexvärdet. Om Index = 1 returnerar funktionen det första uttrycket i listan. Om Index = 2 returneras det andra värdet, och så vidare." #. FovWL #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3153192\n" "help.text" msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value." msgstr "Om indexvärdet är mindre än 1 eller större än antalet uttryck i listan, returneras värdet Null." #. eeYwA #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3156281\n" "help.text" msgid "The following example uses the Choose function to select a string from several strings that form a menu:" msgstr "I följande exempel används funktionen Choose för att välja en sträng bland flera strängar i en meny:" #. PGvDF #: 03090402.xhp msgctxt "" "03090402.xhp\n" "hd_id3150439\n" "help.text" msgid "Example:" msgstr "Exempel:" #. RqBgd #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3156443\n" "help.text" msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")" msgstr "ChooseMenu = Choose(Index, \"Snabbformatera\", \"Spara format\", \"Systemformat\")" #. vTaJA #: 03090403.xhp msgctxt "" "03090403.xhp\n" "tit\n" "help.text" msgid "Declare Statement" msgstr "" #. E7PJ3 #: 03090403.xhp msgctxt "" "03090403.xhp\n" "bm_id3148473\n" "help.text" msgid "Declare statement" msgstr "Declare, uttryck" #. EdjGK #: 03090403.xhp msgctxt "" "03090403.xhp\n" "hd_id3148473\n" "help.text" msgid "Declare Statement" msgstr "" #. prHYx #: 03090403.xhp msgctxt "" "03090403.xhp\n" "bm_id3145316\n" "help.text" msgid "DLL (Dynamic Link Library)" msgstr "DLL (Dynamic Link Library)" #. doBTG #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3145316\n" "help.text" msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic." msgstr "Deklarerar och definierar en underrutin i en DLL-fil som du vill köra från $[officename] Basic." #. zvxCx #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3146795\n" "help.text" msgid "See also: FreeLibrary" msgstr "Se även: FreeLibrary" #. X9NcC #: 03090403.xhp msgctxt "" "03090403.xhp\n" "hd_id3156344\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. eSZ4v #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3148664\n" "help.text" msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]" msgstr "Declare {Sub | Function} Namn Lib \"Biblioteksnamn\" [Alias \"Aliasnamn\"] [Parameter] [As Type]" #. eUtD2 #: 03090403.xhp msgctxt "" "03090403.xhp\n" "hd_id3153360\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. NhQSW #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3154140\n" "help.text" msgid "Name: A different name than defined in the DLL, to call the subroutine from $[officename] Basic." msgstr "Namn: Ett namn som skiljer sig från det som definierats i DLL:en, för att subrutinen ska kunna anropas från $[officename] Basic." #. zVwji #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3150870\n" "help.text" msgid "Aliasname: Name of the subroutine as defined in the DLL." msgstr "Aliasnamn: Namnet på subrutinen som det definierats i DLL:en." #. TQqWz #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3154684\n" "help.text" msgid "Libname: File or system name of the DLL. This library is automatically loaded the first time the function is used." msgstr "Biblioteksnamn: DLL:ens fil- eller systemnamn. Biblioteket laddas automatiskt när funktionen används för första gången." #. U3izx #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3148452\n" "help.text" msgid "Argumentlist: List of parameters representing arguments that are passed to the procedure when it is called. The type and number of parameters is dependent on the executed procedure." msgstr "Argumentlista: Lista på parametrar som representerar de argument som ges till proceduren när den anropas. Parametertyperna och antalet parametrar beror på vilken procedur som anropas." #. 2xxAq #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3147289\n" "help.text" msgid "Type: Defines the data type of the value that is returned by a function procedure. You can exclude this parameter if a type-declaration character is entered after the name." msgstr "F: Anger datatypen för det värde som proceduren returnerar. Du behöver inte ange den här parametern om du använder ett typdeklarationstecken efter namnet." #. SDREj #: 03090403.xhp msgctxt "" "03090403.xhp\n" "par_id3146922\n" "help.text" msgid "To pass a parameter to a subroutine as a value instead of as a reference, the parameter must be indicated by the keyword ByVal." msgstr "Du kan skicka värdet av en parameter till en subrutin (i stället för en referens till variabeln) genom att använda nyckelordet ByVal." #. NcnDt #: 03090403.xhp msgctxt "" "03090403.xhp\n" "hd_id3153951\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 6pXTF #: 03090404.xhp msgctxt "" "03090404.xhp\n" "tit\n" "help.text" msgid "End Statement" msgstr "" #. C5LYW #: 03090404.xhp msgctxt "" "03090404.xhp\n" "bm_id3150771\n" "help.text" msgid "End statement" msgstr "End, uttryck " #. DzB6L #: 03090404.xhp msgctxt "" "03090404.xhp\n" "hd_id3150771\n" "help.text" msgid "End Statement" msgstr "" #. s5S7Q #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3153126\n" "help.text" msgid "Ends a procedure or block." msgstr "Avslutar en procedur eller ett block." #. CNUrX #: 03090404.xhp msgctxt "" "03090404.xhp\n" "hd_id3147264\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. G9LNz #: 03090404.xhp msgctxt "" "03090404.xhp\n" "hd_id3149456\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. AbDDF #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3150398\n" "help.text" msgid "Use the End statement as follows:" msgstr "End-uttryck används så här:" #. mJoxY #: 03090404.xhp msgctxt "" "03090404.xhp\n" "hd_id3154366\n" "help.text" msgid "Statement" msgstr "Uttryck" #. 8sQMm #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3151043\n" "help.text" msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution." msgstr "Slut: Inte obligatoriskt, men kan användas i en procedur för att avsluta programkörningen." #. AnYsp #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id371543799561260\n" "help.text" msgid "End Enum: Ends an Enum VBA statement" msgstr "" #. XTNbJ #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3145171\n" "help.text" msgid "End Function: Ends a Function statement." msgstr "End Function: Avslutar ett Function-uttryck." #. 2NwJf #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3153192\n" "help.text" msgid "End If: Marks the end of a If...Then...Else block." msgstr "End If: Anger slutet på ett block som inletts med If...Then...Else." #. Qo2Xg #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id51581259731973\n" "help.text" msgid "End Property: Marks the end of a Property statement." msgstr "" #. 3xFEp #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3148451\n" "help.text" msgid "End Select: Marks the end of a Select Case block." msgstr "End Select: Anger slutet på ett block som inletts med Select Case." #. Ciwr2 #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3155131\n" "help.text" msgid "End Sub: Ends a Sub statement." msgstr "End Sub: Avslutar ett Sub-uttryck." #. BWTbj #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id811543799601628\n" "help.text" msgid "End With: Ends a With statement" msgstr "" #. pcgxU #: 03090404.xhp msgctxt "" "03090404.xhp\n" "hd_id3146120\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ZqDZT #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3152887\n" "help.text" msgid "Print \"Number from 1 to 5\"" msgstr "Print \"Nummer från 1 till 5\"" #. 48CJR #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3148618\n" "help.text" msgid "Print \"Number from 6 to 8\"" msgstr "Print \"Nummer från 6 till 8\"" #. PCqCd #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3147436\n" "help.text" msgid "Print \"Greater than 8\"" msgstr "Print \"Större än 8\"" #. EDWju #: 03090404.xhp msgctxt "" "03090404.xhp\n" "par_id3150418\n" "help.text" msgid "Print \"Outside range 1 to 10\"" msgstr "Print \"Utanför intervallet 1 till 10\"" #. L2AWo #: 03090405.xhp msgctxt "" "03090405.xhp\n" "tit\n" "help.text" msgid "FreeLibrary Function" msgstr "" #. gocHz #: 03090405.xhp msgctxt "" "03090405.xhp\n" "bm_id3143270\n" "help.text" msgid "FreeLibrary function" msgstr "FreeLibrary, funktion " #. 99F9U #: 03090405.xhp msgctxt "" "03090405.xhp\n" "hd_id3143270\n" "help.text" msgid "FreeLibrary Function" msgstr "" #. BBTbS #: 03090405.xhp msgctxt "" "03090405.xhp\n" "par_id3147559\n" "help.text" msgid "Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: Declare" msgstr "Frigör en DLL som lästs in med instruktionen Declare. Om någon av funktionerna i DLL:en anropas efter att DLL:en frigjorts, kommer den att läsas in igen. Se även: Declare" #. 4Dgqd #: 03090405.xhp msgctxt "" "03090405.xhp\n" "hd_id3148550\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. MfCCz #: 03090405.xhp msgctxt "" "03090405.xhp\n" "par_id3153361\n" "help.text" msgid "FreeLibrary (LibName As String)" msgstr "FreeLibrary (Biblioteksnamn As String)" #. 6vWpA #: 03090405.xhp msgctxt "" "03090405.xhp\n" "hd_id3153380\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. bscHL #: 03090405.xhp msgctxt "" "03090405.xhp\n" "par_id3154138\n" "help.text" msgid "LibName: String expression that specifies the name of the DLL." msgstr "Biblioteksnamn: Stränguttryck som anger DLL-filens namn." #. iCd9a #: 03090405.xhp msgctxt "" "03090405.xhp\n" "par_id3146923\n" "help.text" msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime." msgstr "FreeLibrary frigör endast DLL:er som laddats i runtime." #. VxZrA #: 03090405.xhp msgctxt "" "03090405.xhp\n" "hd_id3153363\n" "help.text" msgid "Example:" msgstr "Exempel:" #. AFUFq #: 03090406.xhp msgctxt "" "03090406.xhp\n" "tit\n" "help.text" msgid "Function Statement" msgstr "" #. BAraQ #: 03090406.xhp msgctxt "" "03090406.xhp\n" "bm_id3153346\n" "help.text" msgid "Function statement" msgstr "Function, uttryck " #. 4m9Rw #: 03090406.xhp msgctxt "" "03090406.xhp\n" "hd_id3153346\n" "help.text" msgid "Function Statement" msgstr "" #. mLEJz #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id3159158\n" "help.text" msgid "Defines a subroutine that can be used as an expression to determine a return type." msgstr "Definierar en subrutin med ett returvärde." #. qCx4G #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id661588586825434\n" "help.text" msgid "Sub, Function or Property statements are similar methods, without distinction. They receive parameters by reference allowing them to be modified in return. %PRODUCTNAME Basic compiler accepts their respective argument syntax to be used interchangeably." msgstr "" #. zFnQ7 #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id971588473588701\n" "help.text" msgid "Function Statement diagram" msgstr "" #. 5Gonq #: 03090406.xhp msgctxt "" "03090406.xhp\n" "bas_id541588427401158\n" "help.text" msgid "statements" msgstr "" #. c2Voc #: 03090406.xhp msgctxt "" "03090406.xhp\n" "bas_id631588427410583\n" "help.text" msgid "statements" msgstr "" #. QYBuD #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id81588429476557\n" "help.text" msgid "scope: Function default scope is Public. A Private scope denotes a module internal routine, not intended to be used from other modules." msgstr "" #. h8Q2o #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id3153193\n" "help.text" msgid "name: Name of the subroutine to contain the value returned by the function." msgstr "" #. EUtuq #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id3147229\n" "help.text" msgid "arguments: Parameters to be passed to the subroutine." msgstr "" #. LGVjB #: 03090406.xhp msgctxt "" "03090406.xhp\n" "hd_id3163710\n" "help.text" msgid "Examples:" msgstr "" #. x3YcB #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id3152939\n" "help.text" msgid "For siStep = 0 To 10 ' Fill array with test data" msgstr "For siStep = 0 to 10 ' Fyll matrisen med testdata" #. yBFND #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id3154943\n" "help.text" msgid "' Linsearch searches a TextArray:sList() for a TextEntry:" msgstr "' Funktionen LinSearch söker igenom en TextArray:sList() efter en TextEntry:" #. aVKdf #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id3155601\n" "help.text" msgid "' Return value Is the index of the entry Or 0 (Null)" msgstr "' Returvärdet är elementets index eller 0 (Null)" #. VPCmC #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id3153707\n" "help.text" msgid "Exit For ' sItem found" msgstr "Exit For ' Hittade sItem" #. yZEAJ #: 03090407.xhp msgctxt "" "03090407.xhp\n" "tit\n" "help.text" msgid "Rem Statement" msgstr "" #. sxYLn #: 03090407.xhp msgctxt "" "03090407.xhp\n" "bm_id3154347\n" "help.text" msgid "Rem statement comments;Rem statement" msgstr "Rem, uttryckKommentarer; Rem-uttryck" #. FgQDY #: 03090407.xhp msgctxt "" "03090407.xhp\n" "hd_id3154347\n" "help.text" msgid "Rem Statement" msgstr "" #. 2fJEm #: 03090407.xhp msgctxt "" "03090407.xhp\n" "par_id3153525\n" "help.text" msgid "Specifies that a program line is a comment." msgstr "Anger att en rad i källkoden är en kommentarsrad." #. CBchn #: 03090407.xhp msgctxt "" "03090407.xhp\n" "par_id3154141\n" "help.text" msgid "Rem Text" msgstr "Rem Text" #. P5CAo #: 03090407.xhp msgctxt "" "03090407.xhp\n" "par_id3150869\n" "help.text" msgid "Text: Any text that serves as a comment." msgstr "Text: Text som beskriver eller förklarar koden." #. TFYcV #: 03090407.xhp msgctxt "" "03090407.xhp\n" "par_id3147318\n" "help.text" msgid "You can use the single quotation mark instead of the Rem keyword to indicate that the text on a line is comments. This symbol can be inserted directly to the right of the program code, followed by a comment." msgstr "Du kan också använda ett enkelt citattecken i stället för nyckelordet Rem för att ange att texten på raden är en kommentar. Tecknet eller nyckelordet kan infogas direkt till höger om programkoden, följt av kommentaren." #. rA3GG #: 03090407.xhp msgctxt "" "03090407.xhp\n" "par_id6187017\n" "help.text" msgid "You can use a space followed by the underline character _ as the last two characters of a line to continue the logical line on the next line. To continue comment lines, you must enter \"Option Compatible\" in the same Basic module." msgstr "Du kan använda ett mellanslag följt av understrykningstecknet _ som de två sista tecknen i en rad för att fortsätta den sammanhängande raden på nästa rad. För att fortsätta kommenterade rader måste du ange \"Option Compatible\" i samma Basic-modul." #. MErEe #: 03090407.xhp msgctxt "" "03090407.xhp\n" "par_id3153140\n" "help.text" msgid "' Nothing occurs here" msgstr "' Här händer ingenting" #. jfEAm #: 03090408.xhp msgctxt "" "03090408.xhp\n" "tit\n" "help.text" msgid "Stop Statement" msgstr "" #. bnGta #: 03090408.xhp msgctxt "" "03090408.xhp\n" "bm_id3153311\n" "help.text" msgid "Stop statement" msgstr "Stop, uttryck " #. xasPB #: 03090408.xhp msgctxt "" "03090408.xhp\n" "hd_id3153311\n" "help.text" msgid "Stop Statement" msgstr "" #. mFJE4 #: 03090408.xhp msgctxt "" "03090408.xhp\n" "par_id3154142\n" "help.text" msgid "Stops the execution of the Basic program." msgstr "Avbryter körningen av Basic-programmet." #. FtjMt #: 03090408.xhp msgctxt "" "03090408.xhp\n" "hd_id3153126\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. qrBWD #: 03090408.xhp msgctxt "" "03090408.xhp\n" "hd_id3156344\n" "help.text" msgid "Example:" msgstr "Exempel:" #. BsgsP #: 03090409.xhp msgctxt "" "03090409.xhp\n" "tit\n" "help.text" msgid "Sub Statement" msgstr "" #. o2Gy8 #: 03090409.xhp msgctxt "" "03090409.xhp\n" "bm_id3147226\n" "help.text" msgid "Sub statement" msgstr "Sub, uttryck " #. ZjnGN #: 03090409.xhp msgctxt "" "03090409.xhp\n" "hd_id3147226\n" "help.text" msgid "Sub Statement" msgstr "" #. YELg8 #: 03090409.xhp msgctxt "" "03090409.xhp\n" "par_id3153311\n" "help.text" msgid "Defines a subroutine." msgstr "Definierar en subrutin." #. PUirA #: 03090409.xhp msgctxt "" "03090409.xhp\n" "par_id971587473488701\n" "help.text" msgid "Sub Statement diagram" msgstr "" #. YnF6z #: 03090409.xhp msgctxt "" "03090409.xhp\n" "par_id3147530\n" "help.text" msgid "' statements" msgstr "" #. 8nKUN #: 03090409.xhp msgctxt "" "03090409.xhp\n" "par_id3148530\n" "help.text" msgid "' statements" msgstr "" #. eZzjc #: 03090409.xhp msgctxt "" "03090409.xhp\n" "par_id3150792\n" "help.text" msgid "name: Name of the subroutine." msgstr "" #. wDkCq #: 03090409.xhp msgctxt "" "03090409.xhp\n" "par_id3154138\n" "help.text" msgid "arguments: Optional parameters that you want to pass to the subroutine." msgstr "" #. CCDzt #: 03090410.xhp msgctxt "" "03090410.xhp\n" "tit\n" "help.text" msgid "Switch Function" msgstr "" #. cBLg4 #: 03090410.xhp msgctxt "" "03090410.xhp\n" "bm_id3148554\n" "help.text" msgid "Switch function" msgstr "Switch, funktion " #. 3UWUu #: 03090410.xhp msgctxt "" "03090410.xhp\n" "hd_id3148554\n" "help.text" msgid "Switch Function" msgstr "" #. yBnoz #: 03090410.xhp msgctxt "" "03090410.xhp\n" "par_id3148522\n" "help.text" msgid "Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function." msgstr "Evaluerar en argumentlista som består av ett uttryck följt av ett värde. Funktionen Switch returnerar ett värde som är associerat med det uttryck som skickades till funktionen." #. xcD3s #: 03090410.xhp msgctxt "" "03090410.xhp\n" "hd_id3154863\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. XGpRR #: 03090410.xhp msgctxt "" "03090410.xhp\n" "par_id3155934\n" "help.text" msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])" msgstr "Switch (Uttryck1, Värde1[, Uttryck2, Värde2[..., Uttryck_n, Värde_n]])" #. 5ZAWx #: 03090410.xhp msgctxt "" "03090410.xhp\n" "hd_id3149119\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. QNsjq #: 03090410.xhp msgctxt "" "03090410.xhp\n" "par_id3153894\n" "help.text" msgid "The Switch function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs." msgstr "Funktionen Switch evaluerar uttrycken från vänster till höger och returnerar det värde som är associerat med funktionsuttrycket. Om det inte finns ett värde till varje uttryck uppstår ett runtime-fel." #. f6J9X #: 03090410.xhp msgctxt "" "03090410.xhp\n" "par_id3153990\n" "help.text" msgid "Expression: The expression that you want to evaluate." msgstr "Uttryck: Det uttryck som ska evalueras." #. SBHV8 #: 03090410.xhp msgctxt "" "03090410.xhp\n" "par_id3153394\n" "help.text" msgid "Value: The value that you want to return if the expression is True." msgstr "Värde: Det värde som ska returneras om uttrycket evalueras till TRUE." #. VrhXR #: 03090410.xhp msgctxt "" "03090410.xhp\n" "par_id3153346\n" "help.text" msgid "In the following example, the Switch function assigns the appropriate gender to the name that is passed to the function:" msgstr "I exemplet nedan returnerar funktionen Switch om ett givet namn är ett mans- eller kvinnonamn:" #. ggYTr #: 03090410.xhp msgctxt "" "03090410.xhp\n" "hd_id3159157\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ubwpM #: 03090410.xhp msgctxt "" "03090410.xhp\n" "par_id3149579\n" "help.text" msgid "sGender = GetGenderIndex( \"John\" )" msgstr "sGender = GetGenderIndex( \"Anders\" )" #. wjCDQ #: 03090410.xhp msgctxt "" "03090410.xhp\n" "par_id3153361\n" "help.text" msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")" msgstr "GetGenderIndex = Switch(sName = \"Anna\", \"kvinna\", sName = \"Anders\", \"man\")" #. JM7iD #: 03090411.xhp msgctxt "" "03090411.xhp\n" "tit\n" "help.text" msgid "With Statement" msgstr "" #. KTMoU #: 03090411.xhp msgctxt "" "03090411.xhp\n" "bm_id3153311\n" "help.text" msgid "With statement" msgstr "With, uttryck " #. JzE2a #: 03090411.xhp msgctxt "" "03090411.xhp\n" "hd_id3153311\n" "help.text" msgid "With Statement" msgstr "" #. 7HE98 #: 03090411.xhp msgctxt "" "03090411.xhp\n" "par_id3159158\n" "help.text" msgid "Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached." msgstr "Anger ett objekt som standardobjekt. Om inget annat objektnamn deklareras så refererar alla egenskaper och metoder till standardobjektet tills End With-satsen nås." #. vpBbV #: 03090411.xhp msgctxt "" "03090411.xhp\n" "hd_id3156153\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 742TA #: 03090411.xhp msgctxt "" "03090411.xhp\n" "hd_id3154924\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 3NDWr #: 03090411.xhp msgctxt "" "03090411.xhp\n" "par_id3147560\n" "help.text" msgid "Use With and End With if you have several properties or methods for a single object." msgstr "Använd With och End With om du har flera egenskaper eller metoder för ett enda objekt." #. zLuzY #: 03090412.xhp msgctxt "" "03090412.xhp\n" "tit\n" "help.text" msgid "Exit Statement" msgstr "" #. FdEP5 #: 03090412.xhp msgctxt "" "03090412.xhp\n" "bm_id3152924\n" "help.text" msgid "Exit statement" msgstr "Exit, uttryck " #. DqJrY #: 03090412.xhp msgctxt "" "03090412.xhp\n" "hd_id3152924\n" "help.text" msgid "Exit Statement" msgstr "" #. Kmb47 #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3153394\n" "help.text" msgid "Exits a Do...Loop, For...Next, a function, a property, or a subroutine." msgstr "" #. LYyBt #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3159157\n" "help.text" msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub" msgstr "" #. CaPsN #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3147559\n" "help.text" msgid "Only valid within a Do...Loop statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If Do...Loop statements are nested, the control is transferred to the loop in the next higher level." msgstr "Används inne i ett Do...Loop-uttryck för att avsluta loopen. Programkörningen fortsätter med det uttryck som följer efter Loop-uttrycket. Om det finns flera nivåer av Do...Loop-uttryck fortsätter körningen på nästa högre nivå." #. ctSmU #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3148797\n" "help.text" msgid "Only valid within a For...Next loop to exit the loop. Program execution continues with the first statement that follows the Next statement. In nested statements, the control is transferred to the loop in the next higher level." msgstr "Används inne i ett For...Next-uttryck för att avsluta loopen. Programkörningen fortsätter med det uttryck som följer efter Next-uttrycket. Om det finns flera nivåer av For...Next-uttryck fortsätter körningen på nästa högre nivå." #. T2hCJ #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3154685\n" "help.text" msgid "Exits the Function procedure immediately. Program execution continues with the statement that follows the Function call." msgstr "Avslutar omedelbart en procedur av typen Function. Programkörningen fortsätter med det uttryck som följer efter funktionsanropet." #. xZEAs #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id1001581260355700\n" "help.text" msgid "Exits the Property procedure immediately. Program execution continues with the statement that follows the Property call." msgstr "" #. 2jmBs #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3149561\n" "help.text" msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the Sub call." msgstr "Avslutar omedelbart subrutinen. Programkörningen fortsätter med det uttryck som följer efter subrutinsanropet." #. UFcUy #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3153143\n" "help.text" msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement." msgstr "Instruktionen Exit definierar inte slutet av en sats och ska inte sammanblandas med instruktionen End." #. J6bT4 #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3153158\n" "help.text" msgid "For siStep = 0 To 10 ' Fill array with test data" msgstr "For siStep = 0 to 10 ' Fyll matrisen med testdata" #. f4EFZ #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3153764\n" "help.text" msgid "' LinSearch searches a TextArray:sList() for a TextEntry:" msgstr "' Funktionen LinSearch söker igenom en TextArray:sList() efter en TextEntry:" #. QmEzo #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3148995\n" "help.text" msgid "' Returns the index of the entry or 0 (Null)" msgstr "' Returvärdet är elementets index eller 0 (Null)" #. TbyYE #: 03090412.xhp msgctxt "" "03090412.xhp\n" "par_id3149567\n" "help.text" msgid "Exit For ' sItem found" msgstr "Exit For ' Hittade sItem" #. g4fRs #: 03090413.xhp msgctxt "" "03090413.xhp\n" "tit\n" "help.text" msgid "Type Statement" msgstr "" #. vJAkp #: 03090413.xhp msgctxt "" "03090413.xhp\n" "bm_id3153311\n" "help.text" msgid "Type statement" msgstr "" #. aKHFj #: 03090413.xhp msgctxt "" "03090413.xhp\n" "hd_id3153311\n" "help.text" msgid "Type Statement" msgstr "" #. TYvyD #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id3159158\n" "help.text" msgid "Define non-UNO data structures." msgstr "" #. hGDzF #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id311512206747401\n" "help.text" msgid "A Type structure is an ordered collection of data fields, that can be manipulated as a single item." msgstr "" #. WfsVY #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id491585753339474\n" "help.text" msgid "Type statement diagram" msgstr "" #. sSoso #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id701574739564765\n" "help.text" msgid "Extended types such as Type statement structures, UNO objects or ClassModule objects are valid typenames." msgstr "" #. TTALN #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id351573639548645\n" "help.text" msgid "A Type structure scope is that of the module it belongs to." msgstr "" #. eGJzD #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id701573639564765\n" "help.text" msgid "Enumerations can be created using Type statement definitions. Calling Python Scripts from Basic illustrates that mechanism." msgstr "" #. 2VyE8 #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id211512215755793\n" "help.text" msgid "CreateObject function" msgstr "" #. AQRhq #: 03100000.xhp msgctxt "" "03100000.xhp\n" "tit\n" "help.text" msgid "Variables" msgstr "Variabler" #. YBCXD #: 03100000.xhp msgctxt "" "03100000.xhp\n" "hd_id3149669\n" "help.text" msgid "Variables" msgstr "Variabler" #. 9BAUk #: 03100000.xhp msgctxt "" "03100000.xhp\n" "par_id3147265\n" "help.text" msgid "The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type." msgstr "Följande uttryck och funktioner används i samband med variabler. Du kan använda dessa funktioner för att deklarera eller definiera variabler, för att konvertera variabler från en typ till en annan eller för att fastställa en variabels typ." #. mGTSe #: 03100050.xhp msgctxt "" "03100050.xhp\n" "tit\n" "help.text" msgid "CCur Function" msgstr "" #. Btmnr #: 03100050.xhp msgctxt "" "03100050.xhp\n" "bm_id8926053\n" "help.text" msgid "CCur function" msgstr "Ccur-funktion" #. FbuTr #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN10541\n" "help.text" msgid "CCur Function" msgstr "" #. iR5VT #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN10545\n" "help.text" msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols." msgstr "Konverterar ett stränguttryck eller numeriskt uttryck till ett valutauttryck. Språkvarianten styr för decimalavgränsningar och valutasymboler." #. 8ZHR9 #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN10548\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. qHMVC #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN105E8\n" "help.text" msgid "CCur(Expression)" msgstr "CCur(Uttryck)" #. F5gzk #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN105EB\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. R6AfV #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN105EF\n" "help.text" msgid "Currency" msgstr "Valuta" #. M8Tpx #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN105F2\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. YRdHq #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN105F6\n" "help.text" msgid "Expression: Any string or numeric expression that you want to convert." msgstr "Uttryck: En sträng eller ett numeriskt uttryck som du vill konvertera." #. KyDFD #: 03100060.xhp msgctxt "" "03100060.xhp\n" "tit\n" "help.text" msgid "CDec Function" msgstr "" #. mU8Ds #: 03100060.xhp msgctxt "" "03100060.xhp\n" "bm_id863979\n" "help.text" msgid "CDec function" msgstr "Cdec-funktion" #. keJSN #: 03100060.xhp msgctxt "" "03100060.xhp\n" "par_idN10548\n" "help.text" msgid "CDec Function" msgstr "" #. aEBmF #: 03100060.xhp msgctxt "" "03100060.xhp\n" "par_idN10558\n" "help.text" msgid "Converts a string expression or numeric expression to a decimal expression." msgstr "Konverterar ett stränguttryck eller numeriskt uttryck till ett decimaluttryck." #. MBB8Q #: 03100060.xhp msgctxt "" "03100060.xhp\n" "par_idN1055B\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. E7zaK #: 03100060.xhp msgctxt "" "03100060.xhp\n" "par_idN105EA\n" "help.text" msgid "CDec(Expression)" msgstr "CDec(uttryck)" #. bFpdq #: 03100060.xhp msgctxt "" "03100060.xhp\n" "par_idN105ED\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. sNLGd #: 03100060.xhp msgctxt "" "03100060.xhp\n" "par_idN105F1\n" "help.text" msgid "Decimal number." msgstr "Decimaltal." #. GGNhF #: 03100060.xhp msgctxt "" "03100060.xhp\n" "par_idN105F4\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. nmGXD #: 03100060.xhp msgctxt "" "03100060.xhp\n" "par_idN105F8\n" "help.text" msgid "Expression: Any string or numeric expression that you want to convert." msgstr "Uttryck: En sträng eller ett numeriskt uttryck som du vill konvertera." #. sf8qD #: 03100070.xhp msgctxt "" "03100070.xhp\n" "tit\n" "help.text" msgid "CVar Function" msgstr "" #. VZ437 #: 03100070.xhp msgctxt "" "03100070.xhp\n" "bm_id2338633\n" "help.text" msgid "CVar function" msgstr "CVar-funktion" #. CEtre #: 03100070.xhp msgctxt "" "03100070.xhp\n" "par_idN1054B\n" "help.text" msgid "CVar Function" msgstr "" #. cGuyq #: 03100070.xhp msgctxt "" "03100070.xhp\n" "par_idN1055B\n" "help.text" msgid "Converts a string expression or numeric expression to a variant expression." msgstr "Konverterar ett stränguttryck eller numeriskt uttryck till ett uttryck av typen Variant." #. i9KSb #: 03100070.xhp msgctxt "" "03100070.xhp\n" "par_idN1055E\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. hD9yb #: 03100070.xhp msgctxt "" "03100070.xhp\n" "par_idN10562\n" "help.text" msgid "CVar(Expression)" msgstr "CVar(uttryck)" #. q6qWX #: 03100070.xhp msgctxt "" "03100070.xhp\n" "par_idN10565\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. qMKLy #: 03100070.xhp msgctxt "" "03100070.xhp\n" "par_idN10569\n" "help.text" msgid "Variant." msgstr "Variant." #. DLcq7 #: 03100070.xhp msgctxt "" "03100070.xhp\n" "par_idN1056C\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. Gupyn #: 03100070.xhp msgctxt "" "03100070.xhp\n" "par_idN10570\n" "help.text" msgid "Expression: Any string or numeric expression that you want to convert." msgstr "Uttryck: En sträng eller ett numeriskt uttryck som du vill konvertera." #. g8Vyt #: 03100080.xhp msgctxt "" "03100080.xhp\n" "tit\n" "help.text" msgid "CVErr Function" msgstr "" #. kZUDX #: 03100080.xhp msgctxt "" "03100080.xhp\n" "bm_id531022\n" "help.text" msgid "CVErr function" msgstr "CVErr-funktion" #. zHAeD #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN1054B\n" "help.text" msgid "CVErr Function" msgstr "" #. 3B8u2 #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN1055B\n" "help.text" msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"." msgstr "Konverterar ett stränguttryck eller ett numeriskt uttryck till ett uttryck av typen Variant av undertypen Error." #. GJoFF #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN1055E\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. aEAM8 #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN10562\n" "help.text" msgid "CVErr(Expression)" msgstr "CVErr(uttryck)" #. bHuZe #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN10565\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. gZChk #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN10569\n" "help.text" msgid "Variant." msgstr "Variant." #. CTJHw #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN1056C\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. bubLW #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN10570\n" "help.text" msgid "Expression: Any string or numeric expression that you want to convert." msgstr "Uttryck: En sträng eller ett numeriskt uttryck som du vill konvertera." #. MEEP4 #: 03100100.xhp msgctxt "" "03100100.xhp\n" "tit\n" "help.text" msgid "CBool Function" msgstr "" #. L75Ag #: 03100100.xhp msgctxt "" "03100100.xhp\n" "bm_id3150616\n" "help.text" msgid "CBool function" msgstr "Cbool, funktion " #. 8cv5m #: 03100100.xhp msgctxt "" "03100100.xhp\n" "hd_id3150616\n" "help.text" msgid "CBool Function" msgstr "" #. LbrGN #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3145136\n" "help.text" msgid "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression." msgstr "Konverterar en strängjämförelse eller en numerisk jämförelse till ett logiskt värde, eller konverterar ett numeriskt uttryck till ett logiskt värde." #. 4ZGU9 #: 03100100.xhp msgctxt "" "03100100.xhp\n" "hd_id3153345\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. gALnc #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3149514\n" "help.text" msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)" msgstr "CBool (Uttryck1 {= | <> | < | > | <= | >=} Uttryck2) eller CBool (Tal)" #. aFAKM #: 03100100.xhp msgctxt "" "03100100.xhp\n" "hd_id3156152\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. DciQf #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3155419\n" "help.text" msgid "Bool" msgstr "Bool" #. E8Bpf #: 03100100.xhp msgctxt "" "03100100.xhp\n" "hd_id3147530\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. nsCwH #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3156344\n" "help.text" msgid "Expression1, Expression2: Any string or numeric expressions that you want to compare. If the expressions match, the CBool function returns True, otherwise False is returned." msgstr "Uttryck1, Uttryck2: En sträng eller ett numeriskt uttryck som du vill jämföra. Om de två uttrycken är lika returnerar CBool True. Annars returneras False." #. hQiDG #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3149655\n" "help.text" msgid "Number: Any numeric expression that you want to convert. If the expression equals 0, False is returned, otherwise True is returned." msgstr "Tal: Ett numeriskt uttryck som du vill konvertera. Om uttrycket evalueras till 0 returneras False, annars returneras True." #. ybBL2 #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3145171\n" "help.text" msgid "The following example uses the CBool function to evaluate the value that is returned by the Instr function. The function checks if the word \"and\" is found in the sentence that was entered by the user." msgstr "I följande exempel används funktionen CBool för att evaluera det värde som returneras av funktionen Instr. Funktionen undersöker om ordet \"och\" finns i den mening som användaren matar in." #. WAM8E #: 03100100.xhp msgctxt "" "03100100.xhp\n" "hd_id3156212\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 2yvsi #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3155132\n" "help.text" msgid "sText = InputBox(\"Please enter a short sentence:\")" msgstr "sText = InputBox(\"Skriv in en kort mening:\")" #. Aq5CG #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3155855\n" "help.text" msgid "' Proof if the word »and« appears in the sentence." msgstr "' Kontrollera om ordet \"och\" finns i meningen." #. GFk66 #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3146984\n" "help.text" msgid "' Instead of the command line" msgstr "' I stället för uttrycket" #. WQ7VE #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3148576\n" "help.text" msgid "' If Instr(Input, \"and\")<>0 Then..." msgstr "' If Instr(Input, \"och\")<>0 Then..." #. fCMAJ #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3154014\n" "help.text" msgid "' the CBool function is applied as follows:" msgstr "' används funktionen CBool på följande sätt:" #. DXRy4 #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3155413\n" "help.text" msgid "If CBool(Instr(sText, \"and\")) Then" msgstr "If CBool(Instr(sText, \"och\")) Then" #. FKuLf #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3152940\n" "help.text" msgid "MsgBox \"The word »and« appears in the sentence you entered!\"" msgstr "MsgBox \"Ordet \"och\" finns med i meningen!\"" #. 8FnUJ #: 03100300.xhp msgctxt "" "03100300.xhp\n" "tit\n" "help.text" msgid "CDate Function" msgstr "" #. HpYXC #: 03100300.xhp msgctxt "" "03100300.xhp\n" "bm_id3150772\n" "help.text" msgid "CDate function" msgstr "Cdate, funktion " #. nCwCG #: 03100300.xhp msgctxt "" "03100300.xhp\n" "hd_id3150772\n" "help.text" msgid "CDate Function" msgstr "" #. DYpHk #: 03100300.xhp msgctxt "" "03100300.xhp\n" "par_id3150986\n" "help.text" msgid "Converts any string or numeric expression to a date value." msgstr "Konverterar en sträng eller ett numeriskt uttryck till ett datumvärde." #. 9KKjA #: 03100300.xhp msgctxt "" "03100300.xhp\n" "hd_id3148944\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. JsmcA #: 03100300.xhp msgctxt "" "03100300.xhp\n" "par_id3148947\n" "help.text" msgid "CDate (Expression)" msgstr "CDate (Uttryck)" #. c5kyz #: 03100300.xhp msgctxt "" "03100300.xhp\n" "hd_id3148552\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 9g6CX #: 03100300.xhp msgctxt "" "03100300.xhp\n" "par_id3159414\n" "help.text" msgid "Date" msgstr "Datum" #. bE3do #: 03100300.xhp msgctxt "" "03100300.xhp\n" "hd_id3153525\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 3E4Gd #: 03100300.xhp msgctxt "" "03100300.xhp\n" "par_id3150359\n" "help.text" msgid "Expression: Any string or numeric expression that you want to convert." msgstr "Uttryck: En sträng eller ett numeriskt uttryck som du vill konvertera." #. 5oesN #: 03100300.xhp msgctxt "" "03100300.xhp\n" "par_id3125864\n" "help.text" msgid "When you convert a string expression, the date and time must be entered either in one of the date acceptance patterns defined for your locale setting (see %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages) or in ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted). In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time." msgstr "" #. hCKkH #: 03100300.xhp msgctxt "" "03100300.xhp\n" "hd_id3156422\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 4NDxB #: 03100400.xhp msgctxt "" "03100400.xhp\n" "tit\n" "help.text" msgid "CDbl Function" msgstr "" #. psFNk #: 03100400.xhp msgctxt "" "03100400.xhp\n" "bm_id3153750\n" "help.text" msgid "CDbl function" msgstr "CDbl, funktion " #. eByNV #: 03100400.xhp msgctxt "" "03100400.xhp\n" "hd_id3153750\n" "help.text" msgid "CDbl Function" msgstr "" #. EwDaU #: 03100400.xhp msgctxt "" "03100400.xhp\n" "par_id3149233\n" "help.text" msgid "Converts any numerical expression or string expression to a double type." msgstr "Konverterar ett numeriskt uttryck eller stränguttryck till ett värde av typen Double." #. jjGQH #: 03100400.xhp msgctxt "" "03100400.xhp\n" "hd_id3149516\n" "help.text" msgid "Syntax" msgstr "Syntax" #. aTHD8 #: 03100400.xhp msgctxt "" "03100400.xhp\n" "par_id3156152\n" "help.text" msgid "CDbl (Expression)" msgstr "CDbl (Uttryck)" #. 38G4w #: 03100400.xhp msgctxt "" "03100400.xhp\n" "hd_id3153061\n" "help.text" msgid "Return value" msgstr "Returvärde" #. Pypm7 #: 03100400.xhp msgctxt "" "03100400.xhp\n" "par_id3145068\n" "help.text" msgid "Double" msgstr "Double" #. LM9Ye #: 03100400.xhp msgctxt "" "03100400.xhp\n" "hd_id3154760\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. DVRKM #: 03100400.xhp msgctxt "" "03100400.xhp\n" "par_id3153897\n" "help.text" msgid "Expression: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system." msgstr "Uttryck: En sträng eller ett numeriskt uttryck som du vill konvertera. Om du vill konvertera ett stränguttryck måste talet anges som vanlig text (\"123,5\") med det standardformat för tal som används för operativsystemet." #. HxfeM #: 03100400.xhp msgctxt "" "03100400.xhp\n" "hd_id3148797\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Hs9F5 #: 03100500.xhp msgctxt "" "03100500.xhp\n" "tit\n" "help.text" msgid "CInt Function" msgstr "" #. mzarQ #: 03100500.xhp msgctxt "" "03100500.xhp\n" "bm_id3149346\n" "help.text" msgid "CInt function" msgstr "Cint, funktion " #. 4QpXT #: 03100500.xhp msgctxt "" "03100500.xhp\n" "hd_id3149346\n" "help.text" msgid "CInt Function" msgstr "" #. dESLg #: 03100500.xhp msgctxt "" "03100500.xhp\n" "par_id3155419\n" "help.text" msgid "Converts any string or numeric expression to an integer." msgstr "Konverterar en sträng eller ett numeriskt uttryck till ett heltal." #. AFSBH #: 03100500.xhp msgctxt "" "03100500.xhp\n" "hd_id3147573\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. ZGxYP #: 03100500.xhp msgctxt "" "03100500.xhp\n" "par_id3154142\n" "help.text" msgid "CInt (Expression)" msgstr "CInt (Uttryck)" #. AQaNC #: 03100500.xhp msgctxt "" "03100500.xhp\n" "hd_id3147531\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. oLemu #: 03100500.xhp msgctxt "" "03100500.xhp\n" "par_id3147560\n" "help.text" msgid "Integer" msgstr "Integer" #. a2YC7 #: 03100500.xhp msgctxt "" "03100500.xhp\n" "hd_id3145069\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. eJRAh #: 03100500.xhp msgctxt "" "03100500.xhp\n" "par_id3159414\n" "help.text" msgid "Expression: Any numeric expression that you want to convert. If the Expression exceeds the value range between -32768 and 32767, $[officename] Basic reports an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system." msgstr "Uttryck: Ett numeriskt uttryck som du vill konvertera. Om uttrycket Uttryck inte ligger i intervallet mellan -32768 och 32767 genererar $[officename] Basic ett spillfel. Om du vill konvertera ett stränguttryck måste talet anges som vanlig text (\"123,5\") med det standardformat för tal som används för operativsystemet." #. Tq6qi #: 03100500.xhp msgctxt "" "03100500.xhp\n" "par_id3150358\n" "help.text" msgid "This function always rounds the fractional part of a number to the nearest integer." msgstr "Funktionen rundar av decimaler till närmaste heltal." #. GsgXV #: 03100600.xhp msgctxt "" "03100600.xhp\n" "tit\n" "help.text" msgid "CLng Function" msgstr "" #. MSnoT #: 03100600.xhp msgctxt "" "03100600.xhp\n" "bm_id3153311\n" "help.text" msgid "CLng function" msgstr "CLng, funktion " #. mfcTR #: 03100600.xhp msgctxt "" "03100600.xhp\n" "hd_id3153311\n" "help.text" msgid "CLng Function" msgstr "" #. aLcQC #: 03100600.xhp msgctxt "" "03100600.xhp\n" "par_id3148686\n" "help.text" msgid "Converts any string or numeric expression to a long integer." msgstr "Konverterar en sträng eller ett numeriskt uttryck till ett heltal av typen Long." #. CtL6e #: 03100600.xhp msgctxt "" "03100600.xhp\n" "hd_id3145315\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 3HnrW #: 03100600.xhp msgctxt "" "03100600.xhp\n" "par_id3147573\n" "help.text" msgid "CLng (Expression)" msgstr "CLng (Uttryck)" #. iViY7 #: 03100600.xhp msgctxt "" "03100600.xhp\n" "hd_id3145610\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. WbDFK #: 03100600.xhp msgctxt "" "03100600.xhp\n" "par_id3153897\n" "help.text" msgid "Long" msgstr "Long" #. pC3ZX #: 03100600.xhp msgctxt "" "03100600.xhp\n" "hd_id3154760\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. kyujG #: 03100600.xhp msgctxt "" "03100600.xhp\n" "par_id3159414\n" "help.text" msgid "Expression: Any numerical expression that you want to convert. If the Expression lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system." msgstr "Uttryck: Ett numeriskt uttryck som ska konverteras. Om Uttryck ligger utanför det giltiga intervallet för Long-heltal (mellan -2 147 483 648 och 2 147 483 647) returnerar $[officename] Basic ett spillfel. Om du vill konvertera ett stränguttryck måste talet anges som vanlig text (\"123,5\") med det standardformat för tal som används för operativsystemet." #. hgEwt #: 03100600.xhp msgctxt "" "03100600.xhp\n" "par_id3150358\n" "help.text" msgid "This function always rounds the fractional part of a number to the nearest integer." msgstr "Funktionen rundar av decimaler till närmaste heltal." #. Eowon #: 03100700.xhp msgctxt "" "03100700.xhp\n" "tit\n" "help.text" msgid "Const Statement" msgstr "" #. WGvF8 #: 03100700.xhp msgctxt "" "03100700.xhp\n" "bm_id3146958\n" "help.text" msgid "Const statement" msgstr "Const, uttryck " #. gaj2Z #: 03100700.xhp msgctxt "" "03100700.xhp\n" "hd_id3146958\n" "help.text" msgid "Const Statement" msgstr "" #. xPBxj #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id3154143\n" "help.text" msgid "Defines one or more identifiers as constants." msgstr "" #. 4sYHn #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id3147264\n" "help.text" msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified." msgstr "" #. ucqd6 #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id831588865616326\n" "help.text" msgid "Const syntax" msgstr "" #. QZJkC #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id3150984\n" "help.text" msgid "[Global|Private|Public] Const name = expression[, ...]" msgstr "" #. 8cNC9 #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id3153897\n" "help.text" msgid "name: Any identifier that follows the standard variable naming conventions." msgstr "" #. MYNoo #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id791593689338208\n" "help.text" msgid "expression: Any literal expression." msgstr "" #. C8b4Z #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id3150400\n" "help.text" msgid "The data type must be omitted. When a library gets loaded in memory, %PRODUCTNAME Basic converts the program code internally so that each time a constant is used, the defined expression replaces it." msgstr "" #. fYdeb #: 03100700.xhp msgctxt "" "03100700.xhp\n" "hd_id51593690561479\n" "help.text" msgid "Scope" msgstr "" #. QwPhy #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id431593690612961\n" "help.text" msgid "By default constants are defined as private in modules and routines. Constants can be made public or global in order to be used from all modules, from all Basic libraries." msgstr "" #. EAL5T #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id241593693307830\n" "help.text" msgid "Global, Private and Public specifiers can only be used for module constants." msgstr "" #. 7HRGK #: 03100700.xhp msgctxt "" "03100700.xhp\n" "bas_id911593692598060\n" "help.text" msgid "Const EARTH = \"♁\" ' module scope" msgstr "" #. pCVMW #: 03100700.xhp msgctxt "" "03100700.xhp\n" "bas_id441593692601125\n" "help.text" msgid "Private Const MOON = \"☾\" ' module scope" msgstr "" #. xjhjq #: 03100700.xhp msgctxt "" "03100700.xhp\n" "bas_id161593692601597\n" "help.text" msgid "Public Const VENUS=\"♀\", MARS=\"♂\" ' general scope" msgstr "" #. 6LzLX #: 03100700.xhp msgctxt "" "03100700.xhp\n" "bas_id581593692602046\n" "help.text" msgid "Global Const SUN = \"☉\", STAR = \"☆\" ' general scope" msgstr "" #. aFEH7 #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_idm1341160752\n" "help.text" msgid "Const SUN = 3 * 1.456 / 56 ' SUN is local" msgstr "" #. 5ZVn4 #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_idm1341159520\n" "help.text" msgid "MsgBox SUN,, MOON ' SUN global constant is unchanged" msgstr "" #. e9BxY #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id111593694878677\n" "help.text" msgid "Enum statement" msgstr "" #. ZYFUV #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id111953694878677\n" "help.text" msgid "Type statement" msgstr "" #. FmimE #: 03100900.xhp msgctxt "" "03100900.xhp\n" "tit\n" "help.text" msgid "CSng Function" msgstr "" #. WbouA #: 03100900.xhp msgctxt "" "03100900.xhp\n" "bm_id3153753\n" "help.text" msgid "CSng function" msgstr "CSng, funktion " #. 5x5UH #: 03100900.xhp msgctxt "" "03100900.xhp\n" "hd_id3153753\n" "help.text" msgid "CSng Function" msgstr "" #. 8RgCe #: 03100900.xhp msgctxt "" "03100900.xhp\n" "par_id3149748\n" "help.text" msgid "Converts any string or numeric expression to data type Single." msgstr "Konverterar ett stränguttryck eller ett numeriskt uttryck till datatypen Single." #. BNPsA #: 03100900.xhp msgctxt "" "03100900.xhp\n" "hd_id3153255\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. JxpvM #: 03100900.xhp msgctxt "" "03100900.xhp\n" "par_id3148983\n" "help.text" msgid "CSng (Expression)" msgstr "CSng (Uttryck)" #. FR3tS #: 03100900.xhp msgctxt "" "03100900.xhp\n" "hd_id3152347\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. jtGVk #: 03100900.xhp msgctxt "" "03100900.xhp\n" "par_id3153750\n" "help.text" msgid "Single" msgstr "Single" #. cSsM4 #: 03100900.xhp msgctxt "" "03100900.xhp\n" "hd_id3146957\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. XEQKF #: 03100900.xhp msgctxt "" "03100900.xhp\n" "par_id3153345\n" "help.text" msgid "Expression: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system." msgstr "Uttryck: En sträng eller ett numeriskt uttryck som du vill konvertera. Om du vill konvertera ett stränguttryck måste talet anges som vanlig text (\"123,5\") med det standardformat för tal som används för operativsystemet." #. kT9UB #: 03100900.xhp msgctxt "" "03100900.xhp\n" "hd_id3149514\n" "help.text" msgid "Example:" msgstr "Exempel:" #. MCFBf #: 03101000.xhp msgctxt "" "03101000.xhp\n" "tit\n" "help.text" msgid "CStr Function" msgstr "" #. yLRwN #: 03101000.xhp msgctxt "" "03101000.xhp\n" "bm_id3146958\n" "help.text" msgid "CStr function" msgstr "CStr, funktion " #. kRSvD #: 03101000.xhp msgctxt "" "03101000.xhp\n" "hd_id3146958\n" "help.text" msgid "CStr Function" msgstr "" #. 3CEMW #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3147574\n" "help.text" msgid "Converts any numeric expression to a string expression." msgstr "Konverterar ett numeriskt uttryck till en sträng." #. uttcP #: 03101000.xhp msgctxt "" "03101000.xhp\n" "hd_id3148473\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. UnBtF #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3145315\n" "help.text" msgid "CStr (Expression)" msgstr "CStr (Uttryck)" #. aiywX #: 03101000.xhp msgctxt "" "03101000.xhp\n" "hd_id3153062\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. FhYA8 #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3153897\n" "help.text" msgid "String" msgstr "String" #. cHP4B #: 03101000.xhp msgctxt "" "03101000.xhp\n" "hd_id3154760\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. f8VgF #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3149457\n" "help.text" msgid "Expression: Any valid string or numeric expression that you want to convert." msgstr "Uttryck: En giltig sträng eller ett numeriskt uttryck som ska konverteras." #. EzY72 #: 03101000.xhp msgctxt "" "03101000.xhp\n" "hd_id3150358\n" "help.text" msgid "Expression Types and Conversion Returns" msgstr "Uttryckstyper och konverteringar av returvärden" #. gA73v #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3153192\n" "help.text" msgid "Boolean :" msgstr "Boolean :" #. wjcDB #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3156422\n" "help.text" msgid "String that evaluates to either True or False." msgstr "Sträng som evalueras till True eller False." #. yuw3Z #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3147287\n" "help.text" msgid "Date :" msgstr "Date:" #. CrwVu #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3155411\n" "help.text" msgid "String that contains the date and time." msgstr "Sträng som innehåller tid och datum." #. QE5bi #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3147428\n" "help.text" msgid "Null :" msgstr "Null:" #. ZATnW #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3150486\n" "help.text" msgid "Run-time error." msgstr "Runtime-fel." #. DWkQW #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3153953\n" "help.text" msgid "Empty :" msgstr "Empty :" #. SfQUa #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3155306\n" "help.text" msgid "String without any characters." msgstr "Sträng utan tecken." #. rmvhR #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3149260\n" "help.text" msgid "Any :" msgstr "Valfri :" #. vzaXy #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3152938\n" "help.text" msgid "Corresponding number as string." msgstr "Motsvarande tal som en sträng." #. GEAXv #: 03101000.xhp msgctxt "" "03101000.xhp\n" "par_id3155738\n" "help.text" msgid "Zeros at the end of a floating-point number are not included in the returned string." msgstr "Nollor i slutet av flyttal inkluderas inte i strängen som returneras." #. GLodW #: 03101000.xhp msgctxt "" "03101000.xhp\n" "hd_id3154729\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Z4tgA #: 03101100.xhp msgctxt "" "03101100.xhp\n" "tit\n" "help.text" msgid "DefBool Statement" msgstr "" #. dfnQr #: 03101100.xhp msgctxt "" "03101100.xhp\n" "bm_id3145759\n" "help.text" msgid "DefBool statement" msgstr "DefBool, uttryck " #. DFbBc #: 03101100.xhp msgctxt "" "03101100.xhp\n" "hd_id3145759\n" "help.text" msgid "DefBool Statement" msgstr "" #. JCPLq #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3153089\n" "help.text" msgid "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range." msgstr "Om ett typdeklarationstecken eller nyckelord saknas, anger instruktionen DefBool standarddatatypen för variabler enligt ett bokstavsintervall." #. dvmLf #: 03101100.xhp msgctxt "" "03101100.xhp\n" "hd_id3149495\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Vapap #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3150682\n" "help.text" msgid "Defxxx Characterrange1[, Characterrange2[,...]]" msgstr "Defxxx Teckenintervall1[, Teckenintervall2[,...]]" #. wg6zG #: 03101100.xhp msgctxt "" "03101100.xhp\n" "hd_id3159201\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. AFhFa #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3147226\n" "help.text" msgid "Characterrange: Letters that specify the range of variables that you want to set the default data type for." msgstr "Teckenintervall: Bokstäver som anger variabelintervallet som du vill ange standarddatatyp för." #. jhcfS #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3149178\n" "help.text" msgid "xxx: Keyword that defines the default variable type:" msgstr "xxx: Nyckelord som definierar standardvariabeltyp." #. 2Tv76 #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3150669\n" "help.text" msgid "Keyword: Default variable type" msgstr "Nyckelord: Standardvariabeltyp" #. wRGMS #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3149233\n" "help.text" msgid "DefBool: Boolean" msgstr "DefBool: Boolean" #. NRAAt #: 03101100.xhp msgctxt "" "03101100.xhp\n" "hd_id3149762\n" "help.text" msgid "Example:" msgstr "Exempel:" #. AhnXE #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3156152\n" "help.text" msgid "' Prefix definition for variable types:" msgstr "' Prefixdefinitioner för variabeltyper:" #. BLc3G #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3151381\n" "help.text" msgid "bOK=TRUE ' bOK is an implicit boolean variable" msgstr "bOK=TRUE ' bOK är en implicit logisk variabel" #. zabpF #: 03101110.xhp msgctxt "" "03101110.xhp\n" "tit\n" "help.text" msgid "DefCur Statement" msgstr "" #. HKGKx #: 03101110.xhp msgctxt "" "03101110.xhp\n" "bm_id9555345\n" "help.text" msgid "DefCur statement" msgstr "DefCur-sats" #. zEeZG #: 03101110.xhp msgctxt "" "03101110.xhp\n" "par_idN1057D\n" "help.text" msgid "DefCur Statement" msgstr "" #. d4KGm #: 03101110.xhp msgctxt "" "03101110.xhp\n" "par_idN1058D\n" "help.text" msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range." msgstr "Om ett typdeklarationstecken eller nyckelord saknas, anger satsen DefCur standarddatatypen för variabler enligt ett bokstavsintervall." #. sqyeC #: 03101110.xhp msgctxt "" "03101110.xhp\n" "par_idN105B0\n" "help.text" msgid "DefCur: Currency" msgstr "DefCur: Valuta" #. uA7E4 #: 03101110.xhp msgctxt "" "03101110.xhp\n" "par_idN105D9\n" "help.text" msgid "cCur=Currency ' cCur is an implicit currency variable." msgstr "" #. QvNCR #: 03101120.xhp msgctxt "" "03101120.xhp\n" "tit\n" "help.text" msgid "DefErr Statement" msgstr "" #. V5Eom #: 03101120.xhp msgctxt "" "03101120.xhp\n" "bm_id8177739\n" "help.text" msgid "DefErr statement" msgstr "DefErr-sats" #. fEMEo #: 03101120.xhp msgctxt "" "03101120.xhp\n" "par_idN1057D\n" "help.text" msgid "DefErr Statement" msgstr "" #. yQsoP #: 03101120.xhp msgctxt "" "03101120.xhp\n" "par_idN1058D\n" "help.text" msgid "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range." msgstr "Om ett typdeklarationstecken eller nyckelord saknas, anger satsen DefErr standarddatatypen för variabler enligt ett bokstavsintervall." #. SPBLB #: 03101120.xhp msgctxt "" "03101120.xhp\n" "par_idN105B0\n" "help.text" msgid "DefErr: Error" msgstr "DefErr: Fel" #. b8Tvs #: 03101120.xhp msgctxt "" "03101120.xhp\n" "par_idN105D9\n" "help.text" msgid "eErr=Error ' eErr is an implicit error variable" msgstr "eErr=Error ' eErr är en implicit felvariabel" #. bRtxx #: 03101130.xhp msgctxt "" "03101130.xhp\n" "tit\n" "help.text" msgid "DefSng Statement" msgstr "" #. FGsHa #: 03101130.xhp msgctxt "" "03101130.xhp\n" "bm_id2445142\n" "help.text" msgid "DefSng statement" msgstr "DefSng-sats" #. eYYKA #: 03101130.xhp msgctxt "" "03101130.xhp\n" "par_idN10577\n" "help.text" msgid "DefSng Statement" msgstr "" #. f46uc #: 03101130.xhp msgctxt "" "03101130.xhp\n" "par_idN10587\n" "help.text" msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range." msgstr "Om ett typdeklarationstecken eller nyckelord saknas, anger satsen DefSng standarddatatypen för variabler enligt ett bokstavsintervall." #. UBc9R #: 03101130.xhp msgctxt "" "03101130.xhp\n" "par_idN105AA\n" "help.text" msgid "DefSng: Single" msgstr "DefSng: Single" #. VsSH4 #: 03101130.xhp msgctxt "" "03101130.xhp\n" "par_idN105D3\n" "help.text" msgid "sSng=Single ' sSng is an implicit single variable" msgstr "sSng=Single ' sSng är en implicit variabel av typen Single" #. zfvWo #: 03101140.xhp msgctxt "" "03101140.xhp\n" "tit\n" "help.text" msgid "DefStr Statement" msgstr "" #. BrFKG #: 03101140.xhp msgctxt "" "03101140.xhp\n" "bm_id6161381\n" "help.text" msgid "DefStr statement" msgstr "DefStr-sats" #. W3pG2 #: 03101140.xhp msgctxt "" "03101140.xhp\n" "par_idN10577\n" "help.text" msgid "DefStr Statement" msgstr "" #. hqQDQ #: 03101140.xhp msgctxt "" "03101140.xhp\n" "par_idN10587\n" "help.text" msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range." msgstr "Om ett typdeklarationstecken eller nyckelord saknas, anger satsen DefStr standarddatatypen för variabler enligt ett bokstavsintervall." #. 6GXn9 #: 03101140.xhp msgctxt "" "03101140.xhp\n" "par_idN105AA\n" "help.text" msgid "DefStr: String" msgstr "DefStr: String" #. LCyE8 #: 03101140.xhp msgctxt "" "03101140.xhp\n" "par_idN105D3\n" "help.text" msgid "sStr=String ' sStr is an implicit string variable" msgstr "sStr=String ' sStr är en implicit strängvariabel" #. E5nXi #: 03101300.xhp msgctxt "" "03101300.xhp\n" "tit\n" "help.text" msgid "DefDate Statement" msgstr "" #. UKvrk #: 03101300.xhp msgctxt "" "03101300.xhp\n" "bm_id3150504\n" "help.text" msgid "DefDate statement" msgstr "DefDate, uttryck " #. CFt2k #: 03101300.xhp msgctxt "" "03101300.xhp\n" "hd_id3150504\n" "help.text" msgid "DefDate Statement" msgstr "" #. 7EJB8 #: 03101300.xhp msgctxt "" "03101300.xhp\n" "par_id3145069\n" "help.text" msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range." msgstr "Om ett typdeklarationstecken eller nyckelord saknas, anger instruktionen DefDate standarddatatypen för variabler enligt ett bokstavsintervall." #. 7bqLD #: 03101300.xhp msgctxt "" "03101300.xhp\n" "par_id3150767\n" "help.text" msgid "DefDate: Date" msgstr "DefDate: Date" #. sGAWV #: 03101300.xhp msgctxt "" "03101300.xhp\n" "par_id3152462\n" "help.text" msgid "tDate=Date ' tDate is an implicit date variable" msgstr "tDate=Date ' tDate är en implicit datumvariabel" #. c8vDs #: 03101400.xhp msgctxt "" "03101400.xhp\n" "tit\n" "help.text" msgid "DefDbl Statement" msgstr "" #. 8SVty #: 03101400.xhp msgctxt "" "03101400.xhp\n" "bm_id3147242\n" "help.text" msgid "DefDbl statement" msgstr "DefDbl, uttryck " #. AcRJZ #: 03101400.xhp msgctxt "" "03101400.xhp\n" "hd_id3147242\n" "help.text" msgid "DefDbl Statement" msgstr "" #. gJGCw #: 03101400.xhp msgctxt "" "03101400.xhp\n" "par_id3153126\n" "help.text" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Anger standardtyp för variabeln enligt ett bokstavsbyte om inget skriv-deklarationstecken eller nyckelord har angetts." #. ctoJu #: 03101400.xhp msgctxt "" "03101400.xhp\n" "par_id3154123\n" "help.text" msgid "DefDbl: Double" msgstr "DefDbl: Double" #. 2f3z3 #: 03101400.xhp msgctxt "" "03101400.xhp\n" "par_id3153144\n" "help.text" msgid "dValue=1.23e43 ' dValue is an implicit double variable type" msgstr "dValue=1.23e43 ' Variabeln dValue deklareras implicit med typen Double" #. mcUhD #: 03101500.xhp msgctxt "" "03101500.xhp\n" "tit\n" "help.text" msgid "DefInt Statement" msgstr "" #. orNy3 #: 03101500.xhp msgctxt "" "03101500.xhp\n" "bm_id3149811\n" "help.text" msgid "DefInt statement" msgstr "DefInt, uttryck " #. zFBiu #: 03101500.xhp msgctxt "" "03101500.xhp\n" "hd_id3149811\n" "help.text" msgid "DefInt Statement" msgstr "" #. 8QFfR #: 03101500.xhp msgctxt "" "03101500.xhp\n" "par_id3149762\n" "help.text" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Anger standardtyp för variabeln enligt ett bokstavsbyte om inget skriv-deklarationstecken eller nyckelord har angetts." #. WgpHG #: 03101500.xhp msgctxt "" "03101500.xhp\n" "par_id3125863\n" "help.text" msgid "DefInt: Integer" msgstr "DefInt: Integer" #. 7H7tx #: 03101500.xhp msgctxt "" "03101500.xhp\n" "par_id3153728\n" "help.text" msgid "iCount=200 ' iCount is an implicit integer variable" msgstr "iCount=200 ' iCount är en implicit heltalsvariabel" #. kK2Aw #: 03101600.xhp msgctxt "" "03101600.xhp\n" "tit\n" "help.text" msgid "DefLng Statement" msgstr "" #. 7PjGa #: 03101600.xhp msgctxt "" "03101600.xhp\n" "bm_id3148538\n" "help.text" msgid "DefLng statement" msgstr "DefLng, uttryck " #. SEAJt #: 03101600.xhp msgctxt "" "03101600.xhp\n" "hd_id3148538\n" "help.text" msgid "DefLng Statement" msgstr "" #. RECCG #: 03101600.xhp msgctxt "" "03101600.xhp\n" "par_id3149514\n" "help.text" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Anger standardtyp för variabeln enligt ett bokstavsbyte om inget skriv-deklarationstecken eller nyckelord har angetts." #. sLCx9 #: 03101600.xhp msgctxt "" "03101600.xhp\n" "par_id3154686\n" "help.text" msgid "DefLng: Long" msgstr "DefLng: Long" #. WPTCA #: 03101600.xhp msgctxt "" "03101600.xhp\n" "par_id3145273\n" "help.text" msgid "lCount=123456789 ' lCount is an implicit long integer variable" msgstr "lCount=123456789 ' lCount är en implicit heltalsvariabel av typen Long" #. k5A5k #: 03101700.xhp msgctxt "" "03101700.xhp\n" "tit\n" "help.text" msgid "DefObj Statement" msgstr "" #. AFCbY #: 03101700.xhp msgctxt "" "03101700.xhp\n" "bm_id3149811\n" "help.text" msgid "DefObj statement" msgstr "DefObj, uttryck " #. FinA5 #: 03101700.xhp msgctxt "" "03101700.xhp\n" "hd_id3149811\n" "help.text" msgid "DefObj Statement" msgstr "" #. vzCDm #: 03101700.xhp msgctxt "" "03101700.xhp\n" "par_id3147573\n" "help.text" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Anger standardtyp för variabeln enligt ett bokstavsbyte om inget skriv-deklarationstecken eller nyckelord har angetts." #. DTNnj #: 03101700.xhp msgctxt "" "03101700.xhp\n" "par_id3150769\n" "help.text" msgid "DefObj: Object" msgstr "DefObj: Object" #. oaF9W #: 03102000.xhp msgctxt "" "03102000.xhp\n" "tit\n" "help.text" msgid "DefVar Statement" msgstr "" #. jSB2p #: 03102000.xhp msgctxt "" "03102000.xhp\n" "bm_id3143267\n" "help.text" msgid "DefVar statement" msgstr "DefVar, uttryck " #. vrP75 #: 03102000.xhp msgctxt "" "03102000.xhp\n" "hd_id3143267\n" "help.text" msgid "DefVar Statement" msgstr "" #. rLx6D #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3153825\n" "help.text" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Anger standardtyp för variabeln enligt ett bokstavsbyte om inget skriv-deklarationstecken eller nyckelord har angetts." #. QntwN #: 03102000.xhp msgctxt "" "03102000.xhp\n" "hd_id3154143\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. FACB3 #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3149514\n" "help.text" msgid "Defxxx Characterrange1[, Characterrange2[,...]]" msgstr "Defxxx Teckenintervall1[, Teckenintervall2[,...]]" #. giJy9 #: 03102000.xhp msgctxt "" "03102000.xhp\n" "hd_id3156024\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. tAPGo #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3147560\n" "help.text" msgid "Characterrange: Letters that specify the range of variables that you want to set the default data type for." msgstr "Teckenintervall: Bokstäver som anger variabelintervallet som du vill ange standarddatatyp för." #. rG9MV #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3148552\n" "help.text" msgid "xxx: Keyword that defines the default variable type:" msgstr "xxx: Nyckelord som definierar standardvariabeltyp." #. uEmwr #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3153524\n" "help.text" msgid "Keyword: Default variable type" msgstr "Nyckelord: Standardvariabeltyp" #. C78EJ #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3150767\n" "help.text" msgid "DefVar: Variant" msgstr "DefVar: Variant" #. ZDBBg #: 03102000.xhp msgctxt "" "03102000.xhp\n" "hd_id3151041\n" "help.text" msgid "Example:" msgstr "Exempel:" #. QEkeu #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3156214\n" "help.text" msgid "' Prefix definitions for variable types:" msgstr "' Prefixdefinitioner för variabeltyper:" #. TJouG #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3154012\n" "help.text" msgid "vDiv=99 ' vDiv is an implicit variant" msgstr "vDiv=99 ' vDiv är en implicit variabel av typen Variant" #. zCdB9 #: 03102000.xhp msgctxt "" "03102000.xhp\n" "par_id3146121\n" "help.text" msgid "vDiv=\"Hello world\"" msgstr "vDiv=\"Hello world\"" #. 2jpst #: 03102100.xhp msgctxt "" "03102100.xhp\n" "tit\n" "help.text" msgid "Dim Statement" msgstr "" #. EEkQA #: 03102100.xhp msgctxt "" "03102100.xhp\n" "bm_id3149812\n" "help.text" msgid "Dim statement arrays; dimensioning dimensioning arrays" msgstr "Dim, uttryckMatriser (array); dimensioneraDimensionera matriser (array)" #. 4Usmk #: 03102100.xhp msgctxt "" "03102100.xhp\n" "hd_id3149812\n" "help.text" msgid "Dim Statement" msgstr "" #. 9gRSS #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3143271\n" "help.text" msgid "Declares variables or arrays." msgstr "" #. 7Ske5 #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3154686\n" "help.text" msgid "If the variables are separated by commas - for example Dim v1, v2, v3 As String - first ones get defined as Variant variables. A new line, or colon sign (:), help separate variable definitions." msgstr "" #. sZ9H8 #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3152576\n" "help.text" msgid "Dim declares local variables within subroutines. Global variables are declared with the Global, Public or the Private statement." msgstr "" #. RWfkr #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id971587473488701\n" "help.text" msgid "Dim Statement diagram" msgstr "" #. bEQhy #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3149412\n" "help.text" msgid "Dim variable [(start To end)] [As typename][, variable2[char] [(start To end)] [,...]]" msgstr "" #. JBuCh #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3154730\n" "help.text" msgid "variable: Any variable or array name." msgstr "" #. wB6Jx #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3154510\n" "help.text" msgid "typename: Keyword that declares the data type of a variable." msgstr "" #. Rqp83 #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id971587473508701\n" "help.text" msgid "primitive data types fragment" msgstr "" #. pFWdb #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id21587557790810\n" "help.text" msgid "Byte: Byte variable (0-255)" msgstr "" #. fQsgi #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3153949\n" "help.text" msgid "Boolean: Boolean variable (True, False)" msgstr "" #. PouUE #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3156275\n" "help.text" msgid "Currency: Currency variable (Currency with 4 Decimal places)" msgstr "" #. BHPpy #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3156057\n" "help.text" msgid "Date: Date variable" msgstr "Date: Datumvariabel" #. jyVtV #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3148405\n" "help.text" msgid "Double: Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)" msgstr "" #. kBUDz #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3148916\n" "help.text" msgid "Integer: Integer variable (-32768 - 32767)" msgstr "Integer: Heltalsvariabel (-32 768 - 32 767)" #. DNHMA #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3150045\n" "help.text" msgid "Long: Long integer variable (-2.147.483.648 - 2.147.483.647)" msgstr "Long: Variabel för långt heltal (-2 147 483 648 -2 147 483 647)" #. z9CEA #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3149255\n" "help.text" msgid "Object: Object variable (Note: this variable can only subsequently be defined with Set!)" msgstr "" #. iBZ3a #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3155937\n" "help.text" msgid "Single: Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)." msgstr "Single: Flyttal av typen Single (mellan 1,401298 x 10E-45 och 3,402823 x 10E308)" #. TcSDB #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3151251\n" "help.text" msgid "String: String variable consisting of a maximum of 64,000 ASCII characters." msgstr "String: Strängvariabel som innehåller maximal 64 000 ASCII-tecken." #. UkswY #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3154704\n" "help.text" msgid "Variant: Variant variable type (contains all types, specified by definition). If a type name is not specified, variables are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used." msgstr "" #. 2GyLr #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id21587667790810\n" "help.text" msgid "object: Universal Network object (UNO) object or ClassModule object instance." msgstr "" #. NbDcm #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3153510\n" "help.text" msgid "char: Special character that declares the data type of a variable." msgstr "" #. 52vix #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id971587473518701\n" "help.text" msgid "Type declaration characters fragment" msgstr "" #. JgnAC #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3146316\n" "help.text" msgid "In %PRODUCTNAME Basic, you do not need to declare variables explicitly. However, you need to declare arrays before you can use them. You can declare a variable with the Dim statement, using commas (,) to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding type keyword name." msgstr "" #. VDkAN #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id441587477911298\n" "help.text" msgid "array: Array declaration." msgstr "" #. TmrKG #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id971587473519701\n" "help.text" msgid "array fragment" msgstr "" #. BaEsN #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3147125\n" "help.text" msgid "start, end: Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range." msgstr "" #. T2g5D #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3153877\n" "help.text" msgid "start and end can be numerical expressions if ReDim is applied at the procedure level." msgstr "" #. JkDDD #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3149924\n" "help.text" msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables." msgstr "$[officename] Basic stöder enkla eller flerdimensionella matrisvariabler där elementen är av den variabeltyp som anges i deklarationen. Matriser är bra om programmet innehåller listor och tabeller som du vill redigera. Fördelen med matriser är att du kan anropa enskilda element utifrån index som sedan kan formuleras som numeriska uttryck och variabler." #. ZuZBj #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3148488\n" "help.text" msgid "Arrays are declared with the Dim statement. There are multiple ways to define the index range:" msgstr "" #. iXgDy #: 03102100.xhp msgctxt "" "03102100.xhp\n" "bas_id381587475057846\n" "help.text" msgid "Dim text(20) As String ' 21 elements numbered from 0 to 20" msgstr "" #. Du5a3 #: 03102100.xhp msgctxt "" "03102100.xhp\n" "bas_id1001587475058292\n" "help.text" msgid "Dim value(5 to 25) As Integer ' 21 values numbered from 5 to 25" msgstr "" #. 66C57 #: 03102100.xhp msgctxt "" "03102100.xhp\n" "bas_id481587475059423\n" "help.text" msgid "Dim amount(-15 to 5) As Currency ' 21 amounts (including 0), numbered from -15 to 5" msgstr "" #. Q6d4T #: 03102100.xhp msgctxt "" "03102100.xhp\n" "bas_id621587475059824\n" "help.text" msgid "REM Two-dimensional data field" msgstr "" #. 9gAsN #: 03102100.xhp msgctxt "" "03102100.xhp\n" "bas_id11587475060830\n" "help.text" msgid "Dim table$(20,2) ' 63 items; from 0 to 20 level 1, from 0 to 20 level 2 and from 0 to 20 level 3." msgstr "" #. FLoRP #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3159239\n" "help.text" msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary." msgstr "" #. cGpY9 #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3149036\n" "help.text" msgid "' Two-dimensional data field" msgstr "' Tvådimensionellt datafält" #. C4SQS #: 03102100.xhp msgctxt "" "03102100.xhp\n" "par_id3153782\n" "help.text" msgid "Const sDim As String = \" Dimension:\"" msgstr "Const sDim as String = \" Dimension:\"" #. zkbr7 #: 03102101.xhp msgctxt "" "03102101.xhp\n" "tit\n" "help.text" msgid "ReDim Statement" msgstr "" #. dxT7d #: 03102101.xhp msgctxt "" "03102101.xhp\n" "bm_id3150398\n" "help.text" msgid "ReDim statement" msgstr "ReDim, uttryck " #. yLRec #: 03102101.xhp msgctxt "" "03102101.xhp\n" "hd_id3150398\n" "help.text" msgid "ReDim Statement" msgstr "" #. F9HMw #: 03102101.xhp msgctxt "" "03102101.xhp\n" "par_id3154685\n" "help.text" msgid "Declares or redefines variables or arrays." msgstr "" #. dTArZ #: 03102101.xhp msgctxt "" "03102101.xhp\n" "par_id971587473488701\n" "help.text" msgid "ReDim Statement diagram" msgstr "" #. bD6eG #: 03102101.xhp msgctxt "" "03102101.xhp\n" "par_id3156214\n" "help.text" msgid "ReDim [Preserve] variable [(start To end)] [As type-name][, variable2 [(start To end)] [As type-name][,...]]" msgstr "" #. 5wDoD #: 03102101.xhp msgctxt "" "03102101.xhp\n" "par_id711996\n" "help.text" msgid "Optionally, add the Preserve keyword to preserve the contents of the array that is redimensioned. ReDim can only be used in subroutines." msgstr "" #. TTGyB #: 03102101.xhp msgctxt "" "03102101.xhp\n" "hd_id3148405\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 5SuKj #: 03102200.xhp msgctxt "" "03102200.xhp\n" "tit\n" "help.text" msgid "IsArray Function" msgstr "" #. izVbw #: 03102200.xhp msgctxt "" "03102200.xhp\n" "bm_id3154346\n" "help.text" msgid "IsArray function" msgstr "IsArray, funktion " #. CZhKF #: 03102200.xhp msgctxt "" "03102200.xhp\n" "hd_id3154346\n" "help.text" msgid "IsArray Function" msgstr "" #. 6uXeM #: 03102200.xhp msgctxt "" "03102200.xhp\n" "par_id3159413\n" "help.text" msgid "Determines if a variable is a data field in an array." msgstr "Kontrollerar om en variabel är ett datafält i en matris." #. c8GSc #: 03102200.xhp msgctxt "" "03102200.xhp\n" "hd_id3150792\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Cipud #: 03102200.xhp msgctxt "" "03102200.xhp\n" "par_id3153379\n" "help.text" msgid "IsArray (Var)" msgstr "IsArray (Var)" #. oqBKb #: 03102200.xhp msgctxt "" "03102200.xhp\n" "hd_id3154365\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. mBAAA #: 03102200.xhp msgctxt "" "03102200.xhp\n" "par_id3154685\n" "help.text" msgid "Bool" msgstr "Bool" #. 4tEeP #: 03102200.xhp msgctxt "" "03102200.xhp\n" "hd_id3153969\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. fjqGh #: 03102200.xhp msgctxt "" "03102200.xhp\n" "par_id3145172\n" "help.text" msgid "Var: Any variable that you want to test if it is declared as an array. If the variable is an array, then the function returns True, otherwise False is returned." msgstr "Var: En variabel som ska kontrolleras. Om variabeln är en matris returnerar funktionen True, annars returneras False." #. c4RJM #: 03102200.xhp msgctxt "" "03102200.xhp\n" "hd_id3155131\n" "help.text" msgid "Example:" msgstr "Exempel:" #. eFP3B #: 03102300.xhp msgctxt "" "03102300.xhp\n" "tit\n" "help.text" msgid "IsDate Function" msgstr "" #. SFMVL #: 03102300.xhp msgctxt "" "03102300.xhp\n" "bm_id3145090\n" "help.text" msgid "IsDate function" msgstr "IsDate, funktion " #. yNKXW #: 03102300.xhp msgctxt "" "03102300.xhp\n" "hd_id3145090\n" "help.text" msgid "IsDate Function" msgstr "" #. GHcvs #: 03102300.xhp msgctxt "" "03102300.xhp\n" "par_id3153311\n" "help.text" msgid "Tests if a numeric or string expression can be converted to a Date variable." msgstr "Kontrollerar om ett stränguttryck eller ett numeriskt uttryck kan konverteras till en variabel av typen Date." #. grWRs #: 03102300.xhp msgctxt "" "03102300.xhp\n" "hd_id3153824\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. NAK7y #: 03102300.xhp msgctxt "" "03102300.xhp\n" "par_id3147573\n" "help.text" msgid "IsDate (Expression)" msgstr "IsDate (Uttryck)" #. TW5An #: 03102300.xhp msgctxt "" "03102300.xhp\n" "hd_id3143270\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 7vqAp #: 03102300.xhp msgctxt "" "03102300.xhp\n" "par_id3147560\n" "help.text" msgid "Bool" msgstr "Bool" #. D758U #: 03102300.xhp msgctxt "" "03102300.xhp\n" "hd_id3148947\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. HiTfE #: 03102300.xhp msgctxt "" "03102300.xhp\n" "par_id3145069\n" "help.text" msgid "Expression: Any numeric or string expression that you want to test. If the expression can be converted to a date, the function returns True, otherwise the function returns False." msgstr "Uttryck: En sträng eller ett numeriskt uttryck som ska kontrolleras. Om uttrycket kan konverteras till ett datum returnerar funktionen True, annars returnerar funktionen False." #. MLSNK #: 03102300.xhp msgctxt "" "03102300.xhp\n" "hd_id3150447\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ymgXU #: 03102300.xhp msgctxt "" "03102300.xhp\n" "par_id3150869\n" "help.text" msgid "Print IsDate(sDateVar) ' Returns True" msgstr "Print IsDate(sDateVar) ' Returnerar True" #. oxti5 #: 03102300.xhp msgctxt "" "03102300.xhp\n" "par_id3147288\n" "help.text" msgid "Print IsDate(sDateVar) ' Returns False" msgstr "Print IsDate(sDateVar) ' Returnerar False" #. pVhKT #: 03102400.xhp msgctxt "" "03102400.xhp\n" "tit\n" "help.text" msgid "IsEmpty Function" msgstr "" #. Xc26L #: 03102400.xhp msgctxt "" "03102400.xhp\n" "bm_id3153394\n" "help.text" msgid "IsEmpty function" msgstr "IsEmpty, funktion " #. X7Hn4 #: 03102400.xhp msgctxt "" "03102400.xhp\n" "hd_id3153394\n" "help.text" msgid "IsEmpty Function" msgstr "" #. CvCEz #: 03102400.xhp msgctxt "" "03102400.xhp\n" "par_id3163045\n" "help.text" msgid "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized." msgstr "Kontrollerar om en Variant-variabel innehåller värdet Empty. Värdet Empty anger att variabeln inte är initierad." #. st3Rw #: 03102400.xhp msgctxt "" "03102400.xhp\n" "hd_id3159158\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 3gyjT #: 03102400.xhp msgctxt "" "03102400.xhp\n" "par_id3153126\n" "help.text" msgid "IsEmpty (Var)" msgstr "IsEmpty (Variabel)" #. fGGNR #: 03102400.xhp msgctxt "" "03102400.xhp\n" "hd_id3148685\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. EdFoX #: 03102400.xhp msgctxt "" "03102400.xhp\n" "par_id3156344\n" "help.text" msgid "Bool" msgstr "Bool" #. BrRWw #: 03102400.xhp msgctxt "" "03102400.xhp\n" "hd_id3148947\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. Ew5aR #: 03102400.xhp msgctxt "" "03102400.xhp\n" "par_id3154347\n" "help.text" msgid "Var: Any variable that you want to test. If the Variant contains the Empty value, the function returns True, otherwise the function returns False." msgstr "Var: En variabel som du vill testa. Om Variant-variabeln innehåller värdet Empty returneras True, annars returneras False." #. FXTmE #: 03102400.xhp msgctxt "" "03102400.xhp\n" "hd_id3154138\n" "help.text" msgid "Example:" msgstr "Exempel:" #. EmyBP #: 03102400.xhp msgctxt "" "03102400.xhp\n" "par_id3154863\n" "help.text" msgid "Print IsEmpty(sVar) ' Returns True" msgstr "Print IsEmpty(sVar) ' Returnerar True" #. dr2Py #: 03102450.xhp msgctxt "" "03102450.xhp\n" "tit\n" "help.text" msgid "IsError Function" msgstr "" #. jXCV2 #: 03102450.xhp msgctxt "" "03102450.xhp\n" "bm_id4954680\n" "help.text" msgid "IsError function" msgstr "IsError-funktion" #. FDXnr #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN1054E\n" "help.text" msgid "IsError Function" msgstr "" #. yQg58 #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN1055E\n" "help.text" msgid "Tests if a variable contains an error value." msgstr "Testar om en variabel innehåller ett felvärde." #. ygcjs #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN10561\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 6xgfA #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN10568\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. ECARX #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN1056C\n" "help.text" msgid "Bool" msgstr "Bool" #. 33jUA #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN1056F\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. jCQGH #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN10573\n" "help.text" msgid "Var: Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False." msgstr "Var: En variabel som du vill testa. Om variabeln innehåller ett felvärde returneras True, annars returneras False." #. JTPzr #: 03102600.xhp msgctxt "" "03102600.xhp\n" "tit\n" "help.text" msgid "IsNull Function" msgstr "" #. BJBAU #: 03102600.xhp msgctxt "" "03102600.xhp\n" "bm_id3155555\n" "help.text" msgid "IsNull function Null value" msgstr "IsNull-funktionNull-värde" #. 4BicJ #: 03102600.xhp msgctxt "" "03102600.xhp\n" "hd_id3155555\n" "help.text" msgid "IsNull Function" msgstr "" #. sJ5h3 #: 03102600.xhp msgctxt "" "03102600.xhp\n" "par_id3146957\n" "help.text" msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data." msgstr "Kontrollera om en variabel av typen Variant har värdet Null, vilket innebär att variabeln inte innehåller data." #. mLbEi #: 03102600.xhp msgctxt "" "03102600.xhp\n" "hd_id3150670\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. uCnAB #: 03102600.xhp msgctxt "" "03102600.xhp\n" "par_id3150984\n" "help.text" msgid "IsNull (Var)" msgstr "IsNull (Var)" #. gxdzG #: 03102600.xhp msgctxt "" "03102600.xhp\n" "hd_id3149514\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. f4EB6 #: 03102600.xhp msgctxt "" "03102600.xhp\n" "par_id3145609\n" "help.text" msgid "Bool" msgstr "Bool" #. 2r2f2 #: 03102600.xhp msgctxt "" "03102600.xhp\n" "hd_id3149669\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. gVDss #: 03102600.xhp msgctxt "" "03102600.xhp\n" "par_id3159414\n" "help.text" msgid "Var: Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value." msgstr "Var: En variabel som du vill testa. Funktionen returnerar True om variabeln innehåller värdet Null, eller False om variabeln inte innehåller värdet Null." #. PFSkn #: 03102600.xhp msgctxt "" "03102600.xhp\n" "par_idN1062A\n" "help.text" msgid "Null - This value is used for a variant data sub type without valid contents." msgstr "Null - Det här värdet används för dataundertypen variant utan giltigt innehåll." #. GzMnE #: 03102600.xhp msgctxt "" "03102600.xhp\n" "hd_id3153381\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ApZsU #: 03102700.xhp msgctxt "" "03102700.xhp\n" "tit\n" "help.text" msgid "IsNumeric Function" msgstr "" #. iXcLG #: 03102700.xhp msgctxt "" "03102700.xhp\n" "bm_id3145136\n" "help.text" msgid "IsNumeric function" msgstr "IsNumeric, funktion " #. HXDaH #: 03102700.xhp msgctxt "" "03102700.xhp\n" "hd_id3145136\n" "help.text" msgid "IsNumeric Function" msgstr "" #. 2YPjv #: 03102700.xhp msgctxt "" "03102700.xhp\n" "par_id3149177\n" "help.text" msgid "Tests if an expression is a number. If the expression is a number, the function returns True, otherwise the function returns False." msgstr "Undersöker om ett uttryck är ett tal. Om uttrycket är ett tal returnerar funktionen True, annars returnerar funktionen False." #. 6vASf #: 03102700.xhp msgctxt "" "03102700.xhp\n" "hd_id3149415\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. CVUxC #: 03102700.xhp msgctxt "" "03102700.xhp\n" "par_id3150771\n" "help.text" msgid "IsNumeric (Var)" msgstr "IsNumeric (Var)" #. ms95u #: 03102700.xhp msgctxt "" "03102700.xhp\n" "hd_id3148685\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. FRiSB #: 03102700.xhp msgctxt "" "03102700.xhp\n" "par_id3148944\n" "help.text" msgid "Bool" msgstr "Bool" #. doi6A #: 03102700.xhp msgctxt "" "03102700.xhp\n" "hd_id3148947\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. CCj4C #: 03102700.xhp msgctxt "" "03102700.xhp\n" "par_id3154760\n" "help.text" msgid "Var: Any expression that you want to test." msgstr "Var: Ett uttryck som du vill testa." #. z5QdA #: 03102700.xhp msgctxt "" "03102700.xhp\n" "hd_id3149656\n" "help.text" msgid "Example:" msgstr "Exempel:" #. FWWbs #: 03102700.xhp msgctxt "" "03102700.xhp\n" "par_id3147230\n" "help.text" msgid "Print IsNumeric(vVar) ' Returns False" msgstr "Print IsNumeric(vVar) ' Returnerar False" #. F4fqG #: 03102700.xhp msgctxt "" "03102700.xhp\n" "par_id3154910\n" "help.text" msgid "Print IsNumeric(vVar) ' Returns True" msgstr "Print IsNumeric(vVar) ' Returnerar True" #. vieWA #: 03102800.xhp msgctxt "" "03102800.xhp\n" "tit\n" "help.text" msgid "IsObject Function" msgstr "" #. LbyzC #: 03102800.xhp msgctxt "" "03102800.xhp\n" "bm_id3149346\n" "help.text" msgid "IsObject function" msgstr "IsObject, funktion " #. 9oZFD #: 03102800.xhp msgctxt "" "03102800.xhp\n" "hd_id3149346\n" "help.text" msgid "IsObject Function" msgstr "" #. AyVCR #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3148538\n" "help.text" msgid "Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns True if the variable is an object, otherwise it returns False." msgstr "" #. gBKMV #: 03102800.xhp msgctxt "" "03102800.xhp\n" "hd_id3149234\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. C8wfe #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3154285\n" "help.text" msgid "IsObject(var)" msgstr "" #. ni2zH #: 03102800.xhp msgctxt "" "03102800.xhp\n" "hd_id3148685\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 4SsCT #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3156024\n" "help.text" msgid "Boolean" msgstr "" #. rEmQA #: 03102800.xhp msgctxt "" "03102800.xhp\n" "hd_id3148947\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. JBB4B #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3148552\n" "help.text" msgid "var: Any variable that you want to test." msgstr "" #. SPGXx #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id891575896963115\n" "help.text" msgid "The following objects return True:" msgstr "" #. CBoWs #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id471575892220352\n" "help.text" msgid "OLE objects or UNO objects" msgstr "" #. mBGyY #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id451575892264518\n" "help.text" msgid "Class module object instances" msgstr "" #. DgPrD #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id851575882379006\n" "help.text" msgid "Extended types or enumerations" msgstr "" #. TFDZQ #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id131575882378422\n" "help.text" msgid "Routines or variables when defined as Object." msgstr "" #. oqtFf #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id511575889156356\n" "help.text" msgid "%PRODUCTNAME Basic modules" msgstr "" #. MCx37 #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id441575886284392\n" "help.text" msgid "Data structures return True even when empty. Object defined variables return True even if uninitialized." msgstr "" #. yHDkt #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id191575887649871\n" "help.text" msgid "Enum statement" msgstr "" #. Dg4st #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id51575897210153\n" "help.text" msgid "Type statement" msgstr "" #. WEgzG #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id811575887627196\n" "help.text" msgid "Using variables" msgstr "" #. dj7fW #: 03102900.xhp msgctxt "" "03102900.xhp\n" "tit\n" "help.text" msgid "LBound Function" msgstr "" #. hjuaA #: 03102900.xhp msgctxt "" "03102900.xhp\n" "bm_id3156027\n" "help.text" msgid "LBound function" msgstr "Lbound, funktion " #. SrYG2 #: 03102900.xhp msgctxt "" "03102900.xhp\n" "hd_id3156027\n" "help.text" msgid "LBound Function" msgstr "" #. tPdvo #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3147226\n" "help.text" msgid "Returns the lower boundary of an array." msgstr "Returnerar den nedre gränsen för en matris." #. FcGvD #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3150503\n" "help.text" msgid "LBound (ArrayName [, Dimension])" msgstr "LBound (ArrayName [, Dimension])" #. KUDkg #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3145069\n" "help.text" msgid "ArrayName: Name of the array for which you want to return the upper (Ubound) or the lower (LBound) boundary of the array dimension." msgstr "ArrayName: Namnet på den matris för vars dimensioner du vill returnera den övre (Ubound) eller nedre (LBound) gränsen." #. byGRH #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3149457\n" "help.text" msgid "[Dimension]: Integer that specifies which dimension to return the upper (Ubound) or the lower (LBound) boundary for. If a value is not specified, the first dimension is assumed." msgstr "[Dimension]: Heltal som anger för vilken dimension den övre (Ubound) eller nedre (LBound) gränsen ska returneras. Om inget värde anges väljs automatiskt den första dimensionen." #. FEgDA #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_idm1206768352\n" "help.text" msgid "Print LBound(v()) ' returns 10" msgstr "" #. 6GB8Z #: 03103000.xhp msgctxt "" "03103000.xhp\n" "tit\n" "help.text" msgid "UBound Function" msgstr "" #. 6qgPw #: 03103000.xhp msgctxt "" "03103000.xhp\n" "bm_id3148538\n" "help.text" msgid "UBound function" msgstr "Ubound, funktion" #. DSgUD #: 03103000.xhp msgctxt "" "03103000.xhp\n" "hd_id3148538\n" "help.text" msgid "UBound Function" msgstr "" #. AEcfy #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3147573\n" "help.text" msgid "Returns the upper boundary of an array." msgstr "Returnerar en matris övre gräns." #. M5RWy #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149415\n" "help.text" msgid "UBound (ArrayName [, Dimension])" msgstr "UBound (MatrisNamn [, Dimension])" #. xVQ87 #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149670\n" "help.text" msgid "Long" msgstr "" #. Svuit #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3153381\n" "help.text" msgid "ArrayName: Name of the array for which you want to determine the upper (Ubound) or the lower (LBound) boundary." msgstr "ArrayName: Den matris vars övre begränsning (UBound) eller undre begränsning (LBound) ska returneras." #. si2E3 #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3148797\n" "help.text" msgid "[Dimension]: Integer that specifies which dimension to return the upper(Ubound) or lower (LBound) boundary for. If no value is specified, the boundary of the first dimension is returned." msgstr "[Dimension]: Heltal som anger i vilken dimension den övre (UBound) resp. nedre (LBound) begränsningen ska kontrolleras. Om värdet utelämnas returneras begränsningen för den första dimensionen." #. HPb5a #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_idm1206768352\n" "help.text" msgid "Print LBound(v()) ' returns 10" msgstr "" #. aaaDh #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3145365\n" "help.text" msgid "Print LBound(t), UBound(t()) ' returns 10 20" msgstr "" #. fqeRG #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149665\n" "help.text" msgid "Print LBound(t(),2) ' returns - 5" msgstr "" #. TBxHC #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3159154\n" "help.text" msgid "Print UBound(t,2) ' returns 70" msgstr "" #. QHhrj #: 03103100.xhp msgctxt "" "03103100.xhp\n" "tit\n" "help.text" msgid "Let Statement" msgstr "" #. zcAoS #: 03103100.xhp msgctxt "" "03103100.xhp\n" "bm_id3147242\n" "help.text" msgid "Let statement" msgstr "Let, uttryck" #. EdbYW #: 03103100.xhp msgctxt "" "03103100.xhp\n" "hd_id3147242\n" "help.text" msgid "Let Statement" msgstr "" #. SiQNq #: 03103100.xhp msgctxt "" "03103100.xhp\n" "par_id3149233\n" "help.text" msgid "Assigns a value to a variable." msgstr "Tilldelar en variabel ett värde." #. yo55G #: 03103100.xhp msgctxt "" "03103100.xhp\n" "hd_id3153127\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. ZR3gW #: 03103100.xhp msgctxt "" "03103100.xhp\n" "par_id41586012988213\n" "help.text" msgid "Let Statement diagram" msgstr "" #. X4WmE #: 03103100.xhp msgctxt "" "03103100.xhp\n" "hd_id3148944\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. DpLuj #: 03103100.xhp msgctxt "" "03103100.xhp\n" "par_id3147560\n" "help.text" msgid "variable: Variable that you want to assign a value to. Value and variable type must be compatible." msgstr "" #. ZCswn #: 03103100.xhp msgctxt "" "03103100.xhp\n" "par_id3148451\n" "help.text" msgid "As in most BASIC dialects, the keyword Let is optional." msgstr "Liksom i de flesta BASIC-dialekter är nyckelordet Let valfritt." #. KC9DD #: 03103100.xhp msgctxt "" "03103100.xhp\n" "hd_id3145785\n" "help.text" msgid "Example:" msgstr "Exempel:" #. JwK2U #: 03103100.xhp msgctxt "" "03103100.xhp\n" "par_id3152939\n" "help.text" msgid "MsgBox Len(sText) ' returns 9" msgstr "MsgBox Len(sText) ' returnerar 9" #. gbgGE #: 03103200.xhp msgctxt "" "03103200.xhp\n" "tit\n" "help.text" msgid "Option Base Statement" msgstr "" #. C5CbQ #: 03103200.xhp msgctxt "" "03103200.xhp\n" "bm_id3155805\n" "help.text" msgid "Option Base statement" msgstr "Option Base, uttryck " #. CKGCG #: 03103200.xhp msgctxt "" "03103200.xhp\n" "hd_id3155805\n" "help.text" msgid "Option Base Statement" msgstr "" #. 7SyG9 #: 03103200.xhp msgctxt "" "03103200.xhp\n" "par_id3147242\n" "help.text" msgid "Defines the default lower boundary for arrays as 0 or 1." msgstr "Definierar den nedre begränsningen för matriser som 0 eller 1." #. DPpsC #: 03103200.xhp msgctxt "" "03103200.xhp\n" "par_id3147229\n" "help.text" msgid "This statement must be added before the executable program code in a module." msgstr "Den här satsen måste läggas till före den körbara programkoden i en modul." #. WKk6A #: 03103300.xhp msgctxt "" "03103300.xhp\n" "tit\n" "help.text" msgid "Option Explicit Statement" msgstr "" #. pjTCR #: 03103300.xhp msgctxt "" "03103300.xhp\n" "bm_id3145090\n" "help.text" msgid "Option Explicit statement" msgstr "Option Explicit, uttryck " #. vDdUe #: 03103300.xhp msgctxt "" "03103300.xhp\n" "hd_id3145090\n" "help.text" msgid "Option Explicit Statement" msgstr "" #. kHGHE #: 03103300.xhp msgctxt "" "03103300.xhp\n" "par_id3148538\n" "help.text" msgid "Specifies that every variable in the program code must be explicitly declared with the Dim statement." msgstr "Anger att alla variabler i programmet måste deklareras explicit med ett Dim-uttryck." #. eo6us #: 03103300.xhp msgctxt "" "03103300.xhp\n" "par_id3145787\n" "help.text" msgid "For i% = 1 To 10 ' This results in a run-time error" msgstr "For i% = 1 To 10 ' Orsakar ett runtime-fel" #. tBjCk #: 03103350.xhp msgctxt "" "03103350.xhp\n" "tit\n" "help.text" msgid "Option VBASupport Statement" msgstr "" #. znn3p #: 03103350.xhp msgctxt "" "03103350.xhp\n" "bm_id3145090\n" "help.text" msgid "Microsoft Excel macros support;Enable Microsoft Excel macros support;Option VBASupport statement VBA Support;Option VBASupport statement Option VBASupport statement" msgstr "" #. vfiEk #: 03103350.xhp msgctxt "" "03103350.xhp\n" "hd_id3145090\n" "help.text" msgid "Option VBASupport Statement" msgstr "" #. Cp5GM #: 03103350.xhp msgctxt "" "03103350.xhp\n" "par_id3148538\n" "help.text" msgid "Specifies that %PRODUCTNAME Basic will support some VBA statements, functions and objects." msgstr "" #. SQpPp #: 03103350.xhp msgctxt "" "03103350.xhp\n" "par_id051720171055367194\n" "help.text" msgid "The support for VBA is not complete, but covers a large portion of the common usage patterns." msgstr "" #. x5mKt #: 03103350.xhp msgctxt "" "03103350.xhp\n" "par_id941552915528262\n" "help.text" msgid "When VBA support is enabled, %PRODUCTNAME Basic function arguments and return values are the same as their VBA functions counterparts. When the support is disabled, %PRODUCTNAME Basic functions may accept arguments and return values different of their VBA counterparts." msgstr "" #. UE4bQ #: 03103350.xhp msgctxt "" "03103350.xhp\n" "par_id051720171055361727\n" "help.text" msgid "1: Enable VBA support in %PRODUCTNAME" msgstr "" #. y4CjE #: 03103350.xhp msgctxt "" "03103350.xhp\n" "par_id051720171055369857\n" "help.text" msgid "0: Disable VBA support" msgstr "" #. oQw6u #: 03103350.xhp msgctxt "" "03103350.xhp\n" "par_id051720171119254111\n" "help.text" msgid "VBA Properties" msgstr "" #. R7uT4 #: 03103350.xhp msgctxt "" "03103350.xhp\n" "par_id051720170424259343\n" "help.text" msgid "VBA support in %PRODUCTNAME" msgstr "" #. obuDS #: 03103400.xhp msgctxt "" "03103400.xhp\n" "tit\n" "help.text" msgid "Public Statement" msgstr "" #. ZUSSA #: 03103400.xhp msgctxt "" "03103400.xhp\n" "bm_id3153311\n" "help.text" msgid "Public statement" msgstr "Public, uttryck " #. b35UC #: 03103400.xhp msgctxt "" "03103400.xhp\n" "hd_id3153311\n" "help.text" msgid "Public Statement" msgstr "" #. f5QpN #: 03103400.xhp msgctxt "" "03103400.xhp\n" "par_id3150669\n" "help.text" msgid "Dimensions a variable or an array at the module level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules." msgstr "Dimensionerar en variabel eller matris på modulnivå (d.v.s. utanför en subrutin eller funktion) så att variabeln kan användas i alla bibliotek och moduler." #. MQDAq #: 03103400.xhp msgctxt "" "03103400.xhp\n" "hd_id3150772\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. tNoNq #: 03103400.xhp msgctxt "" "03103400.xhp\n" "par_id3155341\n" "help.text" msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]" msgstr "Public VarNamn[(Start To Slut)] [As VarTyp][, VarNamn2[(Start To Slut)] [As VarTyp][,...]]" #. GEXZU #: 03103400.xhp msgctxt "" "03103400.xhp\n" "hd_id3145315\n" "help.text" msgid "Example:" msgstr "Exempel:" #. J7dSX #: 03103450.xhp msgctxt "" "03103450.xhp\n" "tit\n" "help.text" msgid "Global Statement" msgstr "" #. 5QgJ8 #: 03103450.xhp msgctxt "" "03103450.xhp\n" "bm_id3159201\n" "help.text" msgid "Global keyword" msgstr "" #. D6Aqe #: 03103450.xhp msgctxt "" "03103450.xhp\n" "hd_id3159201\n" "help.text" msgid "Global keyword" msgstr "" #. rrYQS #: 03103450.xhp msgctxt "" "03103450.xhp\n" "par_id3149177\n" "help.text" msgid "Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session." msgstr "Dimensionerar en variabel eller en matris på global nivå (alltså inte inom en subrutin eller funktion), så att variabeln och matrisen är giltiga i alla bibliotek och moduler för det aktuella arbetspasset." #. nP8AE #: 03103450.xhp msgctxt "" "03103450.xhp\n" "hd_id3143270\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. kq4r5 #: 03103450.xhp msgctxt "" "03103450.xhp\n" "par_id3150771\n" "help.text" msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]" msgstr "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]" #. 5eZkE #: 03103450.xhp msgctxt "" "03103450.xhp\n" "hd_id3156152\n" "help.text" msgid "Example:" msgstr "Exempel:" #. drGQx #: 03103500.xhp msgctxt "" "03103500.xhp\n" "tit\n" "help.text" msgid "Static Statement" msgstr "" #. vWhSs #: 03103500.xhp msgctxt "" "03103500.xhp\n" "bm_id3149798\n" "help.text" msgid "Static statement" msgstr "Static, uttryck " #. qtNB5 #: 03103500.xhp msgctxt "" "03103500.xhp\n" "hd_id3149798\n" "help.text" msgid "Static Statement" msgstr "" #. eod6b #: 03103500.xhp msgctxt "" "03103500.xhp\n" "par_id3153311\n" "help.text" msgid "Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid." msgstr "Deklarerar en variabel eller en matris på procedurnivå i en subrutin eller en funktion, vilket innebär att variabelns eller matrisens värde bevaras när körningen fortsätter ut ur subrutinen eller funktionen. Dim-uttryckskonventioner är också giltiga." #. HD5Sa #: 03103500.xhp msgctxt "" "03103500.xhp\n" "par_id3147264\n" "help.text" msgid "The Static statement cannot be used to define variable arrays. Arrays must be specified according to a fixed size." msgstr "Instruktionen Static kan inte användas för att definiera dynamiska matriser. Alla matriser som deklarerats med instruktionen måste ha en fast storlek." #. SXakp #: 03103500.xhp msgctxt "" "03103500.xhp\n" "hd_id3149657\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. nyGnr #: 03103500.xhp msgctxt "" "03103500.xhp\n" "par_id3150400\n" "help.text" msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..." msgstr "Static VarNamn[(Start To Slut)] [As VarTyp], VarNamn2[(Start To Slut)] [As VarTyp],..." #. xQqMt #: 03103500.xhp msgctxt "" "03103500.xhp\n" "hd_id3148452\n" "help.text" msgid "Example:" msgstr "Exempel:" #. fq6bd #: 03103500.xhp msgctxt "" "03103500.xhp\n" "par_id3150870\n" "help.text" msgid "MsgBox iResult,0,\"The answer is\"" msgstr "MsgBox iResult,0,\"Svaret är\"" #. HEZbp #: 03103500.xhp msgctxt "" "03103500.xhp\n" "par_id3151115\n" "help.text" msgid "' Function for initialization of the static variable" msgstr "' Funktion för att initiera den statiska variabeln" #. yjFGH #: 03103500.xhp msgctxt "" "03103500.xhp\n" "par_id1057161\n" "help.text" msgid "Const iMinimum As Integer = 40 ' minimum return value of this function" msgstr "Const iMinimum As Integer = 40 ' lägsta returvärdet för den här funktionen" #. fFSff #: 03103500.xhp msgctxt "" "03103500.xhp\n" "par_id580462\n" "help.text" msgid "If iInit = 0 Then ' check if initialized" msgstr "If iInit = 0 Then ' kontrollera om initierad" #. LDvVW #: 03103600.xhp msgctxt "" "03103600.xhp\n" "tit\n" "help.text" msgid "TypeName Function; VarType Function" msgstr "" #. MZBfd #: 03103600.xhp msgctxt "" "03103600.xhp\n" "bm_id3143267\n" "help.text" msgid "TypeName function VarType function" msgstr "TypeName, funktionVarType, funktion" #. QYE2E #: 03103600.xhp msgctxt "" "03103600.xhp\n" "hd_id3143267\n" "help.text" msgid "TypeName Function; VarType Function" msgstr "" #. w43wu #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3159157\n" "help.text" msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable." msgstr "Returnerar en sträng (TypeName) eller numeriskt värde (VarType) som innehåller information om variabeln." #. JGJq2 #: 03103600.xhp msgctxt "" "03103600.xhp\n" "hd_id3153825\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. EkgRM #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3155341\n" "help.text" msgid "TypeName (Variable) / VarType (Variable)" msgstr "" #. Ax4Qv #: 03103600.xhp msgctxt "" "03103600.xhp\n" "hd_id3145610\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. gaAwa #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3148947\n" "help.text" msgid "String; Integer" msgstr "String; Integer" #. M8Nj4 #: 03103600.xhp msgctxt "" "03103600.xhp\n" "hd_id3146795\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. CmbDF #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3148664\n" "help.text" msgid "Variable: The variable that you want to determine the type of. You can use the following values:" msgstr "Variabel: Den variabel som funktionen ska ge information om. Du kan använda följande värden:" #. RbH5s #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145171\n" "help.text" msgid "key word" msgstr "Nyckelord" #. EAezL #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id051620170608269696\n" "help.text" msgid "Named constant" msgstr "" #. rJXbZ #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3156212\n" "help.text" msgid "VarType" msgstr "VarType" #. ZyZMD #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3154684\n" "help.text" msgid "Variable type" msgstr "Variabeltyp" #. mnCBU #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3148645\n" "help.text" msgid "Boolean variable" msgstr "Logisk variabel" #. zrorE #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3158645\n" "help.text" msgid "Byte variable" msgstr "" #. N3udA #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3155411\n" "help.text" msgid "Date variable" msgstr "Datumvariabel" #. sURKS #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id051620170608331416\n" "help.text" msgid "Currency variable" msgstr "" #. apDFH #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3148616\n" "help.text" msgid "Double floating point variable" msgstr "Flyttal med dubbel precision" #. HFQw3 #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3154490\n" "help.text" msgid "Integer variable" msgstr "Heltalsvariabel av typen Integer" #. xmmiG #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3151318\n" "help.text" msgid "Long integer variable" msgstr "Heltalsvariabel av typen Long" #. eTjZ4 #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3150323\n" "help.text" msgid "Object variable" msgstr "Objektvariabel" #. RgjsX #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3147341\n" "help.text" msgid "Single floating-point variable" msgstr "Flyttal med enkel precision" #. KE9UZ #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3146313\n" "help.text" msgid "String variable" msgstr "Strängvariabel" #. RdLyA #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145789\n" "help.text" msgid "Variant variable (can contain all types specified by the definition)" msgstr "Variabel av typen Variant (kan innehålla alla datatyper enligt definitionen)" #. eDUmG #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3151278\n" "help.text" msgid "Variable is not initialized" msgstr "Variabeln är inte initierad" #. CLAF9 #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145131\n" "help.text" msgid "No valid data" msgstr "Giltiga data saknas" #. GqyDQ #: 03103600.xhp msgctxt "" "03103600.xhp\n" "hd_id3149338\n" "help.text" msgid "Example:" msgstr "Exempel:" #. qxhYF #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3148817\n" "help.text" msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types In $[officename] Basic\"" msgstr "TypeName(lVar) & \" \" & VarType(lVar),0,\"Några datatyper i $[officename] Basic\"" #. pGEmQ #: 03103700.xhp msgctxt "" "03103700.xhp\n" "tit\n" "help.text" msgid "Set Statement" msgstr "" #. GzHJQ #: 03103700.xhp msgctxt "" "03103700.xhp\n" "bm_id3154422\n" "help.text" msgid "Set statement New keyword Nothing object" msgstr "" #. eramH #: 03103700.xhp msgctxt "" "03103700.xhp\n" "hd_id3154422\n" "help.text" msgid "Set Statement" msgstr "" #. qNuUW #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3159149\n" "help.text" msgid "Sets an object reference on a variable." msgstr "" #. MkkED #: 03103700.xhp msgctxt "" "03103700.xhp\n" "hd_id3153105\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. DiSYW #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id491585753339474\n" "help.text" msgid "Set Statement diagram" msgstr "" #. QfXmo #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3154217\n" "help.text" msgid "[Set] variable = [New] object" msgstr "" #. r4fJx #: 03103700.xhp msgctxt "" "03103700.xhp\n" "hd_id3154685\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. K6c5D #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3156281\n" "help.text" msgid "variable: a variable or a property that requires an object reference." msgstr "" #. 49Jii #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id211588241663649\n" "help.text" msgid "expression: A computable combination of terms such as a formula or an object property or method." msgstr "" #. kSZDp #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3159252\n" "help.text" msgid "object: Object that the variable refers to." msgstr "" #. ihHpq #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_idN10623\n" "help.text" msgid "Nothing - Assign Nothing to a variable to remove a previous assignment." msgstr "" #. 4WqJK #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id101586014505785\n" "help.text" msgid "Set keyword is optional. Nothing is the default value for objects." msgstr "" #. SGsRz #: 03103700.xhp msgctxt "" "03103700.xhp\n" "hd_id3159153\n" "help.text" msgid "Example:" msgstr "Exempel:" #. GhsMS #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id841586014507226\n" "help.text" msgid "New creates UNO objects or class module objects, before assigning it to a variable." msgstr "" #. ukqdX #: 03103800.xhp msgctxt "" "03103800.xhp\n" "tit\n" "help.text" msgid "FindObject Function" msgstr "" #. r2C9F #: 03103800.xhp msgctxt "" "03103800.xhp\n" "bm_id3145136\n" "help.text" msgid "FindObject function" msgstr "FindObject, funktion " #. DrvAD #: 03103800.xhp msgctxt "" "03103800.xhp\n" "hd_id3145136\n" "help.text" msgid "FindObject Function" msgstr "" #. aFznu #: 03103800.xhp msgctxt "" "03103800.xhp\n" "par_id3155341\n" "help.text" msgid "Enables an object to be addressed at run-time as a string parameter through the object name." msgstr "Gör att du kan anropa ett objekt som en strängparameter vid runtime genom att använda objektnamnet." #. AwGGE #: 03103800.xhp msgctxt "" "03103800.xhp\n" "par_id3150669\n" "help.text" msgid "For example, the following command:" msgstr "T.ex. det här kommandot:" #. kpkYS #: 03103800.xhp msgctxt "" "03103800.xhp\n" "par_id3156023\n" "help.text" msgid "corresponds to the command block:" msgstr "motsvarar kommandoblocket:" #. PsuoC #: 03103800.xhp msgctxt "" "03103800.xhp\n" "par_id3145420\n" "help.text" msgid "This allows names to be dynamically created at run-time. For example:" msgstr "Detta gör att namn kan skapas dymaniskt vid runtime. Till exempel:" #. 4ZJCt #: 03103800.xhp msgctxt "" "03103800.xhp\n" "par_id3153104\n" "help.text" msgid "\"TextEdit1\" to \"TextEdit5\" in a loop to create five control names." msgstr "" #. i7KFL #: 03103800.xhp msgctxt "" "03103800.xhp\n" "par_id3150767\n" "help.text" msgid "See also: FindPropertyObject" msgstr "Se även: FindPropertyObject" #. 9UEzR #: 03103800.xhp msgctxt "" "03103800.xhp\n" "hd_id3150868\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. jEKpx #: 03103800.xhp msgctxt "" "03103800.xhp\n" "hd_id3159254\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. fAtEE #: 03103800.xhp msgctxt "" "03103800.xhp\n" "par_id3150439\n" "help.text" msgid "ObjName: String that specifies the name of the object that you want to address at run-time." msgstr "ObjName: Sträng som anger namnet på det objekt som du vill anropa vid runtime." #. c9RFy #: 03103900.xhp msgctxt "" "03103900.xhp\n" "tit\n" "help.text" msgid "FindPropertyObject Function" msgstr "" #. qwv2z #: 03103900.xhp msgctxt "" "03103900.xhp\n" "bm_id3146958\n" "help.text" msgid "FindPropertyObject function" msgstr "FindPropertyObject, funktion " #. LA7R9 #: 03103900.xhp msgctxt "" "03103900.xhp\n" "hd_id3146958\n" "help.text" msgid "FindPropertyObject Function" msgstr "" #. pkBYN #: 03103900.xhp msgctxt "" "03103900.xhp\n" "par_id3154285\n" "help.text" msgid "Enables objects to be addressed at run-time as a string parameter using the object name." msgstr "Gör att du kan anropa ett objekt som en strängparameter vid runtime genom att använda objektnamnet." #. DM2Ab #: 03103900.xhp msgctxt "" "03103900.xhp\n" "par_id3150868\n" "help.text" msgid "See also: FindObject" msgstr "Se även: FindObject" #. jBFme #: 03103900.xhp msgctxt "" "03103900.xhp\n" "hd_id3147287\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. kjHF2 #: 03103900.xhp msgctxt "" "03103900.xhp\n" "hd_id3150012\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. Cgx9H #: 03103900.xhp msgctxt "" "03103900.xhp\n" "par_id3109839\n" "help.text" msgid "ObjVar: Object variable that you want to dynamically define at run-time." msgstr "ObjVar: Objektvariabel som du vill definiera dynamiskt vid runtime." #. Kdp3F #: 03103900.xhp msgctxt "" "03103900.xhp\n" "par_id3153363\n" "help.text" msgid "PropName: String that specifies the name of the property that you want to address at run-time." msgstr "PropName: Sträng som anger namnet på den egenskap som du vill anropa vid runtime." #. sZzss #: 03104000.xhp msgctxt "" "03104000.xhp\n" "tit\n" "help.text" msgid "IsMissing function" msgstr "" #. tu8au #: 03104000.xhp msgctxt "" "03104000.xhp\n" "bm_id3153527\n" "help.text" msgid "IsMissing function" msgstr "IsMissing, funktion " #. JBWGn #: 03104000.xhp msgctxt "" "03104000.xhp\n" "hd_id3153527\n" "help.text" msgid "IsMissing Function" msgstr "" #. ZMKxG #: 03104000.xhp msgctxt "" "03104000.xhp\n" "par_id3153825\n" "help.text" msgid "Tests if a function is called with an optional parameter." msgstr "Testar om en funktion anropas med en valfri parameter." #. UAMEd #: 03104000.xhp msgctxt "" "03104000.xhp\n" "par_id3150669\n" "help.text" msgid "See also: Optional" msgstr "Se även: Valfri" #. fdBus #: 03104000.xhp msgctxt "" "03104000.xhp\n" "hd_id3145611\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. pFAeP #: 03104000.xhp msgctxt "" "03104000.xhp\n" "par_id3154924\n" "help.text" msgid "IsMissing( ArgumentName )" msgstr "IsMissing( Argumentnamn )" #. WrCGJ #: 03104000.xhp msgctxt "" "03104000.xhp\n" "hd_id3145069\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. VwWXm #: 03104000.xhp msgctxt "" "03104000.xhp\n" "par_id3149457\n" "help.text" msgid "ArgumentName: the name of an optional argument." msgstr "Argumentnamn: namnet på det valfria argumentet." #. HkfCE #: 03104000.xhp msgctxt "" "03104000.xhp\n" "par_id3150398\n" "help.text" msgid "If the IsMissing function is called by the ArgumentName, then True is returned." msgstr "Om funktionen IsMissing anropas av Argumentnamn returneras True." #. 6SiYx #: 03104000.xhp msgctxt "" "03104000.xhp\n" "par_id3148798\n" "help.text" msgid "See also Examples." msgstr "Se även Exempel." #. bdNXC #: 03104100.xhp msgctxt "" "03104100.xhp\n" "tit\n" "help.text" msgid "Optional (in Function Statement)" msgstr "" #. rguKi #: 03104100.xhp msgctxt "" "03104100.xhp\n" "bm_id3149205\n" "help.text" msgid "Optional function" msgstr "Optional, funktion " #. qAzL8 #: 03104100.xhp msgctxt "" "03104100.xhp\n" "hd_id3149205\n" "help.text" msgid "Optional (in Function Statement)" msgstr "" #. Ebzjt #: 03104100.xhp msgctxt "" "03104100.xhp\n" "par_id3143267\n" "help.text" msgid "Allows you to define parameters that are passed to a function as optional." msgstr "Tillåter dig att definiera parametrar som skickas till en funktion som valfria." #. okfFX #: 03104100.xhp msgctxt "" "03104100.xhp\n" "par_id3155419\n" "help.text" msgid "See also: IsMissing" msgstr "Se även: IsMissing" #. rCRu8 #: 03104100.xhp msgctxt "" "03104100.xhp\n" "hd_id3153824\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. FCbGu #: 03104100.xhp msgctxt "" "03104100.xhp\n" "par_id3159157\n" "help.text" msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)" msgstr "Function MinFunction(Text1 As String, Valfritt arg2, Valfritt arg3)" #. m7ttM #: 03104100.xhp msgctxt "" "03104100.xhp\n" "hd_id3145610\n" "help.text" msgid "Examples:" msgstr "Exempel:" #. PWFN7 #: 03104100.xhp msgctxt "" "03104100.xhp\n" "par_id3154347\n" "help.text" msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed." msgstr "Resultat = MinFunction(\"Här\", 1, \"Där\") ' alla argument skickas." #. QD4Cn #: 03104100.xhp msgctxt "" "03104100.xhp\n" "par_id3146795\n" "help.text" msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing." msgstr "Resultat = MinFunction(\"Test\", ,1) ' det andra argumentet saknas." #. upgxF #: 03104100.xhp msgctxt "" "03104100.xhp\n" "par_id3153897\n" "help.text" msgid "See also Examples." msgstr "Se även Exempel." #. HDj6B #: 03104200.xhp msgctxt "" "03104200.xhp\n" "tit\n" "help.text" msgid "Array Function" msgstr "" #. Bsxhh #: 03104200.xhp msgctxt "" "03104200.xhp\n" "bm_id3150499\n" "help.text" msgid "Array function" msgstr "Array, funktion" #. PgCk9 #: 03104200.xhp msgctxt "" "03104200.xhp\n" "hd_id3150499\n" "help.text" msgid "Array Function" msgstr "" #. ZFAuc #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3155555\n" "help.text" msgid "Returns the type Variant with a data field." msgstr "Returnerar typen Variant med ett datafält." #. AmzEv #: 03104200.xhp msgctxt "" "03104200.xhp\n" "hd_id3148538\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. hVxRf #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3153126\n" "help.text" msgid "Array ( Argument list)" msgstr "Array ( Argumentlista)" #. EuCLG #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3155419\n" "help.text" msgid "See also DimArray" msgstr "Se även DimArray." #. BJamW #: 03104200.xhp msgctxt "" "03104200.xhp\n" "hd_id3150669\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. ZsSRT #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3145609\n" "help.text" msgid "Argument list: A list of any number of arguments that are separated by commas." msgstr "Argumentlista: En lista över ett antal argument som är separerade med komman." #. PERvG #: 03104200.xhp msgctxt "" "03104200.xhp\n" "hd_id3156343\n" "help.text" msgid "Example:" msgstr "Exempel:" #. EhDw8 #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3153525\n" "help.text" msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")" msgstr "A = Array(\"Fred\",\"Tom\",\"Bill\")" #. 2d2eF #: 03104300.xhp msgctxt "" "03104300.xhp\n" "tit\n" "help.text" msgid "DimArray Function" msgstr "" #. B6keS #: 03104300.xhp msgctxt "" "03104300.xhp\n" "bm_id3150616\n" "help.text" msgid "DimArray function" msgstr "DimArray, funktion " #. FTJ3A #: 03104300.xhp msgctxt "" "03104300.xhp\n" "hd_id3150616\n" "help.text" msgid "DimArray Function" msgstr "" #. D6knK #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3153527\n" "help.text" msgid "Returns a Variant array." msgstr "Returnerar en Variant-matris." #. GGtGG #: 03104300.xhp msgctxt "" "03104300.xhp\n" "hd_id3149762\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. f4XPA #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3148473\n" "help.text" msgid "DimArray ( Argument list)" msgstr "DimArray ( Argumentlista)" #. xfuoC #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3154142\n" "help.text" msgid "See also Array" msgstr "Se även Array." #. ajAXE #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3156023\n" "help.text" msgid "If no parameters are passed, an empty array is created (like Dim A() that is the same as a sequence of length 0 in Uno). If parameters are specified, a dimension is created for each parameter." msgstr "Om inga parametrar skickas skapas en tom matris (t.ex. Dim A() som är detsamma som längdsekvensen 0 i Uno). Om parametrar har angetts skapas en dimension för varje parameter." #. tdpVu #: 03104300.xhp msgctxt "" "03104300.xhp\n" "hd_id3154760\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 8cqdA #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3159414\n" "help.text" msgid "Argument list: A list of any number of arguments that are separated by commas." msgstr "Argumentlista: En lista över ett antal argument som är separerade med komman." #. wCCAj #: 03104300.xhp msgctxt "" "03104300.xhp\n" "hd_id3150358\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 6rCE8 #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3154939\n" "help.text" msgid "a = DimArray( 2, 2, 4 ) ' is the same as DIM a( 2, 2, 4 )" msgstr "" #. BELEW #: 03104400.xhp msgctxt "" "03104400.xhp\n" "tit\n" "help.text" msgid "HasUnoInterfaces Function" msgstr "" #. AbBSu #: 03104400.xhp msgctxt "" "03104400.xhp\n" "bm_id3149987\n" "help.text" msgid "HasUnoInterfaces function" msgstr "HasUnoInterfaces, funktion " #. pqAXW #: 03104400.xhp msgctxt "" "03104400.xhp\n" "hd_id3149987\n" "help.text" msgid "HasUnoInterfaces Function" msgstr "" #. JUPxm #: 03104400.xhp msgctxt "" "03104400.xhp\n" "par_id3151262\n" "help.text" msgid "Tests if a Basic Uno object supports certain Uno interfaces." msgstr "Testar om ett Basic Uno-objekt stöder vissa Uno-gränssnitt." #. 4GC46 #: 03104400.xhp msgctxt "" "03104400.xhp\n" "par_id3154232\n" "help.text" msgid "Returns True, if all stated Uno interfaces are supported, otherwise False is returned." msgstr "Returnerar True om alla Uno-gränssnitt som nämnts stöds, annars returneras False." #. ryDXE #: 03104400.xhp msgctxt "" "03104400.xhp\n" "par_id3155555\n" "help.text" msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])" msgstr "HasUnoInterfaces( oTest, Uno-gränssnittsnamn 1 [, Uno- gränssnittsnamn 2, ...])" #. TCBDe #: 03104400.xhp msgctxt "" "03104400.xhp\n" "par_id3148538\n" "help.text" msgid "Bool" msgstr "Bool" #. qxagP #: 03104400.xhp msgctxt "" "03104400.xhp\n" "par_id3155419\n" "help.text" msgid "oTest: the Basic Uno object that you want to test." msgstr "oTest: Basic Uno-objektet som du vill testa." #. 2Sa2D #: 03104400.xhp msgctxt "" "03104400.xhp\n" "par_id3149236\n" "help.text" msgid "Uno-Interface-Name: list of Uno interface names." msgstr "Uno-gränssnittsnamn: lista över Uno-gränssnittsnamn." #. dEwqh #: 03104500.xhp msgctxt "" "03104500.xhp\n" "tit\n" "help.text" msgid "IsUnoStruct Function" msgstr "" #. DGTmf #: 03104500.xhp msgctxt "" "03104500.xhp\n" "bm_id3146117\n" "help.text" msgid "IsUnoStruct function" msgstr "IsUnoStruct, funktion " #. myocU #: 03104500.xhp msgctxt "" "03104500.xhp\n" "hd_id3146117\n" "help.text" msgid "IsUnoStruct Function" msgstr "" #. fN4db #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_id3146957\n" "help.text" msgid "Returns True if the given object is a Uno struct." msgstr "Returnerar True om det objekt som avses är en Uno-struct." #. LupP4 #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_id3155341\n" "help.text" msgid "IsUnoStruct( Uno type )" msgstr "IsUnoStruct( Uno-typnamn )" #. MDtGg #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_id3145315\n" "help.text" msgid "Bool" msgstr "Bool" #. uXjgH #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_id3148947\n" "help.text" msgid "Uno type : A UnoObject" msgstr "Uno-typ: Ett UnoObject" #. AsDnS #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_idN10638\n" "help.text" msgid "' Instantiate a service" msgstr "' Instantiera en tjänst" #. LCwgD #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_idN10644\n" "help.text" msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess Is NO struct" msgstr "MsgBox bIsStruct ' Visar False eftersom oSimpleFileAccess INTE är en struktur (struct)" #. LG9EY #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_idN10649\n" "help.text" msgid "' Instantiate a Property struct" msgstr "' Instantierar en Property-struktur" #. oAzvu #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_idN10653\n" "help.text" msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct" msgstr "MsgBox bIsStruct ' Visar True eftersom aProperty är en struktur" #. yJT9o #: 03104500.xhp msgctxt "" "03104500.xhp\n" "par_idN1065B\n" "help.text" msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct" msgstr "MsgBox bIsStruct ' Visar False eftersom 42 är en NO-struktur" #. dBKzM #: 03104600.xhp msgctxt "" "03104600.xhp\n" "tit\n" "help.text" msgid "EqualUnoObjects Function" msgstr "" #. h9UNU #: 03104600.xhp msgctxt "" "03104600.xhp\n" "bm_id3149205\n" "help.text" msgid "EqualUnoObjects function" msgstr "EqualUnoObjects, funktion " #. rqXey #: 03104600.xhp msgctxt "" "03104600.xhp\n" "hd_id3149205\n" "help.text" msgid "EqualUnoObjects Function" msgstr "" #. wrfhm #: 03104600.xhp msgctxt "" "03104600.xhp\n" "par_id3145090\n" "help.text" msgid "Returns True if the two specified Basic Uno objects represent the same Uno object instance." msgstr "Returnerar True om de två Basic Uno-objekt som angetts representerar samma Uno-objektsinstans." #. NqNdq #: 03104600.xhp msgctxt "" "03104600.xhp\n" "par_id3154285\n" "help.text" msgid "Bool" msgstr "Bool" #. eQEDj #: 03104600.xhp msgctxt "" "03104600.xhp\n" "par_id3156024\n" "help.text" msgid "' Copy of objects -> same instance" msgstr "" #. kTNQT #: 03104600.xhp msgctxt "" "03104600.xhp\n" "par_id3153525\n" "help.text" msgid "' Copy of structs as value -> new instance" msgstr "" #. hQzux #: 03104700.xhp msgctxt "" "03104700.xhp\n" "tit\n" "help.text" msgid "Erase Statement" msgstr "" #. UwzDN #: 03104700.xhp msgctxt "" "03104700.xhp\n" "bm_id624713\n" "help.text" msgid "Erase statement" msgstr "" #. W6k5N #: 03104700.xhp msgctxt "" "03104700.xhp\n" "par_idN10548\n" "help.text" msgid "Erase Statement" msgstr "" #. xqtMK #: 03104700.xhp msgctxt "" "03104700.xhp\n" "par_idN10558\n" "help.text" msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size." msgstr "Raderar innehållet i matriselement eller matriser med fast storlek, och frigör minnet som används av matriserna med variabel storlek." #. 3sXFq #: 03104700.xhp msgctxt "" "03104700.xhp\n" "par_id831588865616326\n" "help.text" msgid "Erase syntax" msgstr "" #. CCyg8 #: 03104700.xhp msgctxt "" "03104700.xhp\n" "par_idN105E6\n" "help.text" msgid "Erase array1 [, array2 [,...]]" msgstr "" #. 8J4Ab #: 03104700.xhp msgctxt "" "03104700.xhp\n" "par_idN105ED\n" "help.text" msgid "array list - A comma delimited list of arrays to be erased." msgstr "" #. FiDAp #: 03104700.xhp msgctxt "" "03104700.xhp\n" "bas_id821588866562452\n" "help.text" msgid "Erase a, c(Ubound(c)) ' b and c(0) are unchanged" msgstr "" #. tYVCK #: 03104700.xhp msgctxt "" "03104700.xhp\n" "bas_id701588866563382\n" "help.text" msgid "Erase b, c(0) ' everything gets cleared" msgstr "" #. LvkX5 #: 03104700.xhp msgctxt "" "03104700.xhp\n" "par_id161588865796615\n" "help.text" msgid "Dim or ReDim statements" msgstr "" #. h7XZF #: 03104700.xhp msgctxt "" "03104700.xhp\n" "par_id281588865818334\n" "help.text" msgid "Array or DimArray functions" msgstr "" #. FA4C9 #: 03104700.xhp msgctxt "" "03104700.xhp\n" "par_id761588867124078\n" "help.text" msgid "Lbound and Ubound functions" msgstr "" #. y97EV #: 03110000.xhp msgctxt "" "03110000.xhp\n" "tit\n" "help.text" msgid "Comparison Operators" msgstr "Jämförelseoperatorer" #. MLjCa #: 03110000.xhp msgctxt "" "03110000.xhp\n" "hd_id3155555\n" "help.text" msgid "Comparison Operators" msgstr "Jämförelseoperatorer" #. LfWwN #: 03110000.xhp msgctxt "" "03110000.xhp\n" "par_id3153528\n" "help.text" msgid "The available comparison operators are described here." msgstr "Nedan beskrivs de jämförelseoperatorer som är tillgängliga." #. bDVn8 #: 03110100.xhp msgctxt "" "03110100.xhp\n" "tit\n" "help.text" msgid "Comparison Operators" msgstr "" #. HvC8D #: 03110100.xhp msgctxt "" "03110100.xhp\n" "bm_id3150682\n" "help.text" msgid "comparison operators;%PRODUCTNAME Basic operators;comparisons" msgstr "Jämförelseoperatorer;%PRODUCTNAME BasicOperatorer;jämförelser" #. ABXhw #: 03110100.xhp msgctxt "" "03110100.xhp\n" "hd_id3150682\n" "help.text" msgid "Comparison Operators" msgstr "" #. Xi8Hg #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3156042\n" "help.text" msgid "Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0)." msgstr "Jämförelseoperatorer jämför två uttryck. Resultatet returneras som ett logiskt uttryck som bestämmer om jämförelsen är True (-1) eller False (0)." #. eCMr5 #: 03110100.xhp msgctxt "" "03110100.xhp\n" "hd_id3147291\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. rzJup #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3149177\n" "help.text" msgid "Result = Expression1 { = | < | > | <= | >= } Expression2" msgstr "Resultat = Uttryck1 { = | < | > | <= | >= } Uttryck2" #. Grmm6 #: 03110100.xhp msgctxt "" "03110100.xhp\n" "hd_id3145316\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. CoGtG #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3147573\n" "help.text" msgid "Result: Boolean expression that specifies the result of the comparison (True, or False)" msgstr "Resultat: Logiskt uttryck som anger resultatet av jämförelsen (True eller False)" #. djWb8 #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3148686\n" "help.text" msgid "Expression1, Expression2: Any numeric values or strings that you want to compare." msgstr "Uttryck1, Uttryck2: Numeriska värden eller strängar som du vill jämföra." #. VeMGA #: 03110100.xhp msgctxt "" "03110100.xhp\n" "hd_id3147531\n" "help.text" msgid "Comparison operators" msgstr "Jämförelseoperatorer" #. huYj5 #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3147265\n" "help.text" msgid "= : Equal to" msgstr "= : Lika med" #. qNCPA #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3154924\n" "help.text" msgid "< : Less than" msgstr "< : Mindre än" #. oBq7c #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3146795\n" "help.text" msgid "> : Greater than" msgstr "> : Större än" #. ZXev6 #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3150541\n" "help.text" msgid "<= : Less than or equal to" msgstr "<= : Mindre än eller lika med" #. YTiVc #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3150400\n" "help.text" msgid ">= : Greater than or equal to" msgstr ">= : Större än eller lika med" #. TAeWi #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3148797\n" "help.text" msgid "<> : Not equal to" msgstr "<> : Inte lika med" #. 2whHT #: 03110100.xhp msgctxt "" "03110100.xhp\n" "hd_id3154686\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 4F32A #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3154909\n" "help.text" msgid "Dim sRoot As String ' Root directory for file in and output" msgstr "Dim sRoot As String ' Rotkatalog för filens in- och utdata" #. v4zJ2 #: 03120000.xhp msgctxt "" "03120000.xhp\n" "tit\n" "help.text" msgid "Strings" msgstr "Strängar" #. qSsdJ #: 03120000.xhp msgctxt "" "03120000.xhp\n" "hd_id3156153\n" "help.text" msgid "Strings" msgstr "Strängar" #. mfoZX #: 03120000.xhp msgctxt "" "03120000.xhp\n" "par_id3159176\n" "help.text" msgid "The following functions and statements validate and return strings." msgstr "Följande instruktioner och funktioner används i samband med strängar." #. n7PGd #: 03120000.xhp msgctxt "" "03120000.xhp\n" "par_id3154285\n" "help.text" msgid "You can use strings to edit text within $[officename] Basic programs." msgstr "Strängar används för att redigera text i $[officename] Basic-program." #. Bvutt #: 03120100.xhp msgctxt "" "03120100.xhp\n" "tit\n" "help.text" msgid "ASCII/ANSI Conversion in Strings" msgstr "Konvertering mellan ANSI och ASCII i strängar" #. f2kFt #: 03120100.xhp msgctxt "" "03120100.xhp\n" "hd_id3147443\n" "help.text" msgid "ASCII/ANSI Conversion in Strings" msgstr "Konvertering mellan ANSI och ASCII i strängar" #. ZDP63 #: 03120100.xhp msgctxt "" "03120100.xhp\n" "par_id3159201\n" "help.text" msgid "The following functions convert strings to and from ASCII or ANSI code." msgstr "Följande funktioner konverterar strängar mellan ASCII- och ANSI-representation." #. izmyr #: 03120101.xhp msgctxt "" "03120101.xhp\n" "tit\n" "help.text" msgid "Asc Function" msgstr "" #. imVb3 #: 03120101.xhp msgctxt "" "03120101.xhp\n" "bm_id3150499\n" "help.text" msgid "Asc function" msgstr "Asc, funktion " #. UG5Ac #: 03120101.xhp msgctxt "" "03120101.xhp\n" "hd_id3150499\n" "help.text" msgid "Asc Function" msgstr "" #. 8jiwA #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression." msgstr "Returnerar ASCII-värdet (American Standard Code for Information Interchange) för det första tecknet i ett stränguttryck." #. BNWoG #: 03120101.xhp msgctxt "" "03120101.xhp\n" "hd_id3155555\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. giD6a #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_id3143267\n" "help.text" msgid "Asc (Text As String)" msgstr "Asc (Text As String)" #. qe9hh #: 03120101.xhp msgctxt "" "03120101.xhp\n" "hd_id3147242\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. kmTWL #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_id3150669\n" "help.text" msgid "Integer" msgstr "Integer" #. ZSM8u #: 03120101.xhp msgctxt "" "03120101.xhp\n" "hd_id3148473\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. nuuuC #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_id3149415\n" "help.text" msgid "Text: Any valid string expression. Only the first character in the string is relevant." msgstr "Text: Ett giltigt stränguttryck. Bara det första tecknet i en sträng är relevant." #. CF7UG #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_id3145609\n" "help.text" msgid "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters." msgstr "Använd Asc-funktion för att ersätta tangentkoder med värden. Om Asc-funktionen påträffar en tom sträng kommer $[officename] Basic att rapportera ett runtimefel. Förutom 7-bitars ASCII-tecken (kod 0-127), kan ASCII-funktionen också känna igen icke-utskrivbara tangentkoder i ASCII-kod. Den här funktionen kan också hantera 16-bitars unicode-tecken." #. d4CxC #: 03120101.xhp msgctxt "" "03120101.xhp\n" "hd_id3159413\n" "help.text" msgid "Example:" msgstr "Exempel:" #. VF7kK #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_id3150792\n" "help.text" msgid "Print ASC(\"A\") ' returns 65" msgstr "Print ASC(\"A\") ' returnerar 65" #. imR9f #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_id3148797\n" "help.text" msgid "Print ASC(\"Z\") ' returns 90" msgstr "Print ASC(\"Z\") ' returnerar 90" #. raPFD #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_id3163800\n" "help.text" msgid "Print ASC(\"Las Vegas\") ' returns 76, since only the first character is taken into account" msgstr "Print ASC(\"Las Vegas\") ' returnerar 76, eftersom bara det första tecknet tas med" #. 9QUxr #: 03120101.xhp msgctxt "" "03120101.xhp\n" "par_idN1067B\n" "help.text" msgid "CHR" msgstr "CHR" #. QMLJb #: 03120102.xhp msgctxt "" "03120102.xhp\n" "tit\n" "help.text" msgid "Chr Function" msgstr "" #. Z8tiz #: 03120102.xhp msgctxt "" "03120102.xhp\n" "bm_id3149205\n" "help.text" msgid "Chr function" msgstr "Chr, funktion " #. tDyPJ #: 03120102.xhp msgctxt "" "03120102.xhp\n" "hd_id3149205\n" "help.text" msgid "Chr Function" msgstr "" #. UTy3n #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3153311\n" "help.text" msgid "Returns the character that corresponds to the specified character code." msgstr "Returnerar det tecken som motsvarar teckenkoden." #. bf6Zk #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3150669\n" "help.text" msgid "Chr(Expression As Integer)" msgstr "Chr(Uttryck As Integer)" #. HnFyY #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3153824\n" "help.text" msgid "String" msgstr "String" #. 4nv5b #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3149295\n" "help.text" msgid "Expression: a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like Chr(&H8000) in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)" msgstr "" #. RKtSB #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id991552913928635\n" "help.text" msgid "When VBA compatibility mode is enabled (OPTION VBASUPPORT 1), Expression is a numeric expression that represents a valid 8-bit ASCII value (0-255) only." msgstr "" #. sw8rF #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3159414\n" "help.text" msgid "Use the Chr$ function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression." msgstr "Du kan t.ex. använda funktionen Chr$ för att skicka styrkoder till en skrivare eller annan kringutrustning. Du kan också använda funktionen för att lägga till citattecken i en sträng." #. Yy5Eh #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id111552916434071\n" "help.text" msgid ", when VBA compatibility mode is enabled and expression is greater than 255." msgstr "" #. vHwsG #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3154909\n" "help.text" msgid "' This example inserts quotation marks (ASCII value 34) in a string." msgstr "' I det här exemplet infogas citattecken (ASCII-värde 34) i en sträng" #. aCHvq #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3151380\n" "help.text" msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\"" msgstr "MsgBox \"En \"+ Chr$(34)+\"kort\" + Chr$(34)+\" resa.\"" #. iCsGw #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3145174\n" "help.text" msgid "' The printout appears in the dialog as: A \"short\" trip." msgstr "' Texten i dialogrutan blir: En \"kort\" resa" #. q8bRB #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_idN10668\n" "help.text" msgid "ASC" msgstr "ASC" #. bzZDz #: 03120103.xhp msgctxt "" "03120103.xhp\n" "tit\n" "help.text" msgid "Str Function" msgstr "" #. pGDVm #: 03120103.xhp msgctxt "" "03120103.xhp\n" "bm_id3143272\n" "help.text" msgid "Str function" msgstr "Str, funktion " #. vHDFf #: 03120103.xhp msgctxt "" "03120103.xhp\n" "hd_id3143272\n" "help.text" msgid "Str Function" msgstr "" #. sMBFZ #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3155100\n" "help.text" msgid "Converts a numeric expression into a string." msgstr "Konverterar ett numeriskt uttryck till en sträng." #. AtDCX #: 03120103.xhp msgctxt "" "03120103.xhp\n" "hd_id3109850\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. FCB5S #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3149497\n" "help.text" msgid "Str (Expression)" msgstr "Str (Uttryck)" #. euwuq #: 03120103.xhp msgctxt "" "03120103.xhp\n" "hd_id3150040\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. GFLxD #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3146117\n" "help.text" msgid "String" msgstr "String" #. gC8ux #: 03120103.xhp msgctxt "" "03120103.xhp\n" "hd_id3155805\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. MUTuz #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3149178\n" "help.text" msgid "Expression: Any numeric expression." msgstr "Uttryck: Ett numeriskt uttryck." #. i56aX #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3146958\n" "help.text" msgid "The Str function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign)." msgstr "Funktionen Str konverterar ett numeriskt värde eller resultatet av en beräkning till en sträng. I returvärdet visas negativa tal med ett inledande minustecken. Positiva tal visas med ett inledande blanksteg (i stället för plustecken)." #. Ewk3i #: 03120103.xhp msgctxt "" "03120103.xhp\n" "hd_id3155419\n" "help.text" msgid "Example:" msgstr "Exempel:" #. vYQmG #: 03120104.xhp msgctxt "" "03120104.xhp\n" "tit\n" "help.text" msgid "Val Function" msgstr "" #. KdnnB #: 03120104.xhp msgctxt "" "03120104.xhp\n" "bm_id3149205\n" "help.text" msgid "Val function" msgstr "Val, funktion " #. qLhSm #: 03120104.xhp msgctxt "" "03120104.xhp\n" "hd_id3149205\n" "help.text" msgid "Val Function" msgstr "" #. BCyui #: 03120104.xhp msgctxt "" "03120104.xhp\n" "par_id3153345\n" "help.text" msgid "Converts a string to a numeric expression." msgstr "Konverterar en sträng till ett numeriskt uttryck." #. 4Jho2 #: 03120104.xhp msgctxt "" "03120104.xhp\n" "hd_id3159157\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. Rk6u2 #: 03120104.xhp msgctxt "" "03120104.xhp\n" "par_id3149514\n" "help.text" msgid "Val (Text As String)" msgstr "Val (Text As String)" #. ZBgwS #: 03120104.xhp msgctxt "" "03120104.xhp\n" "hd_id3150669\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. Gi4Ag #: 03120104.xhp msgctxt "" "03120104.xhp\n" "par_id3143228\n" "help.text" msgid "Double" msgstr "Double" #. 9YWca #: 03120104.xhp msgctxt "" "03120104.xhp\n" "hd_id3156024\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. DmE2F #: 03120104.xhp msgctxt "" "03120104.xhp\n" "par_id3154348\n" "help.text" msgid "Text: String that represents a number." msgstr "Text: Sträng som representerar ett tal." #. 9ZYpb #: 03120104.xhp msgctxt "" "03120104.xhp\n" "par_id3149670\n" "help.text" msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the Str function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the Val function returns the value 0." msgstr "Du kan använda funktionen Val för att konvertera en sträng till ett motsvarande numeriskt värde. Den här funktionen är inversen till funktionen Str. Om det numeriska uttrycket bara är en del av strängen kommer bara de första tecknen i strängen att konverteras. Om strängen helt saknar siffror returnerar funktionen Val värdet 0." #. zEtva #: 03120104.xhp msgctxt "" "03120104.xhp\n" "hd_id3154365\n" "help.text" msgid "Example:" msgstr "Exempel:" #. MeApW #: 03120105.xhp msgctxt "" "03120105.xhp\n" "tit\n" "help.text" msgid "CByte Function" msgstr "" #. cEvKG #: 03120105.xhp msgctxt "" "03120105.xhp\n" "bm_id3156027\n" "help.text" msgid "CByte function" msgstr "Cbyte, funktion " #. MBuSG #: 03120105.xhp msgctxt "" "03120105.xhp\n" "hd_id3156027\n" "help.text" msgid "CByte Function" msgstr "" #. WtRZK #: 03120105.xhp msgctxt "" "03120105.xhp\n" "par_id3143267\n" "help.text" msgid "Converts a string or a numeric expression to the type Byte." msgstr "Konverterar en sträng eller ett numeriskt uttryck till typen Byte." #. KBtph #: 03120105.xhp msgctxt "" "03120105.xhp\n" "hd_id3149811\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. y5eP6 #: 03120105.xhp msgctxt "" "03120105.xhp\n" "par_id3147573\n" "help.text" msgid "Cbyte( expression )" msgstr "Cbyte( uttryck )" #. c9ZeV #: 03120105.xhp msgctxt "" "03120105.xhp\n" "hd_id3145315\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. uBqQC #: 03120105.xhp msgctxt "" "03120105.xhp\n" "par_id3148473\n" "help.text" msgid "Byte" msgstr "Byte" #. y52Yv #: 03120105.xhp msgctxt "" "03120105.xhp\n" "hd_id3147530\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. YE4pG #: 03120105.xhp msgctxt "" "03120105.xhp\n" "par_id3145068\n" "help.text" msgid "Expression: A string or a numeric expression." msgstr "Uttryck: En sträng eller ett numeriskt uttryck." #. svGqi #: 03120111.xhp msgctxt "" "03120111.xhp\n" "tit\n" "help.text" msgid "AscW Function" msgstr "" #. DnhN3 #: 03120111.xhp msgctxt "" "03120111.xhp\n" "bm_id3150499\n" "help.text" msgid "AscW function" msgstr "" #. 4pFSg #: 03120111.xhp msgctxt "" "03120111.xhp\n" "hd_id3150499\n" "help.text" msgid "AscW Function [VBA]" msgstr "" #. XujWF #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the Unicode value of the first character in a string expression." msgstr "" #. tyhN7 #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id3150669\n" "help.text" msgid "Integer" msgstr "" #. cLSGx #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id3149415\n" "help.text" msgid "Text: Any valid string expression. Only the first character in the string is relevant." msgstr "" #. PWbGW #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id3145609\n" "help.text" msgid "Use the AscW function to replace keys with Unicode values. If the AscW function encounters a blank string, %PRODUCTNAME Basic reports a run-time error. Returned values are between 0 and 65535." msgstr "" #. YACEd #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id3150792\n" "help.text" msgid "Print AscW(\"A\") ' returns 65" msgstr "" #. cSPdQ #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id3148797\n" "help.text" msgid "Print AscW(\"Ω\") ' returns 937" msgstr "" #. KNmoP #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id3163800\n" "help.text" msgid "Print AscW(\"Αθήνα\") ' returns 913, since only the first character (Alpha) is taken into account" msgstr "" #. Z2b5U #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_idN1067B\n" "help.text" msgid "Chr" msgstr "" #. BbWXB #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id051920171027053197\n" "help.text" msgid "ChrW" msgstr "" #. GkoG4 #: 03120111.xhp msgctxt "" "03120111.xhp\n" "par_id051920171027051338\n" "help.text" msgid "Asc" msgstr "" #. 9DDYF #: 03120112.xhp msgctxt "" "03120112.xhp\n" "tit\n" "help.text" msgid "ChrW Function [VBA]" msgstr "" #. bxumL #: 03120112.xhp msgctxt "" "03120112.xhp\n" "bm_id3149205\n" "help.text" msgid "ChrW function" msgstr "" #. 4MJ6d #: 03120112.xhp msgctxt "" "03120112.xhp\n" "hd_id3149205\n" "help.text" msgid "ChrW Function [VBA]" msgstr "" #. yFpZL #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3153311\n" "help.text" msgid "Returns the Unicode character that corresponds to the specified character code." msgstr "" #. UVM29 #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3150669\n" "help.text" msgid "ChrW(Expression As Integer)" msgstr "" #. mA9x6 #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3153824\n" "help.text" msgid "String" msgstr "" #. WzBnm #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3149295\n" "help.text" msgid "Expression: Numeric variables that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like ChrW(&H8000) in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0,65535] returns error code 6." msgstr "" #. 8DF8a #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3154909\n" "help.text" msgid "' This example inserts the Greek letters alpha and omega in a string." msgstr "" #. AGZSD #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3151380\n" "help.text" msgid "MsgBox \"From \"+ ChrW(913)+\" to \" + ChrW(937)" msgstr "" #. zPJDa #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3145174\n" "help.text" msgid "' The printout appears in the dialog as: From Α to Ω" msgstr "" #. hSMKc #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id051920171010491586\n" "help.text" msgid "Chr" msgstr "" #. JJUXA #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_idN10668\n" "help.text" msgid "Asc" msgstr "" #. 2fMt4 #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id051920171009414669\n" "help.text" msgid "AscW" msgstr "" #. E7Eoi #: 03120200.xhp msgctxt "" "03120200.xhp\n" "tit\n" "help.text" msgid "Repeating Contents" msgstr "Upprepar innehåll" #. uMuGE #: 03120200.xhp msgctxt "" "03120200.xhp\n" "hd_id3152363\n" "help.text" msgid "Repeating Contents" msgstr "Upprepar innehåll" #. QtA2F #: 03120200.xhp msgctxt "" "03120200.xhp\n" "par_id3150178\n" "help.text" msgid "The following functions repeat the contents of strings." msgstr "Följande funktioner används för att upprepa innehållet i strängar." #. MingD #: 03120201.xhp msgctxt "" "03120201.xhp\n" "tit\n" "help.text" msgid "Space and Spc Function" msgstr "" #. NQPvB #: 03120201.xhp msgctxt "" "03120201.xhp\n" "bm_id3150499\n" "help.text" msgid "Space function Spc function" msgstr "" #. r9KyV #: 03120201.xhp msgctxt "" "03120201.xhp\n" "hd_id3150499\n" "help.text" msgid "Space and Spc Functions" msgstr "" #. M6CED #: 03120201.xhp msgctxt "" "03120201.xhp\n" "par_id3154927\n" "help.text" msgid "Returns a string that consists of a specified amount of spaces." msgstr "Returnerar en sträng som innehåller ett visst antal mellanslag." #. TVSiN #: 03120201.xhp msgctxt "" "03120201.xhp\n" "par_id681546202842979\n" "help.text" msgid "The Spc function works the same as the Space function." msgstr "" #. BYn44 #: 03120201.xhp msgctxt "" "03120201.xhp\n" "par_id3149233\n" "help.text" msgid "String" msgstr "String" #. gunCB #: 03120201.xhp msgctxt "" "03120201.xhp\n" "par_id3143228\n" "help.text" msgid "n: Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535." msgstr "" #. xfAcE #: 03120201.xhp msgctxt "" "03120201.xhp\n" "par_id3154216\n" "help.text" msgid "MsgBox sOut,0,\"Info:\"" msgstr "MsgBox sOut,0,\"Info:\"" #. ypYT6 #: 03120202.xhp msgctxt "" "03120202.xhp\n" "tit\n" "help.text" msgid "String Function" msgstr "" #. 2L9aD #: 03120202.xhp msgctxt "" "03120202.xhp\n" "bm_id3147291\n" "help.text" msgid "String function" msgstr "String, funktion " #. j82Ba #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3147291\n" "help.text" msgid "String Function" msgstr "" #. YVCRg #: 03120202.xhp msgctxt "" "03120202.xhp\n" "par_id3147242\n" "help.text" msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function." msgstr "Skapar en sträng som består av ett givet tecken, eller av det första tecknet i det stränguttryck som skickas till funktionen." #. YEQWe #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3149516\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. EVKUs #: 03120202.xhp msgctxt "" "03120202.xhp\n" "par_id3149233\n" "help.text" msgid "String (n As Long, {expression As Integer | character As String})" msgstr "String (n As Long, {uttryck As Integer | tecken As String})" #. Uaxak #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3143270\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. GfqGg #: 03120202.xhp msgctxt "" "03120202.xhp\n" "par_id3147530\n" "help.text" msgid "String" msgstr "String" #. 5gnCP #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3154923\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. xvDy5 #: 03120202.xhp msgctxt "" "03120202.xhp\n" "par_id3154347\n" "help.text" msgid "n: Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 65535." msgstr "n: Ett numeriskt uttryck som anger antalet tecken som strängen ska innehålla. Det högsta tillåtna värdet på n är 65535." #. uARjD #: 03120202.xhp msgctxt "" "03120202.xhp\n" "par_id3148664\n" "help.text" msgid "Expression: Numeric expression that defines the ASCII code for the character." msgstr "Uttryck: Numeriskt uttryck som anger tecknets ASCII-kod." #. Comfs #: 03120202.xhp msgctxt "" "03120202.xhp\n" "par_id3150359\n" "help.text" msgid "Character: Any single character used to build the return string, or any string of which only the first character will be used." msgstr "Tecken: Det tecken som strängen kommer att bestå av, eller en sträng där det första tecknet kommer att användas." #. iApAt #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3152920\n" "help.text" msgid "Example:" msgstr "Exempel:" #. avFC9 #: 03120300.xhp msgctxt "" "03120300.xhp\n" "tit\n" "help.text" msgid "Editing String Contents" msgstr "Ändra innehållet i strängar" #. 5nF4q #: 03120300.xhp msgctxt "" "03120300.xhp\n" "bm_id7499008\n" "help.text" msgid "ampersand symbol in StarBasic" msgstr "et-tecken i StarBasic" #. qvgJA #: 03120300.xhp msgctxt "" "03120300.xhp\n" "hd_id3153894\n" "help.text" msgid "Editing String Contents" msgstr "Ändra innehållet i strängar" #. hU6eu #: 03120300.xhp msgctxt "" "03120300.xhp\n" "par_id3149178\n" "help.text" msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings." msgstr "Följande funktion redigerar, formaterar och justerar innehållet i strängar. Använd &-operatorn om du vill sammanfoga strängar." #. hAn8q #: 03120301.xhp msgctxt "" "03120301.xhp\n" "tit\n" "help.text" msgid "Format Function" msgstr "" #. Ddd7Z #: 03120301.xhp msgctxt "" "03120301.xhp\n" "bm_id3153539\n" "help.text" msgid "Format function" msgstr "Format, funktion " #. 9VgHM #: 03120301.xhp msgctxt "" "03120301.xhp\n" "hd_id3153539\n" "help.text" msgid "Format Function" msgstr "" #. ZAitp #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3156042\n" "help.text" msgid "Converts a number to a string, and then formats it according to the format that you specify." msgstr "Konverterar ett tal till en sträng och formaterar den sedan enligt det format som du anger." #. ESujY #: 03120301.xhp msgctxt "" "03120301.xhp\n" "hd_id3145090\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. wp4Ae #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153527\n" "help.text" msgid "Format (Number [, Format As String])" msgstr "Format (Number [, Format As String])" #. SrkYm #: 03120301.xhp msgctxt "" "03120301.xhp\n" "hd_id3149178\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. gddga #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3148474\n" "help.text" msgid "String" msgstr "String" #. WGjGQ #: 03120301.xhp msgctxt "" "03120301.xhp\n" "hd_id3159176\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 6Dyxg #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3149415\n" "help.text" msgid "Number: Numeric expression that you want to convert to a formatted string." msgstr "Tal: Ett numeriskt uttryck som du vill konvertera till en formaterad sträng." #. G3TNy #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3147531\n" "help.text" msgid "Format: String that specifies the format code for the number. If Format is omitted, the Format function works like the Str function." msgstr "Format: Sträng som anger formatbeskrivningen för talet. Om Format utelämnas fungerar funktionen Format som funktionen Str." #. 8DmPW #: 03120301.xhp msgctxt "" "03120301.xhp\n" "hd_id3147561\n" "help.text" msgid "Formatting Codes" msgstr "Formatbeskrivningar" #. j9pBf #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3147265\n" "help.text" msgid "The following list describes the codes that you can use for formatting a number:" msgstr "I den här listan beskrivs formatbeskrivningarna som du kan använda när du formaterar tal:" #. AA4AR #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153380\n" "help.text" msgid "0: If Number has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed." msgstr "0: Om det i Number finns en siffra vid positionen för 0 i formatbeskrivningen visas siffran, annars visas en nolla." #. 6hoDN #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3151210\n" "help.text" msgid "If Number has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting." msgstr "Om det i uttrycket Number finns färre siffror än antalet nollor i formatbeskrivningen (oavsett sida av decimaltecknet), visas inledande eller efterföljande nollor. Om talet innehåller fler siffror till vänster om decimaltecknet än antalet nollor i formatbeskrivningen, visas de ytterligare siffrorna utan ändring." #. EDBbq #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3151176\n" "help.text" msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the Format code." msgstr "Decimalerna i talet avrundas till det antal decimaler som motsvarar antalet nollor efter decimaltecknet i formatbeskrivningen." #. ucKaQ #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3154123\n" "help.text" msgid "#: If Number contains a digit at the position of the # placeholder in the Format code, the digit is displayed, otherwise nothing is displayed at this position." msgstr "#: Om det i Number finns en siffra vid positionen för platshållaren # i formatbeskrivningen visas siffran, annars visas ingenting." #. EKGPx #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3148452\n" "help.text" msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed." msgstr "Den här symbolen fungerar som 0, förutom att inledande eller efterföljande nollor inte visas om det finns fler #-tecken i formatbeskrivningen än antalet siffror i talet. Endast de siffror som är relevanta för talet visas." #. Cnq7B #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3159150\n" "help.text" msgid ".: The decimal placeholder determines the number of decimal places to the left and right of the decimal separator." msgstr ".: Decimalplatshållaren bestämmer antalet decimaler till vänster och höger om decimaltecknet." #. tWDUe #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3159252\n" "help.text" msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator." msgstr "Om formatbeskrivningen bara består av #-platshållare till vänster om den här symbolen, börjar tal som är mindre än 1 med ett decimaltecken. Om du vill att bråktal alltid ska visas med en inledande nolla, använder du 0 som platshållare för den första siffran till vänster om decimaltecknet." #. L7ry6 #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153368\n" "help.text" msgid "%: Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code." msgstr "%: Multiplicerar talet med 100 och infogar procentsymbolen (%) där talet visas i formatbeskrivningen." #. 5A2Kp #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3149481\n" "help.text" msgid "E- E+ e- e+ : If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent." msgstr "E- E+ e- e+ : Om formatbeskrivningen innehåller minst en sifferplatshållare (0 eller #) till höger om symbolen E-, E+, e- eller e+, formateras talet i potensform eller exponentiellt format. Bokstaven E eller e infogas mellan talet och exponenten. Antalet platshållare för siffror till höger om symbolen bestämmer antalet siffror i exponenten." #. jhCb5 #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3149262\n" "help.text" msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+." msgstr "Om exponenten är negativ visas ett minustecken direkt före en exponent med E-, E+, e-, e+. Om exponenten är positiv visas bara ett plustecken före exponenten med E+ eller e+." #. shj6y #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3148617\n" "help.text" msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)." msgstr "Tusentalsavgränsaren visas om formatbeskrivningen innehåller avgränsaren innesluten av talplatshållare (0 eller #)." #. A8QmE #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3163713\n" "help.text" msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings." msgstr "Om punkt används som decimaltecken och tusentalsavgränsare beror på de nationella inställningarna. När du anger ett tal direkt i Basic-källkoden måste du däremot använda en punkt som decimalavgränsare. Vilket tecken som visas som decimaltecken beror på talformatet i systeminställningarna." #. 5EMgE #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3152887\n" "help.text" msgid "- + $ ( ) space: A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character." msgstr "- + $ ( ) space: Plustecken (+), minustecken (-), dollartecken ($), blanksteg eller parenteser som anges direkt i formatbeskrivningen visas som konstanta tecken." #. PyKZq #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3148576\n" "help.text" msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")." msgstr "Om du vill visa andra tecken än de som listas här måste de föregås av ett omvänt snedstreck (\\) eller inneslutas av citattecken (\" \")." #. 2VEmR #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153139\n" "help.text" msgid "\\ : The backslash displays the next character in the format code." msgstr "\\ : Med omvänt snedstreck visas nästa tecken i formatbeskrivningen." #. UFfdk #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153366\n" "help.text" msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code." msgstr "Tecken i formatbeskrivningen som har en speciell betydelse kan bara visas som konstanta tecken om de föregås av ett omvänt snedstreck. Det omvända snedstrecket visas inte om du inte anger dubbla omvända snedstreck (\\\\) i formatbeskrivningen." #. L4LbT #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3155411\n" "help.text" msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)." msgstr "De tecken som bara visas om de föregås av ett omvänt snedstreck i formatbeskrivningen är tecken för datum- och tidsformat (a, c, d, h, m, n, p, q, s, t, w, y, /, :), tecken för numeriska format (#, 0, %, E, e, komma, punkt) och tecken för strängformat (@, &, <, >, !)." #. NN8eT #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3145749\n" "help.text" msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places." msgstr "Du kan även använda följande fördefinierade talformat: Med undantag för \"Alla\" returnerar alla fördefinierade formatbeskrivningar talet som ett decimaltal med två decimaler." #. fkPvC #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3150113\n" "help.text" msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks." msgstr "Om du använder fördefinierade format måste du ange namnet inom citattecken." #. GT9Rs #: 03120301.xhp msgctxt "" "03120301.xhp\n" "hd_id3149377\n" "help.text" msgid "Predefined format" msgstr "Fördefinierade format" #. Vj6Aq #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3154730\n" "help.text" msgid "General Number: Numbers are displayed as entered." msgstr "General Number: Talen visas så som de har matats in." #. RANUB #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153158\n" "help.text" msgid "Currency: Inserts a dollar sign in front of the number and encloses negative numbers in brackets." msgstr "Currency: Infogar ett dollartecken framför talet och sätter negativa tal inom parentes." #. NJj8M #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3154490\n" "help.text" msgid "Fixed: Displays at least one digit in front of the decimal separator." msgstr "Fixed: Visar minst en siffra framför decimaltecknet." #. 3DiXo #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153415\n" "help.text" msgid "Standard: Displays numbers with a thousands separator." msgstr "Standard: Visar tal med tusentalsavgränsare." #. AY7e3 #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3150715\n" "help.text" msgid "Percent: Multiplies the number by 100 and appends a percent sign to the number." msgstr "Percent: Multiplicerar talet med 100 och lägger till ett procenttecken efter talet." #. CoYgg #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153836\n" "help.text" msgid "Scientific: Displays numbers in scientific format (for example, 1.00E+03 for 1000)." msgstr "Vetenskap: Visar tal i potensformat (till exempel 1,00E+03 motsvarande 1000)." #. cMtWm #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153707\n" "help.text" msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers." msgstr "En formatbeskrivning kan delas i tre delar separerade med semikolon. Den första delen definierar formatet för positiva värden, den andra delen formatet för negativa värden och den tredje delen formatet för noll. Om du bara anger en formatbeskrivning gäller den för alla tal." #. GXmDT #: 03120301.xhp msgctxt "" "03120301.xhp\n" "hd_id3149019\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ZsNPC #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_idN107A2\n" "help.text" msgid "' always use a period as decimal delimiter when you enter numbers in Basic source code." msgstr "' använd alltid en punkt som decimalavgränsare när du skriver tal i Basic-källkod." #. myXCN #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3147339\n" "help.text" msgid "' displays for example 6,328.20 in English locale, 6.328,20 in German locale." msgstr "' visar till exempel 6,328.20 i engelska språkvarianter och 6 328,20 i svenska språkvarianter." #. 8KMxc #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id381513082126889\n" "help.text" msgid "Number format codes" msgstr "" #. oZYHq #: 03120302.xhp msgctxt "" "03120302.xhp\n" "tit\n" "help.text" msgid "LCase Function" msgstr "" #. LMGd5 #: 03120302.xhp msgctxt "" "03120302.xhp\n" "bm_id3152363\n" "help.text" msgid "LCase function" msgstr "Lcase, funktion " #. sLQre #: 03120302.xhp msgctxt "" "03120302.xhp\n" "hd_id3152363\n" "help.text" msgid "LCase Function" msgstr "" #. dkB32 #: 03120302.xhp msgctxt "" "03120302.xhp\n" "par_id3145609\n" "help.text" msgid "Converts all uppercase letters in a string to lowercase." msgstr "Konverterar alla stora bokstäver (versaler) till små bokstäver (gemener)." #. DYSWC #: 03120302.xhp msgctxt "" "03120302.xhp\n" "par_id3154347\n" "help.text" msgid "See also: UCase Function" msgstr "Se även: UCase Function" #. chngB #: 03120302.xhp msgctxt "" "03120302.xhp\n" "par_id3150791\n" "help.text" msgid "LCase (Text As String)" msgstr "LCase (Text As String)" #. 8RHAp #: 03120302.xhp msgctxt "" "03120302.xhp\n" "par_id3144760\n" "help.text" msgid "String" msgstr "String" #. 2dpqA #: 03120302.xhp msgctxt "" "03120302.xhp\n" "par_id3153193\n" "help.text" msgid "Text: Any string expression that you want to convert." msgstr "Text: Ett stränguttryck som du vill konvertera." #. HcFTs #: 03120302.xhp msgctxt "" "03120302.xhp\n" "par_id3146121\n" "help.text" msgid "Print LCase(sVar) ' Returns \"las vegas\"" msgstr "Print LCase(sVar) ' Returnerar \"las vegas\"" #. F9rGM #: 03120302.xhp msgctxt "" "03120302.xhp\n" "par_id3146986\n" "help.text" msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\"" msgstr "Print UCase(sVar) ' Returnerar \"LAS VEGAS\"" #. UGH3C #: 03120303.xhp msgctxt "" "03120303.xhp\n" "tit\n" "help.text" msgid "Left Function" msgstr "" #. ArhPT #: 03120303.xhp msgctxt "" "03120303.xhp\n" "bm_id3149346\n" "help.text" msgid "Left function" msgstr "Left, funktion " #. uFGkL #: 03120303.xhp msgctxt "" "03120303.xhp\n" "hd_id3149346\n" "help.text" msgid "Left Function" msgstr "" #. DVEfF #: 03120303.xhp msgctxt "" "03120303.xhp\n" "par_id3147242\n" "help.text" msgid "Returns the number of leftmost characters that you specify of a string expression." msgstr "Returnerar antalet tecken till vänster i ett stränguttryck som du anger." #. UF45c #: 03120303.xhp msgctxt "" "03120303.xhp\n" "hd_id3156153\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. H2Ftq #: 03120303.xhp msgctxt "" "03120303.xhp\n" "par_id3150771\n" "help.text" msgid "Left (Text As String, n As Long)" msgstr "Left (Text As String, n As Long)" #. 48Gmp #: 03120303.xhp msgctxt "" "03120303.xhp\n" "hd_id3153824\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. to74m #: 03120303.xhp msgctxt "" "03120303.xhp\n" "par_id3147530\n" "help.text" msgid "String" msgstr "String" #. ZJXfA #: 03120303.xhp msgctxt "" "03120303.xhp\n" "hd_id3148946\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. hRWZH #: 03120303.xhp msgctxt "" "03120303.xhp\n" "par_id3148552\n" "help.text" msgid "Text: Any string expression that you want to return the leftmost characters from." msgstr "Text: Ett stränguttryck som du vill returnera de vänstra tecknen från." #. jVzCK #: 03120303.xhp msgctxt "" "03120303.xhp\n" "par_id3149456\n" "help.text" msgid "n: Numeric expression that specifies the number of characters that you want to return. If n = 0, a zero-length string is returned. The maximum allowed value is 65535." msgstr "n: Ett numeriskt uttryck som anger det antal tecken som du vill returnera. Om n = 0, returneras en nollängdssträng. Det högsta tillåtna värdet är 65535." #. FPXvk #: 03120303.xhp msgctxt "" "03120303.xhp\n" "par_id3150791\n" "help.text" msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format." msgstr "I följande exempel konverteras ett datum från formatet ÅÅÅÅ.MM.DD till formatet MM/DD/ÅÅÅÅ." #. YQQDH #: 03120303.xhp msgctxt "" "03120303.xhp\n" "hd_id3125863\n" "help.text" msgid "Example:" msgstr "Exempel:" #. TJBfC #: 03120303.xhp msgctxt "" "03120303.xhp\n" "par_id3150448\n" "help.text" msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")" msgstr "sInput = InputBox(\"Mata in ett datum i det internationella formatet 'ÅÅÅÅ-MM-DD'\")" #. NKjSQ #: 03120304.xhp msgctxt "" "03120304.xhp\n" "tit\n" "help.text" msgid "LSet Statement" msgstr "" #. MLR2Y #: 03120304.xhp msgctxt "" "03120304.xhp\n" "bm_id3143268\n" "help.text" msgid "LSet statement" msgstr "Lset, uttryck " #. s4j5Y #: 03120304.xhp msgctxt "" "03120304.xhp\n" "hd_id3143268\n" "help.text" msgid "LSet Statement" msgstr "" #. 2y5bo #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3155419\n" "help.text" msgid "Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type." msgstr "Justerar en sträng till vänster om en strängvariabel eller kopierar en variabel för en användardefinierad typ till en annan variabel för en annan användardefinierad typ." #. wKtHD #: 03120304.xhp msgctxt "" "03120304.xhp\n" "hd_id3145317\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. tFaav #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3150984\n" "help.text" msgid "LSet Var As String = Text or LSet Var1 = Var2" msgstr "LSet Var As String = Text or LSet Var1 = Var2" #. 2vzrB #: 03120304.xhp msgctxt "" "03120304.xhp\n" "hd_id3143271\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. M99uG #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3145610\n" "help.text" msgid "Var: Any String variable that contains the string that you want align to the left." msgstr "Var: En strängvariabel som innehåller strängen som du vill vänsterjustera." #. BXfsM #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3154346\n" "help.text" msgid "Text: String that you want to align to the left of the string variable." msgstr "Text: Sträng som du vill justera till vänster om strängvariabeln." #. 3HnhD #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3151054\n" "help.text" msgid "Var1: Name of the user-defined type variable that you want to copy to." msgstr "Var1: Namnet på den användardefinierade variabeltyp som du vill kopiera till." #. GBdaC #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3153361\n" "help.text" msgid "Var2: Name of the user-defined type variable that you want to copy from." msgstr "Var2: Namnet på den användardefinierade variabeltyp som du vill kopiera från." #. jzAoB #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3154686\n" "help.text" msgid "If the string is shorter than the string variable, LSet left-aligns the string within the string variable. Any remaining positions in the string variable are replaced by spaces. If the string is longer than the string variable, only the leftmost characters up to the length of the string variable are copied. With the LSet statement, you can also copy a user-defined type variable to another variable of the same type." msgstr "Om strängen är kortare än strängvariabeln vänsterjusterar LSet strängen inom strängvariabeln. Alla återstående positioner i strängvariabeln ersätts med blanksteg. Om strängen är längre än strängvariabeln kopieras bara tecknen till vänster ända ut till strängvariabelns längd. Med LSet-satsen kan du även kopiera en användardefinierad variabeltyp till en annan variabel av samma typ." #. BQw4P #: 03120304.xhp msgctxt "" "03120304.xhp\n" "hd_id3156282\n" "help.text" msgid "Example:" msgstr "Exempel:" #. jJepi #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3152940\n" "help.text" msgid "' Align \"SBX\" within the 40-character reference string" msgstr "' Justera \"SBX\" inom referensträngen med 40 tecken" #. CEZj7 #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3148647\n" "help.text" msgid "' Replace asterisks with spaces" msgstr "' Ersätt asterisker med blanksteg" #. BfcQJ #: 03120304.xhp msgctxt "" "03120304.xhp\n" "par_id3151075\n" "help.text" msgid "' Left-align \"SBX\" within the 40-character reference string" msgstr "' Vänsterjustera \"SBX\" inom referensträngen med 40 tecken" #. 78orU #: 03120305.xhp msgctxt "" "03120305.xhp\n" "tit\n" "help.text" msgid "LTrim Function" msgstr "" #. xG9Ny #: 03120305.xhp msgctxt "" "03120305.xhp\n" "bm_id3147574\n" "help.text" msgid "LTrim function" msgstr "Ltrim, funktion " #. EHCLJ #: 03120305.xhp msgctxt "" "03120305.xhp\n" "hd_id3147574\n" "help.text" msgid "LTrim Function" msgstr "" #. mFiGU #: 03120305.xhp msgctxt "" "03120305.xhp\n" "par_id3145316\n" "help.text" msgid "Removes all leading spaces at the start of a string expression." msgstr "Tar bort alla inledande blanksteg i början av ett stränguttryck." #. vG8YP #: 03120305.xhp msgctxt "" "03120305.xhp\n" "hd_id3154924\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. cepxM #: 03120305.xhp msgctxt "" "03120305.xhp\n" "par_id3148552\n" "help.text" msgid "LTrim (Text As String)" msgstr "LTrim (Text As String)" #. KzzDh #: 03120305.xhp msgctxt "" "03120305.xhp\n" "hd_id3156344\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. LyUCE #: 03120305.xhp msgctxt "" "03120305.xhp\n" "par_id3151056\n" "help.text" msgid "String" msgstr "String" #. 8hNZD #: 03120305.xhp msgctxt "" "03120305.xhp\n" "hd_id3150543\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. x85WJ #: 03120305.xhp msgctxt "" "03120305.xhp\n" "par_id3150792\n" "help.text" msgid "Text: Any string expression." msgstr "Text: Ett stränguttryck." #. vEGEh #: 03120305.xhp msgctxt "" "03120305.xhp\n" "par_id3125863\n" "help.text" msgid "Use this function to remove spaces at the beginning of a string expression." msgstr "Använd den här funktionen om du vill ta bort blanksteg i början av ett stränguttryck." #. FExzu #: 03120305.xhp msgctxt "" "03120305.xhp\n" "hd_id3145419\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Afrvq #: 03120306.xhp msgctxt "" "03120306.xhp\n" "tit\n" "help.text" msgid "Mid Function, Mid Statement" msgstr "" #. J5UhZ #: 03120306.xhp msgctxt "" "03120306.xhp\n" "bm_id3143268\n" "help.text" msgid "Mid function Mid statement" msgstr "Mid, funktionMid, uttryck" #. jRxXo #: 03120306.xhp msgctxt "" "03120306.xhp\n" "hd_id3143268\n" "help.text" msgid "Mid Function, Mid Statement" msgstr "" #. oznEx #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3148473\n" "help.text" msgid "Returns the specified portion of a string expression (Mid function), or replaces the portion of a string expression with another string (Mid statement)." msgstr "Returnerar den angivna delen av ett stränguttryck (Mid-funktion), eller ersätter den delen av stränguttrycket med en annan sträng (Mid-sats)." #. ye7Tj #: 03120306.xhp msgctxt "" "03120306.xhp\n" "hd_id3154285\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 32BvU #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3147530\n" "help.text" msgid "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)" msgstr "Mid (Text As String, Start As Long [, Length As Long]) eller Mid (Text As String, Start As Long , Length As Long, Text As String)" #. Bw3Yb #: 03120306.xhp msgctxt "" "03120306.xhp\n" "hd_id3145068\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 5MG4F #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3149295\n" "help.text" msgid "String (only by Function)" msgstr "String (bara med funktion)" #. rLmbA #: 03120306.xhp msgctxt "" "03120306.xhp\n" "hd_id3154347\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. hRXCE #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3148664\n" "help.text" msgid "Text: Any string expression that you want to modify." msgstr "Text: Ett stränguttryck som du vill ändra." #. MkjPp #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3150359\n" "help.text" msgid "Start: Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535." msgstr "Start: Ett numeriskt uttryck som anger teckenpositionen i strängen där den del av strängen som du vill ersätta eller returnera börjar. Det högsta tillåtna värdet är 65535." #. 49ArA #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3148451\n" "help.text" msgid "Length: Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535." msgstr "Length: Ett numeriskt uttryck som returnerar det antal tecken du vill ersätta eller returnera. Det högsta tillåtna värdet är 65535." #. Cw9Ts #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3125864\n" "help.text" msgid "If the Length parameter in the Mid function is omitted, all characters in the string expression from the start position to the end of the string are returned." msgstr "Om Length-parametern i Mid-funktionen utelämnas så returneras alla tecken i stränguttrycket från startpositionen till slutet av strängen." #. 8A2DR #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3144762\n" "help.text" msgid "If the Length parameter in the Mid statement is less than the length of the text that you want to replace, the text is reduced to the specified length." msgstr "Om Length-parametern i Mid-satsen är mindre än längden hos den text du vill ersätta så reduceras texten till den angivna längden." #. EUzUS #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3150769\n" "help.text" msgid "Text: The string to replace the string expression (Mid statement)." msgstr "Text: Den sträng som ska ersätta stränguttrycket (Mid-sats)." #. jK3U3 #: 03120306.xhp msgctxt "" "03120306.xhp\n" "hd_id3149560\n" "help.text" msgid "Example:" msgstr "Exempel:" #. NFDUA #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3153189\n" "help.text" msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")" msgstr "sInput = InputBox(\"Mata in ett datum i det internationella formatet 'ÅÅÅÅ-MM-DD'\")" #. t5jGn #: 03120307.xhp msgctxt "" "03120307.xhp\n" "tit\n" "help.text" msgid "Right Function" msgstr "" #. WfBGq #: 03120307.xhp msgctxt "" "03120307.xhp\n" "bm_id3153311\n" "help.text" msgid "Right function" msgstr "Right, funktion " #. dbxZX #: 03120307.xhp msgctxt "" "03120307.xhp\n" "hd_id3153311\n" "help.text" msgid "Right Function" msgstr "" #. w9pxb #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3150984\n" "help.text" msgid "Returns the rightmost \"n\" characters of a string expression." msgstr "Returnerar ett angivet antal tecken med början längst till höger i ett stränguttryck." #. p4Lba #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3149763\n" "help.text" msgid "See also: Left Function." msgstr "Se även: Left Function." #. Xy4Fw #: 03120307.xhp msgctxt "" "03120307.xhp\n" "hd_id3145315\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. A3Rzn #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3153061\n" "help.text" msgid "Right (Text As String, n As Long)" msgstr "Right (Text As String, n As Long)" #. 8sZ7E #: 03120307.xhp msgctxt "" "03120307.xhp\n" "hd_id3145068\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. SKQUo #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3156344\n" "help.text" msgid "String" msgstr "String" #. CyX7H #: 03120307.xhp msgctxt "" "03120307.xhp\n" "hd_id3146795\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. hErZb #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3153526\n" "help.text" msgid "Text: Any string expression that you want to return the rightmost characters of." msgstr "Text: Ett stränguttryck där du vill returnera tecknen längst till höger." #. D8HQ5 #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3151211\n" "help.text" msgid "n: Numeric expression that defines the number of characters that you want to return. If n = 0, a zero-length string is returned. The maximum allowed value is 65535." msgstr "n: Ett numeriskt uttryck som definierar det antal tecken du vill returnera. Om n = 0, returneras en nollängdssträng. Det högsta tillåtna värdet är 65535." #. ezXrq #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3158410\n" "help.text" msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)." msgstr "I följande exempel konverteras ett datum i formatet ÅÅÅÅ-MM-DD till amerikanskt datumformat (MM/DD/ÅÅÅÅ)." #. wgEnG #: 03120307.xhp msgctxt "" "03120307.xhp\n" "hd_id3156212\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ZbKt5 #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3159252\n" "help.text" msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")" msgstr "sInput = InputBox(\"Mata in ett datum i det internationella formatet 'ÅÅÅÅ-MM-DD'\")" #. CDv6e #: 03120308.xhp msgctxt "" "03120308.xhp\n" "tit\n" "help.text" msgid "RSet Statement" msgstr "" #. h4w66 #: 03120308.xhp msgctxt "" "03120308.xhp\n" "bm_id3153345\n" "help.text" msgid "RSet statement" msgstr "Rset, uttryck " #. QBt7J #: 03120308.xhp msgctxt "" "03120308.xhp\n" "hd_id3153345\n" "help.text" msgid "RSet Statement" msgstr "" #. 9BREa #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3150503\n" "help.text" msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another." msgstr "Högerjusterar en sträng inom en strängvariabel eller kopierar en användardefinierad variabeltyp till en annan." #. aHsZH #: 03120308.xhp msgctxt "" "03120308.xhp\n" "hd_id3149234\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. uDqvq #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3150669\n" "help.text" msgid "RSet Text As String = Text or RSet Variable1 = Variable2" msgstr "RSet Text As String = Text or RSet Variabel1 = Variabel2" #. tpDDD #: 03120308.xhp msgctxt "" "03120308.xhp\n" "hd_id3156024\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. YfmCj #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3148552\n" "help.text" msgid "Text: Any string variable." msgstr "Text: En strängvariabel." #. nsDVT #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3154924\n" "help.text" msgid "Text: String that you want to right-align in the string variable." msgstr "Text: Sträng som du vill högerjustera i strängvariabeln." #. v2Tzg #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3149456\n" "help.text" msgid "Variable1: User-defined variable that is the target for the copied variable." msgstr "Variabel1: Användardefinierad variabel som är målet för den kopierade variabeln." #. MS2Yt #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3153381\n" "help.text" msgid "Variable2: User-defined variable that you want to copy to another variable." msgstr "Variabel2: Användardefinierad variabel som du vill kopiera till en annan variabel." #. ZikcS #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3154140\n" "help.text" msgid "If the string is shorter than the string variable, RSet aligns the string to the right within the string variable. Any remaining characters in the string variable are replaced with spaces. If the string is longer than the string variable, characters exceeding the length of the variable are truncated, and only the remaining characters are right-aligned within the string variable." msgstr "Om strängen är kortare än strängvariabeln högerjusterar RSet strängen inom strängvariabeln. Alla återstående tecken i strängvariabeln ersätts med blanksteg. Om strängen är längre än strängvariabeln avkortas de tecken som överstiger variabelns längd och bara de tecken som återstår högerjusteras i strängvariabeln." #. grCLk #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3149202\n" "help.text" msgid "You can also use the RSet statement to assign variables of one user-defined type to another." msgstr "Du kan även använda RSet-satsen om du vill tilldela variabler av en användardefinierad typ till en annan." #. St2ov #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3151042\n" "help.text" msgid "The following example uses the RSet and LSet statements to modify the left and right alignment of a string." msgstr "I följande exempel används satserna RSet och LSet för att ändra vänster- och högerjusteringen i en sträng." #. BdFxA #: 03120308.xhp msgctxt "" "03120308.xhp\n" "hd_id3154909\n" "help.text" msgid "Example:" msgstr "Exempel:" #. u4Dwb #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3155856\n" "help.text" msgid "' Right-align \"SBX\" in a 40-character string" msgstr "' Högerjustera \"SBX\" i en 40-teckenssträng" #. Wvfwt #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3152577\n" "help.text" msgid "' Replace asterisks with spaces" msgstr "' Ersätt asterisker med blanksteg" #. ErXo8 #: 03120308.xhp msgctxt "" "03120308.xhp\n" "par_id3145801\n" "help.text" msgid "' Left-align \"SBX\" in a 40-character string" msgstr "' Vänsterjustera \"SBX\" i en 40-teckenssträng" #. 9ErPA #: 03120309.xhp msgctxt "" "03120309.xhp\n" "tit\n" "help.text" msgid "RTrim Function" msgstr "" #. 9jpjR #: 03120309.xhp msgctxt "" "03120309.xhp\n" "bm_id3154286\n" "help.text" msgid "RTrim function" msgstr "Rtrim, funktion " #. SXFDZ #: 03120309.xhp msgctxt "" "03120309.xhp\n" "hd_id3154286\n" "help.text" msgid "RTrim Function" msgstr "" #. eXjba #: 03120309.xhp msgctxt "" "03120309.xhp\n" "par_id3153127\n" "help.text" msgid "Deletes the spaces at the end of a string expression." msgstr "Raderar blanksteg i slutet av ett stränguttryck." #. QnpJz #: 03120309.xhp msgctxt "" "03120309.xhp\n" "par_id3153062\n" "help.text" msgid "See also: LTrim Function" msgstr "Se även: Ltrim-funktion" #. z57JG #: 03120309.xhp msgctxt "" "03120309.xhp\n" "hd_id3154924\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 3KFbV #: 03120309.xhp msgctxt "" "03120309.xhp\n" "par_id3154347\n" "help.text" msgid "RTrim (Text As String)" msgstr "RTrim (Text As String)" #. qfPg6 #: 03120309.xhp msgctxt "" "03120309.xhp\n" "hd_id3149457\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. awasf #: 03120309.xhp msgctxt "" "03120309.xhp\n" "par_id3153381\n" "help.text" msgid "String" msgstr "String" #. p2Uwz #: 03120309.xhp msgctxt "" "03120309.xhp\n" "hd_id3148798\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. UW5Fx #: 03120309.xhp msgctxt "" "03120309.xhp\n" "par_id3151380\n" "help.text" msgid "Text: Any string expression." msgstr "Text: Ett stränguttryck." #. Tq2QX #: 03120309.xhp msgctxt "" "03120309.xhp\n" "hd_id3151041\n" "help.text" msgid "Example:" msgstr "Exempel:" #. qdGRW #: 03120310.xhp msgctxt "" "03120310.xhp\n" "tit\n" "help.text" msgid "UCase Function" msgstr "" #. yrQQH #: 03120310.xhp msgctxt "" "03120310.xhp\n" "bm_id3153527\n" "help.text" msgid "UCase function" msgstr "Ucase, funktion " #. TRQNt #: 03120310.xhp msgctxt "" "03120310.xhp\n" "hd_id3153527\n" "help.text" msgid "UCase Function" msgstr "" #. vSKnv #: 03120310.xhp msgctxt "" "03120310.xhp\n" "par_id3155420\n" "help.text" msgid "Converts lowercase characters in a string to uppercase." msgstr "Konverterar små bokstäver (gemener) till stora bokstäver (versaler)." #. bHkMs #: 03120310.xhp msgctxt "" "03120310.xhp\n" "par_id3150771\n" "help.text" msgid "See also: LCase Function" msgstr "Se även: LCase Function" #. PDUSQ #: 03120310.xhp msgctxt "" "03120310.xhp\n" "par_id3153061\n" "help.text" msgid "UCase (Text As String)" msgstr "UCase (Text As String)" #. 8fcKn #: 03120310.xhp msgctxt "" "03120310.xhp\n" "par_id3146795\n" "help.text" msgid "String" msgstr "String" #. TgevM #: 03120310.xhp msgctxt "" "03120310.xhp\n" "par_id3150791\n" "help.text" msgid "Text: Any string expression that you want to convert." msgstr "Text: Ett stränguttryck som du vill konvertera." #. MmcFn #: 03120310.xhp msgctxt "" "03120310.xhp\n" "par_id3149204\n" "help.text" msgid "Print LCase(sVar) ' returns \"las vegas\"" msgstr "Print LCase(sVar) ' returnerar \"las vegas\"" #. dNrts #: 03120310.xhp msgctxt "" "03120310.xhp\n" "par_id3156280\n" "help.text" msgid "Print UCase(sVar) ' returns \"LAS VEGAS\"" msgstr "Print UCase(sVar) ' returnerar \"LAS VEGAS\"" #. 9APfU #: 03120311.xhp msgctxt "" "03120311.xhp\n" "tit\n" "help.text" msgid "Trim Function" msgstr "" #. g5F8Z #: 03120311.xhp msgctxt "" "03120311.xhp\n" "bm_id3150616\n" "help.text" msgid "Trim function" msgstr "Trim, funktion " #. HjEjn #: 03120311.xhp msgctxt "" "03120311.xhp\n" "hd_id3150616\n" "help.text" msgid "Trim Function" msgstr "" #. gJTc8 #: 03120311.xhp msgctxt "" "03120311.xhp\n" "par_id3149177\n" "help.text" msgid "Removes all leading and trailing spaces from a string expression." msgstr "Tar bort alla inledande och efterföljande blanksteg från ett stränguttryck." #. xTgNw #: 03120311.xhp msgctxt "" "03120311.xhp\n" "hd_id3159157\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. EEu5H #: 03120311.xhp msgctxt "" "03120311.xhp\n" "par_id3155341\n" "help.text" msgid "Trim( Text As String )" msgstr "Trim( Text As String )" #. ZUuwF #: 03120311.xhp msgctxt "" "03120311.xhp\n" "hd_id3155388\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. f9pGG #: 03120311.xhp msgctxt "" "03120311.xhp\n" "par_id3143228\n" "help.text" msgid "String" msgstr "String" #. VwME3 #: 03120311.xhp msgctxt "" "03120311.xhp\n" "hd_id3145609\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. kLdYS #: 03120311.xhp msgctxt "" "03120311.xhp\n" "par_id3159414\n" "help.text" msgid "Text: Any string expression." msgstr "Text: Ett stränguttryck." #. 3GonF #: 03120311.xhp msgctxt "" "03120311.xhp\n" "hd_id3148663\n" "help.text" msgid "Example:" msgstr "Exempel:" #. ZBDyG #: 03120312.xhp msgctxt "" "03120312.xhp\n" "tit\n" "help.text" msgid "ConvertToURL Function" msgstr "" #. awi9e #: 03120312.xhp msgctxt "" "03120312.xhp\n" "bm_id3152801\n" "help.text" msgid "ConvertToURL function" msgstr "ConvertToURL, funktion " #. GEiUq #: 03120312.xhp msgctxt "" "03120312.xhp\n" "hd_id3152801\n" "help.text" msgid "ConvertToURL Function" msgstr "" #. 9Xdmw #: 03120312.xhp msgctxt "" "03120312.xhp\n" "par_id3148538\n" "help.text" msgid "Converts a system file name to a file URL." msgstr "Konverterar ett systemfilnamn till en fil-URL." #. 7EFtr #: 03120312.xhp msgctxt "" "03120312.xhp\n" "hd_id3150669\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. zU9U9 #: 03120312.xhp msgctxt "" "03120312.xhp\n" "par_id3154285\n" "help.text" msgid "ConvertToURL(filename)" msgstr "ConvertToURL(filnamn)" #. eq2Gx #: 03120312.xhp msgctxt "" "03120312.xhp\n" "hd_id3150984\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. V6WhB #: 03120312.xhp msgctxt "" "03120312.xhp\n" "par_id3147530\n" "help.text" msgid "String" msgstr "String" #. m42nR #: 03120312.xhp msgctxt "" "03120312.xhp\n" "hd_id3148550\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. Dka3U #: 03120312.xhp msgctxt "" "03120312.xhp\n" "par_id3148947\n" "help.text" msgid "Filename: A file name as string." msgstr "Filnamn: Ett filnamn som en sträng." #. iFPRX #: 03120312.xhp msgctxt "" "03120312.xhp\n" "hd_id3153361\n" "help.text" msgid "Example:" msgstr "Exempel:" #. AHBLc #: 03120312.xhp msgctxt "" "03120312.xhp\n" "par_id3150792\n" "help.text" msgid "systemFile$ = \"c:\\folder\\mytext.txt\"" msgstr "systemFile$ = \"c:\\mapp\\mintext.txt\"" #. Fgfbo #: 03120313.xhp msgctxt "" "03120313.xhp\n" "tit\n" "help.text" msgid "ConvertFromURL Function" msgstr "" #. FcDBH #: 03120313.xhp msgctxt "" "03120313.xhp\n" "bm_id3153894\n" "help.text" msgid "ConvertFromURL function" msgstr "ConvertFromURL, funktion" #. ueTH4 #: 03120313.xhp msgctxt "" "03120313.xhp\n" "hd_id3153894\n" "help.text" msgid "ConvertFromURL Function" msgstr "" #. wiX8u #: 03120313.xhp msgctxt "" "03120313.xhp\n" "par_id3147226\n" "help.text" msgid "Converts a file URL to a system file name." msgstr "Konverterar en fil-URL till ett systemfilnamn." #. Gyuop #: 03120313.xhp msgctxt "" "03120313.xhp\n" "hd_id3143267\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. i96Ej #: 03120313.xhp msgctxt "" "03120313.xhp\n" "par_id3154142\n" "help.text" msgid "ConvertFromURL(filename)" msgstr "ConvertFromURL(filnamn)" #. wq6Jz #: 03120313.xhp msgctxt "" "03120313.xhp\n" "hd_id3159157\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. ESx7C #: 03120313.xhp msgctxt "" "03120313.xhp\n" "par_id3150669\n" "help.text" msgid "String" msgstr "String" #. GmBuj #: 03120313.xhp msgctxt "" "03120313.xhp\n" "hd_id3143270\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. 8R25b #: 03120313.xhp msgctxt "" "03120313.xhp\n" "par_id3156023\n" "help.text" msgid "Filename: A file name as a string." msgstr "Filnamn: Ett filnamn som en sträng." #. b5PSp #: 03120314.xhp msgctxt "" "03120314.xhp\n" "tit\n" "help.text" msgid "Split Function" msgstr "" #. jKxns #: 03120314.xhp msgctxt "" "03120314.xhp\n" "bm_id3156027\n" "help.text" msgid "Split function" msgstr "Split, funktion " #. GFRhn #: 03120314.xhp msgctxt "" "03120314.xhp\n" "hd_id3156027\n" "help.text" msgid "Split Function" msgstr "" #. LmvGz #: 03120314.xhp msgctxt "" "03120314.xhp\n" "par_id3155805\n" "help.text" msgid "Returns an array of substrings from a string expression." msgstr "Returnerar en matris med understrängar från ett stränguttryck." #. fqDbn #: 03120314.xhp msgctxt "" "03120314.xhp\n" "hd_id3149177\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. FGCEc #: 03120314.xhp msgctxt "" "03120314.xhp\n" "par_id3153824\n" "help.text" msgid "Split (Text As String, delimiter, number)" msgstr "Split (Text As String, avgränsningstecken, tal)" #. XdWY5 #: 03120314.xhp msgctxt "" "03120314.xhp\n" "hd_id3149763\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. BNdCD #: 03120314.xhp msgctxt "" "03120314.xhp\n" "par_id3154285\n" "help.text" msgid "String" msgstr "String" #. G7w77 #: 03120314.xhp msgctxt "" "03120314.xhp\n" "hd_id3145315\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. PRupM #: 03120314.xhp msgctxt "" "03120314.xhp\n" "par_id3156023\n" "help.text" msgid "Text: Any string expression." msgstr "Text: Ett stränguttryck." #. aPap3 #: 03120314.xhp msgctxt "" "03120314.xhp\n" "par_id3147560\n" "help.text" msgid "delimiter (optional): A string of one or more characters length that is used to delimit the Text. The default is the space character." msgstr "avgränsningstecken (valfritt): En sträng som är ett eller flera tecken lång och som används för att avgränsa text. Som standard används blanksteg." #. rD2HP #: 03120314.xhp msgctxt "" "03120314.xhp\n" "par_id3145069\n" "help.text" msgid "number (optional): The number of substrings that you want to return." msgstr "tal (valfritt): Antalet understrängar som du vill returnera." #. XZAoD #: 03120314.xhp msgctxt "" "03120314.xhp\n" "hd_id3150398\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 9qGtg #: 03120315.xhp msgctxt "" "03120315.xhp\n" "tit\n" "help.text" msgid "Join Function" msgstr "" #. Mg5S3 #: 03120315.xhp msgctxt "" "03120315.xhp\n" "bm_id3149416\n" "help.text" msgid "Join function" msgstr "Join, funktion " #. FjCTF #: 03120315.xhp msgctxt "" "03120315.xhp\n" "hd_id3149416\n" "help.text" msgid "Join Function" msgstr "" #. DQFTH #: 03120315.xhp msgctxt "" "03120315.xhp\n" "par_id3149670\n" "help.text" msgid "Returns a string from a number of substrings in a string array." msgstr "Returnerar en sträng från ett antal understrängar i en strängmatris." #. Tavaa #: 03120315.xhp msgctxt "" "03120315.xhp\n" "hd_id3159414\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. FrGPB #: 03120315.xhp msgctxt "" "03120315.xhp\n" "par_id3156344\n" "help.text" msgid "Join (Text As String Array, delimiter)" msgstr "Join (Text As String Array, avgränsningstecken)" #. zKGLo #: 03120315.xhp msgctxt "" "03120315.xhp\n" "hd_id3150400\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. Sx96w #: 03120315.xhp msgctxt "" "03120315.xhp\n" "par_id3150359\n" "help.text" msgid "String" msgstr "String" #. uMb7W #: 03120315.xhp msgctxt "" "03120315.xhp\n" "hd_id3148798\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. sEXB3 #: 03120315.xhp msgctxt "" "03120315.xhp\n" "par_id3145171\n" "help.text" msgid "Text: A string array." msgstr "Text: En strängmatris." #. 53dA6 #: 03120315.xhp msgctxt "" "03120315.xhp\n" "par_id3154908\n" "help.text" msgid "delimiter (optional): A string character that is used to separate the substrings in the resulting string. The default delimiter is the space character. If delimiter is a string of length zero \"\", the substrings are joined without separator." msgstr "avgränsningstecken (valfritt): Ett strängtecken som används för att avgränsa understrängar i resultatsträngen. Som standardavgränsare används blanksteg. Om avgränsningstecknet är en sträng med längden noll \"\", så sammanfogas understrängarna utan avgränsare." #. rYFAB #: 03120315.xhp msgctxt "" "03120315.xhp\n" "hd_id3154218\n" "help.text" msgid "Example:" msgstr "Exempel:" #. u25ah #: 03120400.xhp msgctxt "" "03120400.xhp\n" "tit\n" "help.text" msgid "Editing String Length" msgstr "Redigera stränglängd" #. aZQ3y #: 03120400.xhp msgctxt "" "03120400.xhp\n" "hd_id3155150\n" "help.text" msgid "Editing String Length" msgstr "Redigera stränglängd" #. Ewh7N #: 03120400.xhp msgctxt "" "03120400.xhp\n" "par_id3159201\n" "help.text" msgid "The following functions determine string lengths and compare strings." msgstr "Följande funktioner bestämmer strängars längd och jämför strängar." #. jnTB6 #: 03120401.xhp msgctxt "" "03120401.xhp\n" "tit\n" "help.text" msgid "InStr Function" msgstr "" #. JiAaK #: 03120401.xhp msgctxt "" "03120401.xhp\n" "bm_id3155934\n" "help.text" msgid "InStr function" msgstr "InStr, funktion " #. 74Qua #: 03120401.xhp msgctxt "" "03120401.xhp\n" "hd_id3155934\n" "help.text" msgid "InStr Function" msgstr "" #. b3faC #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3153990\n" "help.text" msgid "Returns the position of a string within another string." msgstr "Returnerar en strängs position i en annan sträng." #. 2DD3h #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3147303\n" "help.text" msgid "The Instr function returns the position at which the match was found. If the string was not found, the function returns 0." msgstr "Funktionen Instr returnerar den position där en matchande sträng hittades. Om strängen inte hittades returnerar funktionen värdet 0." #. F5Bsm #: 03120401.xhp msgctxt "" "03120401.xhp\n" "hd_id3145090\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. zn52D #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3146957\n" "help.text" msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])" msgstr "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])" #. e2YwH #: 03120401.xhp msgctxt "" "03120401.xhp\n" "hd_id3148538\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. g3ECS #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3149763\n" "help.text" msgid "Integer" msgstr "Integer" #. AHBXf #: 03120401.xhp msgctxt "" "03120401.xhp\n" "hd_id3148473\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. jDRQw #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3153126\n" "help.text" msgid "Start: A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535." msgstr "Start: Ett numeriskt uttryck som markerar den position i en sträng där sökningen efter den understräng som angetts ska starta. Om den här parametern utelämnas startar sökningen vid det första tecknet. Det högsta tillåtna värdet är 65535." #. SnP3c #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3145609\n" "help.text" msgid "Text1: The string expression that you want to search." msgstr "Text1: Stränguttrycket som du vill söka i." #. AiNGG #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3147559\n" "help.text" msgid "Text2: The string expression that you want to search for." msgstr "Text2: Stränguttrycket som du vill söka efter." #. t8WDt #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3154758\n" "help.text" msgid "Compare: Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive." msgstr "Jämför: Ett valfritt numeriskt uttryck som definierar jämförelsetypen. Värdet på den här parametern kan vara 0 eller 1. Standardvärdet 1 anger en textjämförelse som inte är skiftlägeskänslig. Värdet 0 anger en binär jämförelse som är skiftlägeskänslig." #. pbB6M #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3153361\n" "help.text" msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." msgstr "Om du vill undvika runtimefel bör du inte ange parametern Jämför om den första returnparametern utelämnas." #. gRVcn #: 03120401.xhp msgctxt "" "03120401.xhp\n" "hd_id3154366\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 6BbAy #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3144760\n" "help.text" msgid "sInput = \"Office\"" msgstr "sInput = \"Office\"" #. 97MNg #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3154125\n" "help.text" msgid "iPos = Instr(sInput,\"c\")" msgstr "iPos = Instr(sInput,\"c\")" #. ZG3QS #: 03120402.xhp msgctxt "" "03120402.xhp\n" "tit\n" "help.text" msgid "Len Function" msgstr "" #. 2LAEG #: 03120402.xhp msgctxt "" "03120402.xhp\n" "bm_id3154136\n" "help.text" msgid "Len function" msgstr "Len, funktion " #. HzQYT #: 03120402.xhp msgctxt "" "03120402.xhp\n" "hd_id3154136\n" "help.text" msgid "Len Function" msgstr "" #. zQW3g #: 03120402.xhp msgctxt "" "03120402.xhp\n" "par_id3147576\n" "help.text" msgid "Returns the number of characters in a string, or the number of bytes that are required to store a variable." msgstr "Returnerar antalet tecken i en sträng eller antalet byte som krävs för att lagra en variabel." #. gakob #: 03120402.xhp msgctxt "" "03120402.xhp\n" "hd_id3159177\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. RpCUx #: 03120402.xhp msgctxt "" "03120402.xhp\n" "par_id3150669\n" "help.text" msgid "Len (Text As String)" msgstr "Len (Text As String)" #. NuEBd #: 03120402.xhp msgctxt "" "03120402.xhp\n" "hd_id3148473\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. t6pbk #: 03120402.xhp msgctxt "" "03120402.xhp\n" "par_id3143270\n" "help.text" msgid "Long" msgstr "Long" #. FyaMN #: 03120402.xhp msgctxt "" "03120402.xhp\n" "hd_id3147531\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. oJqV5 #: 03120402.xhp msgctxt "" "03120402.xhp\n" "par_id3147265\n" "help.text" msgid "Text: Any string expression or a variable of another type." msgstr "Text: Ett stränguttryck eller en variabel av en annan typ." #. cDZhe #: 03120402.xhp msgctxt "" "03120402.xhp\n" "hd_id3153360\n" "help.text" msgid "Example:" msgstr "Exempel:" #. PDnri #: 03120402.xhp msgctxt "" "03120402.xhp\n" "par_id3156214\n" "help.text" msgid "MsgBox Len(sText) REM Returns 9" msgstr "MsgBox Len(sText) REM Returns 9" #. pCc2y #: 03120403.xhp msgctxt "" "03120403.xhp\n" "tit\n" "help.text" msgid "StrComp Function" msgstr "" #. CUQmm #: 03120403.xhp msgctxt "" "03120403.xhp\n" "bm_id3156027\n" "help.text" msgid "StrComp function" msgstr "StrComp, funktion " #. hyUAD #: 03120403.xhp msgctxt "" "03120403.xhp\n" "hd_id3156027\n" "help.text" msgid "StrComp Function" msgstr "" #. 8buFG #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3155805\n" "help.text" msgid "Compares two strings and returns an integer value that represents the result of the comparison." msgstr "Jämför två strängar och returnerar ett heltalsvärde som representerar jämförelsens resultat." #. sDAvR #: 03120403.xhp msgctxt "" "03120403.xhp\n" "hd_id3153345\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 6m8GA #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3150503\n" "help.text" msgid "StrComp (Text1 As String, Text2 As String[, Compare])" msgstr "StrComp (Text1 As String, Text2 As String[, Jämför])" #. 7ZVP8 #: 03120403.xhp msgctxt "" "03120403.xhp\n" "hd_id3147574\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. PhXU3 #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3156152\n" "help.text" msgid "Integer" msgstr "Integer" #. swgoh #: 03120403.xhp msgctxt "" "03120403.xhp\n" "hd_id3150984\n" "help.text" msgid "Parameter:" msgstr "Parameter:" #. ULJVC #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3153061\n" "help.text" msgid "Text1: Any string expression" msgstr "Text1: Ett stränguttryck" #. iCfGJ #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3147560\n" "help.text" msgid "Text2: Any string expression" msgstr "Text2: Ett stränguttryck" #. SjRGM #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3146796\n" "help.text" msgid "Compare: This optional parameter sets the comparison method. If Compare = 1, the string comparison is case-sensitive. If Compare = 0, no distinction is made between uppercase and lowercase letters." msgstr "Jämför: Valfri parameter som anger jämförelsemetod. Om Jämför = 1, är strängjämförelsen versalkänslig. Om Jämför = 0, görs ingen skillnad mellan stora och små bokstäver." #. YDRRT #: 03120403.xhp msgctxt "" "03120403.xhp\n" "hd_id3154940\n" "help.text" msgid "Return value" msgstr "Returvärde" #. DEruh #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3150358\n" "help.text" msgid "If Text1 < Text2 the function returns -1" msgstr "Om Text1 < Text2 returnerar funktionen -1" #. uVkpG #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3151043\n" "help.text" msgid "If Text1 = Text2 the function returns 0" msgstr "Om Text1 = Text2 returnerar funktionen 0" #. FBeHC #: 03120403.xhp msgctxt "" "03120403.xhp\n" "par_id3158410\n" "help.text" msgid "If Text1 > Text2 the function returns 1" msgstr "Om Text1 > Text2 returnerar funktionen 1" #. FjifC #: 03120403.xhp msgctxt "" "03120403.xhp\n" "hd_id3153968\n" "help.text" msgid "Example:" msgstr "Exempel:" #. xtFm8 #: 03120411.xhp msgctxt "" "03120411.xhp\n" "tit\n" "help.text" msgid "InStrRev Function [VBA]" msgstr "" #. 89dVX #: 03120411.xhp msgctxt "" "03120411.xhp\n" "bm_id3155934\n" "help.text" msgid "InStrRev function" msgstr "" #. F8BJZ #: 03120411.xhp msgctxt "" "03120411.xhp\n" "hd_id3155934\n" "help.text" msgid "InStrRev Function [VBA]" msgstr "" #. kgxfQ #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3153990\n" "help.text" msgid "Returns the position of a string within another string, starting from the right side of the string." msgstr "" #. vY8DG #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3147303\n" "help.text" msgid "The InStrRev function returns the position at which the match was found, from the right. If the string was not found, the function returns 0." msgstr "" #. HEmvR #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3146957\n" "help.text" msgid "InStrRev (Text1 As String, Text2 As String [,Start As Long] [, Compare As Integer])" msgstr "" #. Mirn4 #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3149763\n" "help.text" msgid "Long" msgstr "" #. aUMEF #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3145609\n" "help.text" msgid "Text1: The string expression that you want to search." msgstr "" #. iJw6x #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3147559\n" "help.text" msgid "Text2: The string expression that you want to search for." msgstr "" #. eREDf #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3153126\n" "help.text" msgid "Start: Optional numeric expression that marks the position from the left in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the last character of the string. The maximum allowed value is 65535." msgstr "" #. ZEauB #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3154758\n" "help.text" msgid "Compare: Optional numeric expression that defines the type of comparison. The value of this parameter can be" msgstr "" #. asNfw #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id051920170326028042\n" "help.text" msgid "1: The default value of 1 specifies a text comparison that is not case-sensitive." msgstr "" #. t7STx #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id051920170326027721\n" "help.text" msgid "0: The value of 0 specifies a binary comparison that is case-sensitive." msgstr "" #. 44X5G #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3153361\n" "help.text" msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." msgstr "" #. yABaM #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3144760\n" "help.text" msgid "sInput = \"The book is on the table\"" msgstr "" #. z9KNH #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id3154125\n" "help.text" msgid "iPos = InStrRev(sInput,\"the\",10,1) ' Returns 1, search is case-insensitive" msgstr "" #. caoEj #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id051920170322141162\n" "help.text" msgid "iPos = InStrRev(sInput,\"the\",10,0) ' Returns 0, search is case-sensitive" msgstr "" #. HSqzK #: 03120411.xhp msgctxt "" "03120411.xhp\n" "par_id051920170316395065\n" "help.text" msgid "InStr" msgstr "" #. YWCD7 #: 03120412.xhp msgctxt "" "03120412.xhp\n" "tit\n" "help.text" msgid "StrReverse Function [VBA]" msgstr "" #. zaJPm #: 03120412.xhp msgctxt "" "03120412.xhp\n" "bm_id3155934\n" "help.text" msgid "StrReverse function" msgstr "" #. DUKLC #: 03120412.xhp msgctxt "" "03120412.xhp\n" "hd_id3155934\n" "help.text" msgid "StrReverse Function [VBA]" msgstr "" #. HnA2J #: 03120412.xhp msgctxt "" "03120412.xhp\n" "par_id3153990\n" "help.text" msgid "Returns the string with the character order reversed." msgstr "" #. VwDxG #: 03120412.xhp msgctxt "" "03120412.xhp\n" "par_id3146957\n" "help.text" msgid "StrReverse (Text1 As String)" msgstr "" #. 2YT7g #: 03120412.xhp msgctxt "" "03120412.xhp\n" "par_id3149763\n" "help.text" msgid "String" msgstr "" #. x74Dw #: 03120412.xhp msgctxt "" "03120412.xhp\n" "par_id3145609\n" "help.text" msgid "Text1: The string expression that you want to reverse the character order." msgstr "" #. SFtkE #: 03130000.xhp msgctxt "" "03130000.xhp\n" "tit\n" "help.text" msgid "Other Commands" msgstr "Andra kommandon" #. zUJBH #: 03130000.xhp msgctxt "" "03130000.xhp\n" "hd_id3156027\n" "help.text" msgid "Other Commands" msgstr "Andra kommandon" #. 6DD4P #: 03130000.xhp msgctxt "" "03130000.xhp\n" "par_id3153312\n" "help.text" msgid "This is a list of the functions and the statements that are not included in the other categories." msgstr "Det här är en lista över funktioner och satser som inte tillhör andra kategorier." #. So9AH #: 03130100.xhp msgctxt "" "03130100.xhp\n" "tit\n" "help.text" msgid "Beep Statement" msgstr "" #. FuECV #: 03130100.xhp msgctxt "" "03130100.xhp\n" "bm_id3143284\n" "help.text" msgid "Beep statement" msgstr "Beep, funktion " #. Ck4Ae #: 03130100.xhp msgctxt "" "03130100.xhp\n" "hd_id3143284\n" "help.text" msgid "Beep Statement" msgstr "" #. uh3FV #: 03130100.xhp msgctxt "" "03130100.xhp\n" "par_id3159201\n" "help.text" msgid "Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch." msgstr "Spelar upp en ton genom datorns högtalare. Tonen är systemberoende och det går inte att ändra dess volym eller tonhöjd." #. ACDCD #: 03130100.xhp msgctxt "" "03130100.xhp\n" "hd_id3153990\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. 9DA89 #: 03130100.xhp msgctxt "" "03130100.xhp\n" "hd_id3148538\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 9FABw #: 03130500.xhp msgctxt "" "03130500.xhp\n" "tit\n" "help.text" msgid "Shell Function" msgstr "" #. Pp9Xa #: 03130500.xhp msgctxt "" "03130500.xhp\n" "bm_id3150040\n" "help.text" msgid "Shell function" msgstr "Shell, funktion " #. 9arQE #: 03130500.xhp msgctxt "" "03130500.xhp\n" "hd_id3150040\n" "help.text" msgid "Shell Function" msgstr "" #. DK4MC #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3153394\n" "help.text" msgid "Starts another application and defines the respective window style, if necessary." msgstr "Startar ett annat program och definierar respektive fönsterformat, om det behövs." #. KgPhE #: 03130500.xhp msgctxt "" "03130500.xhp\n" "hd_id3153345\n" "help.text" msgid "Syntax" msgstr "Syntax" #. D7XVH #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3147576\n" "help.text" msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])" msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])" #. rBDPb #: 03130500.xhp msgctxt "" "03130500.xhp\n" "hd_id3149235\n" "help.text" msgid "Parameter" msgstr "Parameter" #. 7dFVT #: 03130500.xhp msgctxt "" "03130500.xhp\n" "hd_id3154306\n" "help.text" msgid "Pathname" msgstr "Pathname" #. mEkP2 #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3155419\n" "help.text" msgid "Complete path and program name of the program that you want to start." msgstr "Fullständig sökväg och programnamn för det program du vill starta." #. PaQxf #: 03130500.xhp msgctxt "" "03130500.xhp\n" "hd_id3150771\n" "help.text" msgid "Windowstyle" msgstr "Windowstyle" #. UMDX5 #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3145609\n" "help.text" msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:" msgstr "Valfritt heltalsuttryck som anger format för det fönster programmet körs i. Följande värden är möjliga:" #. KVBLe #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3153360\n" "help.text" msgid "The focus is on the hidden program window." msgstr "Fokus placeras på det dolda programfönstret." #. 8nVHG #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3144760\n" "help.text" msgid "The focus is on the program window in standard size." msgstr "Fokus placeras på programfönstret i standardstorlek." #. yn6fB #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3148451\n" "help.text" msgid "The focus is on the minimized program window." msgstr "Fokus placeras på det minimerade programfönstret." #. FkVik #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3146921\n" "help.text" msgid "focus is on the maximized program window." msgstr "Fokus placeras på det maximerade programfönstret." #. 5Dv4V #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3155854\n" "help.text" msgid "Standard size program window, without focus." msgstr "Programfönster av standardstorlek, utan fokus." #. iPXGx #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3152938\n" "help.text" msgid "Minimized program window, focus remains on the active window." msgstr "Minimerat programfönster, fokus är kvar på det aktiva fönstret." #. cZkyq #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3151112\n" "help.text" msgid "Full-screen display." msgstr "Helskärmsvisning" #. rpPTX #: 03130500.xhp msgctxt "" "03130500.xhp\n" "hd_id3150419\n" "help.text" msgid "Param" msgstr "Param" #. DvvEa #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3149412\n" "help.text" msgid "Any string expression that specifies the command line that want to pass." msgstr "Ett stränguttryck som anger den kommandorad som ska överföras." #. bbNMF #: 03130500.xhp msgctxt "" "03130500.xhp\n" "hd_id3148456\n" "help.text" msgid "bSync" msgstr "bSync" #. n5dtg #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3154096\n" "help.text" msgid "If this value is set to true, the Shell command and all $[officename] tasks wait until the shell process completes. If the value is set to false, the shell returns directly. The default value is false." msgstr "Om det här värdet anges till true, så väntar kommandot Shell och alla $[officename]-aktiviteter tills skalprocessen är slutförd. Om värdet anges till false returneras skalet direkt. Standardvärdet är false." #. DNURM #: 03130500.xhp msgctxt "" "03130500.xhp\n" "hd_id3154270\n" "help.text" msgid "Example" msgstr "Exempel" #. Z3ZeW #: 03130600.xhp msgctxt "" "03130600.xhp\n" "tit\n" "help.text" msgid "Wait Statement" msgstr "" #. krcD3 #: 03130600.xhp msgctxt "" "03130600.xhp\n" "bm_id3154136\n" "help.text" msgid "Wait statement" msgstr "Wait, uttryck " #. 4bjCE #: 03130600.xhp msgctxt "" "03130600.xhp\n" "hd_id3154136\n" "help.text" msgid "Wait Statement" msgstr "" #. a6kxb #: 03130600.xhp msgctxt "" "03130600.xhp\n" "par_id3149236\n" "help.text" msgid "Interrupts the program execution for the amount of time that you specify in milliseconds." msgstr "Avbryter programkörningen under den tidsrymd som du anger, i millisekunder." #. o7Bum #: 03130600.xhp msgctxt "" "03130600.xhp\n" "par_id3150669\n" "help.text" msgid "Wait millisec" msgstr "Wait millisec" #. 4p7GG #: 03130600.xhp msgctxt "" "03130600.xhp\n" "par_id3154924\n" "help.text" msgid "millisec: Numeric expression that contains the amount of time (in milliseconds) to wait before the program is executed." msgstr "millisec: Numeriskt uttryck som innehåller den tidsrymd (i millisekunder) som ska passera innan programmet körs." #. EeJPC #: 03130600.xhp msgctxt "" "03130600.xhp\n" "par_id3156214\n" "help.text" msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\"" msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"Pausen varade i\"" #. jbkXE #: 03130600.xhp msgctxt "" "03130600.xhp\n" "par_id251546102545124\n" "help.text" msgid "WaitUntil statement" msgstr "" #. M3BNe #: 03130610.xhp msgctxt "" "03130610.xhp\n" "tit\n" "help.text" msgid "WaitUntil Statement" msgstr "" #. A5FNF #: 03130610.xhp msgctxt "" "03130610.xhp\n" "bm_id3154136\n" "help.text" msgid "WaitUntil statement" msgstr "" #. NZ5Zc #: 03130610.xhp msgctxt "" "03130610.xhp\n" "hd_id3154136\n" "help.text" msgid "WaitUntil Statement" msgstr "" #. 2Cmcm #: 03130610.xhp msgctxt "" "03130610.xhp\n" "par_id3149236\n" "help.text" msgid "Interrupts the program execution until the time specified." msgstr "" #. gYbAt #: 03130610.xhp msgctxt "" "03130610.xhp\n" "par_id3150669\n" "help.text" msgid "WaitUntil Time" msgstr "" #. mELig #: 03130610.xhp msgctxt "" "03130610.xhp\n" "par_id3154924\n" "help.text" msgid "Time: A Date and Time expression that contains the date and time to wait before the program is executed." msgstr "" #. VMUCS #: 03130610.xhp msgctxt "" "03130610.xhp\n" "par_id161546104675066\n" "help.text" msgid "REM Wait until 6:00 PM then call MyMacro." msgstr "" #. XYXGw #: 03130610.xhp msgctxt "" "03130610.xhp\n" "par_id1001546104650052\n" "help.text" msgid "REM If after 6:00 PM, exit." msgstr "" #. tP7b8 #: 03130610.xhp msgctxt "" "03130610.xhp\n" "par_id251546102545124\n" "help.text" msgid "Wait statement" msgstr "" #. UAAuS #: 03130700.xhp msgctxt "" "03130700.xhp\n" "tit\n" "help.text" msgid "GetSystemTicks Function" msgstr "" #. awP9M #: 03130700.xhp msgctxt "" "03130700.xhp\n" "bm_id3147143\n" "help.text" msgid "GetSystemTicks function" msgstr "GetSystemTicks, funktion " #. 997y3 #: 03130700.xhp msgctxt "" "03130700.xhp\n" "hd_id3147143\n" "help.text" msgid "GetSystemTicks Function" msgstr "" #. 3fFGL #: 03130700.xhp msgctxt "" "03130700.xhp\n" "par_id3153750\n" "help.text" msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes." msgstr "Returnerar antalet systemticks som operativsystemet använder. Du kan använda den här funktionen om du vill optimera vissa processer." #. SD4Rp #: 03130700.xhp msgctxt "" "03130700.xhp\n" "hd_id3153311\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. X5xFK #: 03130700.xhp msgctxt "" "03130700.xhp\n" "hd_id3149233\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 2Yv2V #: 03130700.xhp msgctxt "" "03130700.xhp\n" "par_id3149762\n" "help.text" msgid "Long" msgstr "Long" #. FmsU2 #: 03130700.xhp msgctxt "" "03130700.xhp\n" "hd_id3156152\n" "help.text" msgid "Example:" msgstr "Exempel:" #. mqQFf #: 03130700.xhp msgctxt "" "03130700.xhp\n" "par_id3154938\n" "help.text" msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\"" msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"Pausen varade i\"" #. s5v8i #: 03130800.xhp msgctxt "" "03130800.xhp\n" "tit\n" "help.text" msgid "Environ Function" msgstr "" #. 8CFZD #: 03130800.xhp msgctxt "" "03130800.xhp\n" "bm_id3155364\n" "help.text" msgid "Environ function" msgstr "Environ, funktion " #. qti6S #: 03130800.xhp msgctxt "" "03130800.xhp\n" "hd_id3155364\n" "help.text" msgid "Environ Function" msgstr "" #. BGRpE #: 03130800.xhp msgctxt "" "03130800.xhp\n" "par_id3145090\n" "help.text" msgid "Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have." msgstr "Returnerar värdet för en miljövariabel som en sträng. Miljövariablerna påverkas av det operativsystem som du använder." #. RFTEF #: 03130800.xhp msgctxt "" "03130800.xhp\n" "hd_id3150670\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. SnNZQ #: 03130800.xhp msgctxt "" "03130800.xhp\n" "par_id3159176\n" "help.text" msgid "Environ (Environment As String)" msgstr "Environ (Environment As String)" #. Ps9DM #: 03130800.xhp msgctxt "" "03130800.xhp\n" "hd_id3159157\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. 4DpFE #: 03130800.xhp msgctxt "" "03130800.xhp\n" "par_id3148473\n" "help.text" msgid "String" msgstr "String" #. 5aaU3 #: 03130800.xhp msgctxt "" "03130800.xhp\n" "hd_id3145609\n" "help.text" msgid "Parameters:" msgstr "Parametrar:" #. tbdD5 #: 03130800.xhp msgctxt "" "03130800.xhp\n" "par_id3159414\n" "help.text" msgid "Environment: Environment variable that you want to return the value for." msgstr "Environment: Miljövariabel som du vill returnera värdet för." #. YuJE4 #: 03130800.xhp msgctxt "" "03130800.xhp\n" "hd_id3148663\n" "help.text" msgid "Example:" msgstr "Exempel:" #. Cqpyy #: 03130800.xhp msgctxt "" "03130800.xhp\n" "par_id3145419\n" "help.text" msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\"" msgstr "MsgBox \"'\" & sTemp & \"'\" ,64,\"Katalog för temporära filer:\"" #. 83ZGB #: 03131000.xhp msgctxt "" "03131000.xhp\n" "tit\n" "help.text" msgid "GetSolarVersion Function" msgstr "" #. wqRin #: 03131000.xhp msgctxt "" "03131000.xhp\n" "bm_id3157898\n" "help.text" msgid "GetSolarVersion function" msgstr "GetSolarVersion, funktion " #. ZPTFC #: 03131000.xhp msgctxt "" "03131000.xhp\n" "hd_id3157898\n" "help.text" msgid "GetSolarVersion Function" msgstr "" #. nmGAh #: 03131000.xhp msgctxt "" "03131000.xhp\n" "par_id3152801\n" "help.text" msgid "Returns the internal number of the current $[officename] version." msgstr "Returnerar det interna numret för den aktuella $[officename]-versionen." #. ACqFf #: 03131000.xhp msgctxt "" "03131000.xhp\n" "hd_id3153311\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. oPHkj #: 03131000.xhp msgctxt "" "03131000.xhp\n" "hd_id3149514\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. cbqF2 #: 03131000.xhp msgctxt "" "03131000.xhp\n" "par_id3148685\n" "help.text" msgid "String" msgstr "String" #. UtzoF #: 03131000.xhp msgctxt "" "03131000.xhp\n" "hd_id3143270\n" "help.text" msgid "Example:" msgstr "Exempel:" #. eFKt6 #: 03131000.xhp msgctxt "" "03131000.xhp\n" "par_id3148947\n" "help.text" msgid "MsgBox sSep,64,\"Version number of the solar technology\"" msgstr "MsgBox sSep,64,\"Solar-teknikens versionsnummer\"" #. d2Cfi #: 03131300.xhp msgctxt "" "03131300.xhp\n" "tit\n" "help.text" msgid "TwipsPerPixelX Function" msgstr "" #. znE3z #: 03131300.xhp msgctxt "" "03131300.xhp\n" "bm_id3153539\n" "help.text" msgid "TwipsPerPixelX function" msgstr "TwipsPerPixelX, funktion " #. PX34j #: 03131300.xhp msgctxt "" "03131300.xhp\n" "hd_id3153539\n" "help.text" msgid "TwipsPerPixelX Function" msgstr "" #. bmYpd #: 03131300.xhp msgctxt "" "03131300.xhp\n" "par_id3153394\n" "help.text" msgid "Returns the number of twips that represent the width of a pixel." msgstr "Returnerar antalet twips som representerar bredden för en pixel." #. Aowd4 #: 03131300.xhp msgctxt "" "03131300.xhp\n" "hd_id3153527\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. bGQXF #: 03131300.xhp msgctxt "" "03131300.xhp\n" "hd_id3150669\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. cfsAF #: 03131300.xhp msgctxt "" "03131300.xhp\n" "par_id3150503\n" "help.text" msgid "Integer" msgstr "Integer" #. teyNW #: 03131300.xhp msgctxt "" "03131300.xhp\n" "hd_id3159176\n" "help.text" msgid "Example:" msgstr "Exempel:" #. 69bgG #: 03131300.xhp msgctxt "" "03131300.xhp\n" "par_id3153061\n" "help.text" msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\"" msgstr "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\"" #. BBCjC #: 03131400.xhp msgctxt "" "03131400.xhp\n" "tit\n" "help.text" msgid "TwipsPerPixelY Function" msgstr "" #. DJkHn #: 03131400.xhp msgctxt "" "03131400.xhp\n" "bm_id3150040\n" "help.text" msgid "TwipsPerPixelY function" msgstr "TwipsPerPixelY, funktion " #. De4V7 #: 03131400.xhp msgctxt "" "03131400.xhp\n" "hd_id3150040\n" "help.text" msgid "TwipsPerPixelY Function" msgstr "" #. DZE99 #: 03131400.xhp msgctxt "" "03131400.xhp\n" "par_id3154186\n" "help.text" msgid "Returns the number of twips that represent the height of a pixel." msgstr "Returnerar antalet twips som representerar höjden för en pixel." #. m6AMf #: 03131400.xhp msgctxt "" "03131400.xhp\n" "hd_id3145090\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. fKAoh #: 03131400.xhp msgctxt "" "03131400.xhp\n" "hd_id3148473\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. rUFtH #: 03131400.xhp msgctxt "" "03131400.xhp\n" "par_id3154306\n" "help.text" msgid "Integer" msgstr "Integer" #. 3GCQQ #: 03131400.xhp msgctxt "" "03131400.xhp\n" "hd_id3149235\n" "help.text" msgid "Example:" msgstr "Exempel:" #. DTKfQ #: 03131400.xhp msgctxt "" "03131400.xhp\n" "par_id3154142\n" "help.text" msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\"" msgstr "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\"" #. hTiJw #: 03131500.xhp msgctxt "" "03131500.xhp\n" "tit\n" "help.text" msgid "CreateUnoStruct Function" msgstr "" #. C5PJk #: 03131500.xhp msgctxt "" "03131500.xhp\n" "bm_id3150499\n" "help.text" msgid "CreateUnoStruct function" msgstr "CreateUnoStruct, funktion " #. QJFXF #: 03131500.xhp msgctxt "" "03131500.xhp\n" "hd_id3150499\n" "help.text" msgid "CreateUnoStruct Function" msgstr "" #. XVkg2 #: 03131500.xhp msgctxt "" "03131500.xhp\n" "par_id3150713\n" "help.text" msgid "Creates an instance of a Uno structure type." msgstr "Skapar en instans av en Uno-strukturtyp." #. ZHPLD #: 03131500.xhp msgctxt "" "03131500.xhp\n" "par_id3155341\n" "help.text" msgid "oStruct = CreateUnoStruct( Uno type name )" msgstr "oStruct = CreateUnoStruct( Uno-typnamn )" #. WBYcA #: 03131500.xhp msgctxt "" "03131500.xhp\n" "par_id3147226\n" "help.text" msgid "Or use the following structure for your statement:" msgstr "" #. XLhUX #: 03131600.xhp msgctxt "" "03131600.xhp\n" "tit\n" "help.text" msgid "CreateUnoService Function" msgstr "" #. khb7S #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id3150682\n" "help.text" msgid "CreateUnoService functionAPI;FilePickerAPI;FunctionAccess" msgstr "" #. aeYuT #: 03131600.xhp msgctxt "" "03131600.xhp\n" "hd_id3150682\n" "help.text" msgid "CreateUnoService Function" msgstr "" #. rJbLM #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id3152924\n" "help.text" msgid "Instantiates a Uno service with the ProcessServiceManager." msgstr "Instansierar en Uno-tjänst med ProcessServiceManager." #. NjYQ2 #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id3153346\n" "help.text" msgid "oService = CreateUnoService( Uno service name )" msgstr "oService = CreateUnoService( Uno-tjänstnamn)" #. BajPb #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_idN1060F\n" "help.text" msgid "For a list of available services, go to: https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html" msgstr "" #. 9jnBL #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id731561653332192\n" "help.text" msgid "Calc functions;API Service" msgstr "" #. 7YLme #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id891561653344669\n" "help.text" msgid "Calling Calc functions in Basic:" msgstr "" #. dASYG #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id741592351349391\n" "help.text" msgid "REM The code below does not work for add-in functions, which have a different calling procedure." msgstr "" #. JnBj8 #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id31561653863623\n" "help.text" msgid "REM Always use the function English name" msgstr "" #. U26ti #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id8334604\n" "help.text" msgid "filepicker;API service" msgstr "filepicker; API-tjänst" #. HjGD6 #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_idN10625\n" "help.text" msgid "The following code uses a service to open a file open dialog:" msgstr "I följande kod används en tjänst för att öppna dialogrutan där en fil öppnas:" #. WENTD #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_idN1062B\n" "help.text" msgid "fName = FileOpenDialog (\"Please select a file\")" msgstr "fName = FileOpenDialog (\"Välj en fil\")" #. 3e67q #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_idN10630\n" "help.text" msgid "Print \"file chosen: \"+fName" msgstr "Print \"vald fil: \"+fName" #. BVUbv #: 03131700.xhp msgctxt "" "03131700.xhp\n" "tit\n" "help.text" msgid "GetProcessServiceManager Function" msgstr "" #. zBqDB #: 03131700.xhp msgctxt "" "03131700.xhp\n" "bm_id3153255\n" "help.text" msgid "GetProcessServiceManager functionProcessServiceManager" msgstr "GetProcessServiceManager-funktion ProcessServiceManager" #. 9igPo #: 03131700.xhp msgctxt "" "03131700.xhp\n" "hd_id3153255\n" "help.text" msgid "GetProcessServiceManager Function" msgstr "" #. L2WEC #: 03131700.xhp msgctxt "" "03131700.xhp\n" "par_id3156414\n" "help.text" msgid "Returns the ProcessServiceManager (central Uno ServiceManager)." msgstr "Returnerar ProcessServiceManager (central Uno ServiceManager)." #. KsmMT #: 03131700.xhp msgctxt "" "03131700.xhp\n" "par_id3145136\n" "help.text" msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments." msgstr "Den här funktionen är nödvändig när du vill instansiera en tjänst genom att använda CreateInstanceWithArguments." #. hojsP #: 03131700.xhp msgctxt "" "03131700.xhp\n" "par_id3148473\n" "help.text" msgid "' this is the same as the following statement:" msgstr "" #. ZfAue #: 03131800.xhp msgctxt "" "03131800.xhp\n" "tit\n" "help.text" msgid "CreateUnoDialog Function" msgstr "" #. g2fTK #: 03131800.xhp msgctxt "" "03131800.xhp\n" "bm_id3150040\n" "help.text" msgid "CreateUnoDialog function" msgstr "CreateUnoDialog, funktion " #. iSyTd #: 03131800.xhp msgctxt "" "03131800.xhp\n" "hd_id3150040\n" "help.text" msgid "CreateUnoDialog Function" msgstr "" #. ryoxW #: 03131800.xhp msgctxt "" "03131800.xhp\n" "par_id3154186\n" "help.text" msgid "Creates a Basic Uno object that represents a Uno dialog control during Basic runtime." msgstr "Skapar ett Basic Uno-objekt som representerar en Uno-dialogkontroll under Basic runtime." #. BLKpJ #: 03131800.xhp msgctxt "" "03131800.xhp\n" "par_id3153750\n" "help.text" msgid "Dialogs are defined in the dialog libraries. To display a dialog, a \"live\" dialog must be created from the library." msgstr "Dialogrutor definieras i dialogrutebiblioteken. Om du vill visa en dialogruta måste du skapa en direktdialogruta från biblioteket." #. A4Fe3 #: 03131800.xhp msgctxt "" "03131800.xhp\n" "par_id3153681\n" "help.text" msgid "See Examples." msgstr "Se Exempel." #. 4W3aw #: 03131800.xhp msgctxt "" "03131800.xhp\n" "par_id3159157\n" "help.text" msgid "' Get dialog description from the dialog library" msgstr "' Hämta dialogbeskrivningen från dialogbiblioteket" #. FwAPn #: 03131800.xhp msgctxt "" "03131800.xhp\n" "par_id3154923\n" "help.text" msgid "' Generate \"live\" dialog" msgstr "" #. KxwFT #: 03131800.xhp msgctxt "" "03131800.xhp\n" "par_id3148550\n" "help.text" msgid "' display \"live\" dialog" msgstr "' generera direktdialogruta" #. GkzVk #: 03131900.xhp msgctxt "" "03131900.xhp\n" "tit\n" "help.text" msgid "GlobalScope" msgstr "" #. Rdvas #: 03131900.xhp msgctxt "" "03131900.xhp\n" "bm_id3150682\n" "help.text" msgid "GlobalScope specifierlibrary systemsLibrary containerGlobalScopeAPI; BasicLibrariesAPI; DialogLibrariesBasicLibraries; library containerDialogLibraries; library container" msgstr "" #. BEFVK #: 03131900.xhp msgctxt "" "03131900.xhp\n" "hd_id3150682\n" "help.text" msgid "GlobalScope specifier" msgstr "" #. BKWJA #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id991572457387308\n" "help.text" msgid "To manage personal or shared library containers (%PRODUCTNAME Macros or My Macros) from within a document, use the GlobalScope specifier." msgstr "" #. Jz8ET #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3153345\n" "help.text" msgid "Basic source code and dialogs are organized in library containers. Libraries can contain modules and dialogs." msgstr "" #. BhGwB #: 03131900.xhp msgctxt "" "03131900.xhp\n" "hd_id3143271\n" "help.text" msgid "In Basic:" msgstr "I Basic:" #. JLAkk #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3153061\n" "help.text" msgid "Basic libraries and modules can be managed with the BasicLibraries object. Libraries can be searched, explored and loaded on request. Monitoring Documents Events illustrates %PRODUCTNAME library loading." msgstr "" #. retJJ #: 03131900.xhp msgctxt "" "03131900.xhp\n" "hd_id3154346\n" "help.text" msgid "In dialogs:" msgstr "I dialogrutor:" #. tQBVS #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3148663\n" "help.text" msgid "Dialog libraries and dialogs can be managed with the DialogLibraries object. Opening a Dialog With Basic illustrates how to display %PRODUCTNAME shared dialogs." msgstr "" #. eBUEF #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3150543\n" "help.text" msgid "BasicLibraries and DialogLibraries containers exist at application level and within every document. Document's library containers do not need the GlobalScope specifier to be managed. If you want to call a global library container (located in %PRODUCTNAME Macros or My Macros) from within a document, you must use the GlobalScope specifier." msgstr "" #. BDRji #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3154124\n" "help.text" msgid "Example in the document Basic" msgstr "Exempel i dokument-Basic" #. 4wLHg #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3158408\n" "help.text" msgid "' calling Dialog1 in the document library Standard" msgstr "' anropar Dialog1 i dokumentbiblioteket Standard" #. BcE6x #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3154910\n" "help.text" msgid "' calling Dialog2 in the application library Library1" msgstr "' anropar Dialog2 i programbiblioteket Bibliotek1" #. o6UAK #: 03132000.xhp msgctxt "" "03132000.xhp\n" "tit\n" "help.text" msgid "CreateUnoListener Function" msgstr "" #. kGnFg #: 03132000.xhp msgctxt "" "03132000.xhp\n" "bm_id3155150\n" "help.text" msgid "CreateUnoListener function" msgstr "CreateUnoListener, funktion " #. uFGpR #: 03132000.xhp msgctxt "" "03132000.xhp\n" "hd_id3155150\n" "help.text" msgid "CreateUnoListener Function" msgstr "" #. KPYNU #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3149346\n" "help.text" msgid "Creates a Listener instance." msgstr "Skapar en lyssnarinstans." #. X9iCk #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3153681\n" "help.text" msgid "Many Uno interfaces let you register listeners on a special listener interface. This allows you to listen for specific events and call up the appropriate listener method. The CreateUnoListener function waits for the called listener interface and then passes the interface an object that the interface supports. This object is then passed to the method to register the listener." msgstr "Många Uno-gränssnitt låter dig registrera lyssnare på speciella lyssnargränssnitt. På detta sätt kan du lyssna efter specifika händelser och anropa lämpliga lyssnarmetoder. Funktionen CreateUnoListener väntar på det anropade lyssnargränssnittet och skickar sedan ett objekt till gränssnittet som gränssnittet stöder. Detta objekt skickas sedan till metoden för att registrera lyssnaren." #. JC793 #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3143228\n" "help.text" msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )" msgstr "oListener = CreateUnoListener( Prefixnamn, Lyssnargränssnittsnamn )" #. B3pJi #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3154046\n" "help.text" msgid "The following example is based on a Basic library object." msgstr "Följande exempel baseras på ett Basic-biblioteksobjekt." #. XfhKG #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3149294\n" "help.text" msgid "The CreateUnoListener method requires two parameters. The first is a prefix and is explained in detail below. The second parameter is the fully qualified name of the Listener interface that you want to use." msgstr "Metoden CreateUnoListener kräver två parametrar. Den första är ett prefix och förklaras utförligt nedan. Den andra parametern är det fullständiga namnet för lyssnargränssnittet som du vill använda." #. NxpXn #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3149670\n" "help.text" msgid "The Listener must then be added to the Broadcaster Object. This is done by calling the appropriate method for adding a Listener. These methods always follow the pattern \"addFooListener\", where \"Foo\" is the Listener Interface Type, without the 'X'. In this example, the addContainerListener method is called to register the XContainerListener:" msgstr "Lyssnaren måste sedan läggas till i Broadcaster-objektet. Detta åstadkoms genom att lämplig metod för tillägg av en lyssnare anropas. Metoderna följer alltid mönstret \"addFooListener\", där \"Foo\" är lyssnargränssnittstypen utan 'X'. I det här exemplet anropas metoden addContainerListener för att registrera XContainerListener:" #. dbBi5 #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3154940\n" "help.text" msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!" msgstr "oLib = BasicLibraries.Bibliotek1 ' Bibliotek1 måste finnas!" #. bCau9 #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3150359\n" "help.text" msgid "oLib.addContainerListener( oListener ) ' Register the listener" msgstr "oLib.addContainerListener( oListener ) ' Registrera lyssnaren" #. CSsC5 #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3154138\n" "help.text" msgid "The Listener is now registered. When an event occurs, the corresponding Listener calls the appropriate method from the com.sun.star.container.XContainerListener Interface." msgstr "Lyssnaren är nu registrerad. När en händelse inträffar anropar motsvarande lyssnare lämplig metod från gränssnittet com.sun.star.container.XContainerListener." #. DE8U9 #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3148922\n" "help.text" msgid "The prefix calls registered Listeners from Basic-subroutines. The Basic run-time system searches for Basic-subroutines or functions that have the name \"PrefixListenerMethode\" and calls them when found. Otherwise, a run-time error occurs." msgstr "Prefixet anropar registrerade lyssnare från Basic-subrutiner. Basic-runtimesystemet söker efter Basic-subrutiner eller funktioner som har namnet \"PrefixListenerMethode\" och anropar dem när de hittas. Annars inträffar ett runtime-fel." #. jUJqF #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3150768\n" "help.text" msgid "In this example, the Listener-Interface uses the following methods:" msgstr "I det här exemplet använder lyssnargränssnittet följande metoder:" #. miuA2 #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3151176\n" "help.text" msgid "disposing:" msgstr "disponering:" #. yK2Er #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3145173\n" "help.text" msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces" msgstr "basgränssnitt för lyssnare (com.sun.star.lang.XEventListener): basgränssnitt för alla lyssnargränssnitt" #. 2HzDU #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3156212\n" "help.text" msgid "elementInserted:" msgstr "elementInserted:" #. MrmiF #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3159254\n" "help.text" msgid "Method of the com.sun.star.container.XContainerListener interface" msgstr "Metod för gränssnittet com.sun.star.container.XContainerListener" #. TjuCT #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3147287\n" "help.text" msgid "elementRemoved:" msgstr "elementRemoved:" #. RDU7w #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3146119\n" "help.text" msgid "Method of the com.sun.star.container.XContainerListener interface" msgstr "Metod för gränssnittet com.sun.star.container.XContainerListener" #. tkbYn #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3153951\n" "help.text" msgid "elementReplaced:" msgstr "elementReplaced:" #. SusGE #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3154013\n" "help.text" msgid "Method of the com.sun.star.container.XContainerListener interface" msgstr "Metod för gränssnittet com.sun.star.container.XContainerListener" #. 9uxod #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3147435\n" "help.text" msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:" msgstr "I det här exemplet är prefixet ContListener_. Följande subrutiner måste därför implementeras i Basic:" #. SGZEE #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3155411\n" "help.text" msgid "ContListener_disposing" msgstr "ContListener_disposing" #. 6mUaL #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3146923\n" "help.text" msgid "ContListener_elementInserted" msgstr "ContListener_elementInserted" #. qpmso #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3147318\n" "help.text" msgid "ContListener_elementRemoved" msgstr "ContListener_elementRemoved" #. nSKDC #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3152578\n" "help.text" msgid "ContListener_elementReplaced" msgstr "ContListener_elementReplaced" #. DkGAT #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3150592\n" "help.text" msgid "An event structure type that contains information about an event exists for every Listener type. When a Listener method is called, an instance of this event is passed to the method as a parameter. Basic Listener methods can also call these event objects, so long as the appropriate parameter is passed in the Sub declaration. For example:" msgstr "En händelsestruktur som innehåller information om en händelse finns för varje lyssnartyp. När en lyssnarmetod anropas skickas en instans av den här händelsen till metoden som en parameter. Basic-lyssnarmetoder kan också anropa de här händelseobjekten så länge som lämpliga parametrar skickas i Sub-deklarationen. Till exempel:" #. 2KgyV #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3153876\n" "help.text" msgid "MsgBox \"disposing\"" msgstr "MsgBox \"disposing\"" #. VexRZ #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3154098\n" "help.text" msgid "MsgBox \"elementInserted\"" msgstr "MsgBox \"elementInserted\"" #. nDpha #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3153947\n" "help.text" msgid "MsgBox \"elementRemoved\"" msgstr "MsgBox \"elementRemoved\"" #. LAA8q #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3148915\n" "help.text" msgid "MsgBox \"elementReplaced\"" msgstr "MsgBox \"elementReplaced\"" #. LEsCM #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3156056\n" "help.text" msgid "You do not need to include the parameter of an event object if the object is not used:" msgstr "Du behöver inte inkludera parametern för ett händelseobjekt om det inte används:" #. JEkFe #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3150042\n" "help.text" msgid "' Minimal implementation of Sub disposing" msgstr "' Minimal implementering av Sub-disponering" #. ptrQ7 #: 03132000.xhp msgctxt "" "03132000.xhp\n" "par_id3150940\n" "help.text" msgid "Listener methods must always be implemented to avoid Basic run-time errors." msgstr "Lyssnarmetoder måste alltid implementeras för att undvika Basic runtime-fel." #. DkK8h #: 03132100.xhp msgctxt "" "03132100.xhp\n" "tit\n" "help.text" msgid "GetGuiType Function" msgstr "" #. EwV8a #: 03132100.xhp msgctxt "" "03132100.xhp\n" "bm_id3147143\n" "help.text" msgid "GetGuiType function" msgstr "GetGuiType, funktion " #. JzY2R #: 03132100.xhp msgctxt "" "03132100.xhp\n" "hd_id3155310\n" "help.text" msgid "GetGuiType Function" msgstr "" #. 2DTJG #: 03132100.xhp msgctxt "" "03132100.xhp\n" "par_id3152459\n" "help.text" msgid "Returns a numerical value that specifies the graphical user interface." msgstr "Returnerar ett numeriskt värde som anger det grafiska användargränssnittet." #. AtD66 #: 03132100.xhp msgctxt "" "03132100.xhp\n" "par_id3153323\n" "help.text" msgid "This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments." msgstr "" #. JS4Ln #: 03132100.xhp msgctxt "" "03132100.xhp\n" "hd_id3154894\n" "help.text" msgid "Syntax:" msgstr "Syntax:" #. DPQAT #: 03132100.xhp msgctxt "" "03132100.xhp\n" "hd_id3149346\n" "help.text" msgid "Return value:" msgstr "Returvärde:" #. M9kBS #: 03132100.xhp msgctxt "" "03132100.xhp\n" "par_id3153748\n" "help.text" msgid "Integer" msgstr "Integer" #. rfPGz #: 03132100.xhp msgctxt "" "03132100.xhp\n" "hd_id3149177\n" "help.text" msgid "Return values:" msgstr "Returvärde:" #. 5Zq2B #: 03132100.xhp msgctxt "" "03132100.xhp\n" "par_id3147242\n" "help.text" msgid "1: Windows" msgstr "1: Windows" #. oEFAg #: 03132100.xhp msgctxt "" "03132100.xhp\n" "par_id3156152\n" "help.text" msgid "4: UNIX" msgstr "4: UNIX" #. HRBeb #: 03132100.xhp msgctxt "" "03132100.xhp\n" "hd_id3148685\n" "help.text" msgid "Example:" msgstr "Exempel:" #. EPYGA #: 03132200.xhp msgctxt "" "03132200.xhp\n" "tit\n" "help.text" msgid "ThisComponent Object" msgstr "" #. AKrki #: 03132200.xhp msgctxt "" "03132200.xhp\n" "bm_id3155342\n" "help.text" msgid "ThisComponent object components;addressing" msgstr "" #. 88n2h #: 03132200.xhp msgctxt "" "03132200.xhp\n" "hd_id3155342\n" "help.text" msgid "ThisComponent Object" msgstr "" #. zizyQ #: 03132200.xhp msgctxt "" "03132200.xhp\n" "par_id3154923\n" "help.text" msgid "Addresses the active component whose properties can be read and set, and whose methods can be called. ThisComponent is used in Basic, where it represents the current document. Properties and methods available through ThisComponent depend on the document type." msgstr "" #. 6Exm3 #: 03132200.xhp msgctxt "" "03132200.xhp\n" "par_id3154123\n" "help.text" msgid "' updates the \"Table of Contents\" in a text doc" msgstr "' Uppdaterar innehållsförteckningen i ett textdokument" #. 3vMxq #: 03132200.xhp msgctxt "" "03132200.xhp\n" "par_id3153194\n" "help.text" msgid "index = allindexes.getByName(\"Table of Contents1\")" msgstr "index = allindexes.getByName(\"Innehållsförteckning1\")" #. wXzGW #: 03132200.xhp msgctxt "" "03132200.xhp\n" "par_id3156422\n" "help.text" msgid "' use the default name for Table of Contents and a 1" msgstr "' Använd standardnamnet för innehållsförteckningar och siffran 1" #. QgZSF #: 03132300.xhp msgctxt "" "03132300.xhp\n" "tit\n" "help.text" msgid "CreateUnoValue Function" msgstr "" #. VGQcy #: 03132300.xhp msgctxt "" "03132300.xhp\n" "bm_id3150682\n" "help.text" msgid "CreateUnoValue function" msgstr "CreateUnoValue, funktion " #. d8Ftc #: 03132300.xhp msgctxt "" "03132300.xhp\n" "hd_id3150682\n" "help.text" msgid "CreateUnoValue Function" msgstr "" #. abSpa #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3147291\n" "help.text" msgid "Returns an object that represents a strictly typed value referring to the Uno type system." msgstr "Returnerar ett objekt som representerar ett strikt skrivet värde som refererar till typsystemet Uno." #. JtnN4 #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3143267\n" "help.text" msgid "This object is automatically converted to an Any of the corresponding type when passed to Uno. The type must be specified by its fully qualified Uno type name." msgstr "Det här objektet konverteras automatiskt till ett Any av motsvarande typ när det överförs till Uno. Typen måste anges av sitt fullt kvalificerade Uno-typnamn." #. JnEAt #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3153626\n" "help.text" msgid "The $[officename] API frequently uses the Any type. It is the counterpart of the Variant type known from other environments. The Any type holds one arbitrary Uno type and is used in generic Uno interfaces." msgstr "$[officename] API använder ofta Any-typ. Det här är motsvarigheten till Variant-typen som är bekant från andra miljöer. Any-typen innehåller en godtycklig Uno-typ och används i generiska Uno-gränssnitt." #. vixw3 #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3154760\n" "help.text" msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ' to get a byte sequence." msgstr "" #. rSTG8 #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3150541\n" "help.text" msgid "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the TypeConverter service is used." msgstr "" #. bT3DS #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3153524\n" "help.text" msgid "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This can happen when you try to access generic Any based interfaces, such as XPropertySet::setPropertyValue( Name, Value ) or X???Container::insertBy???( ???, Value ), from $[officename] Basic. The Basic runtime does not recognize these types as they are only defined in the corresponding service." msgstr "" #. TpSGK #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3154366\n" "help.text" msgid "In this type of situation, $[officename] Basic chooses the best matching type for the Basic type that you want to convert. However, if the wrong type is selected, an error occurs. You use the CreateUnoValue() function to create a value for the unknown Uno type." msgstr "" #. QxoCy #: 03132300.xhp msgctxt "" "03132300.xhp\n" "par_id3150769\n" "help.text" msgid "You can also use this function to pass non-Any values, but this is not recommend. If Basic already knows the target type, using the CreateUnoValue() function will only lead to additional converting operations that slow down the Basic execution." msgstr "" #. yUCwp #: 03132400.xhp msgctxt "" "03132400.xhp\n" "tit\n" "help.text" msgid "CreateObject Function" msgstr "" #. 6XBLd #: 03132400.xhp msgctxt "" "03132400.xhp\n" "bm_id659810\n" "help.text" msgid "CreateObject function" msgstr "CreateObject, funktion " #. GkTQC #: 03132400.xhp msgctxt "" "03132400.xhp\n" "par_idN10580\n" "help.text" msgid "CreateObject Function" msgstr "" #. PAXDf #: 03132400.xhp msgctxt "" "03132400.xhp\n" "par_idN10590\n" "help.text" msgid "Creates a UNO object. On Windows, can also create OLE objects." msgstr "Skapar ett UNO-objekt. I Windows går det även att skapa OLE-objekt." #. rw8go #: 03132400.xhp msgctxt "" "03132400.xhp\n" "par_idN1059F\n" "help.text" msgid "This method creates instances of the type that is passed as parameter." msgstr "Den här metoden skapar instanser av den typ som skickas som parameter." #. mNxwL #: 03132400.xhp msgctxt "" "03132400.xhp\n" "par_idN105A6\n" "help.text" msgid "oObj = CreateObject( type )" msgstr "oObj = CreateObject( type )" #. Gthw7 #: 03132500.xhp msgctxt "" "03132500.xhp\n" "tit\n" "help.text" msgid "GetDefaultContext Function" msgstr "" #. BWuFq #: 03132500.xhp msgctxt "" "03132500.xhp\n" "bm_id4761192\n" "help.text" msgid "GetDefaultContext function" msgstr "GetDefaultContext-funktion" #. 9Eu6p #: 03132500.xhp msgctxt "" "03132500.xhp\n" "par_idN10580\n" "help.text" msgid "GetDefaultContext Function" msgstr "" #. WkwpA #: 03132500.xhp msgctxt "" "03132500.xhp\n" "par_idN10590\n" "help.text" msgid "Returns the default context of the process service factory, if existent, else returns a null reference." msgstr "Returnerar standardsammanhanget för fabrik för processtjänst, om sådant finns. Annars returneras en Null-referens." #. SanWM #: 03132500.xhp msgctxt "" "03132500.xhp\n" "par_idN10593\n" "help.text" msgid "This function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the Professional UNO chapter in the Developer's Guide on api.libreoffice.org for more information." msgstr "" #. DJUpk #: 03140000.xhp msgctxt "" "03140000.xhp\n" "tit\n" "help.text" msgid "DDB Function [VBA]" msgstr "" #. d8gef #: 03140000.xhp msgctxt "" "03140000.xhp\n" "bm_id3150499\n" "help.text" msgid "DDB function" msgstr "" #. E85CC #: 03140000.xhp msgctxt "" "03140000.xhp\n" "hd_id3150499\n" "help.text" msgid "DDB Function [VBA]" msgstr "" #. rGkXG #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the depreciation of an asset for a specified period using the arithmetic-declining method." msgstr "" #. KfuMp #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id061420170142332738\n" "help.text" msgid "Cost fixes the initial cost of an asset." msgstr "" #. mWGxG #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id061420170142331999\n" "help.text" msgid "Salvage fixes the value of an asset at the end of its life." msgstr "" #. FvuQV #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id061420170142338147\n" "help.text" msgid "Life is the number of periods (for example, years or months) defining how long the asset is to be used." msgstr "" #. CXDxf #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id061420170142338917\n" "help.text" msgid "Period states the period for which the value is to be calculated." msgstr "" #. mWzMf #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id061420170142335816\n" "help.text" msgid "Factor (optional) is the factor by which depreciation decreases. If a value is not entered, the default is factor 2." msgstr "" #. PSocM #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id3145609\n" "help.text" msgid "Use this form of depreciation if you require a higher initial depreciation value as opposed to linear depreciation. The depreciation value gets less with each period and is usually used for assets whose value loss is higher shortly after purchase (for example, vehicles, computers). Please note that the book value will never reach zero under this calculation type." msgstr "" #. eDUy5 #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id061420170142332315\n" "help.text" msgid "Print ddb_yr1 ' returns 1,721.81 currency units." msgstr "" #. SuN6U #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id061420170153186192\n" "help.text" msgid "DDB function in CALC" msgstr "" #. CB2Rc #: 03140001.xhp msgctxt "" "03140001.xhp\n" "tit\n" "help.text" msgid "FV Function [VBA]" msgstr "" #. uaTHU #: 03140001.xhp msgctxt "" "03140001.xhp\n" "bm_id3150499\n" "help.text" msgid "FV function" msgstr "" #. 4mJEP #: 03140001.xhp msgctxt "" "03140001.xhp\n" "hd_id3150499\n" "help.text" msgid "FV Function [VBA]" msgstr "" #. xLDE6 #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value)." msgstr "" #. GgpBN #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id06142017042024114\n" "help.text" msgid "Rate is the periodic interest rate." msgstr "" #. nuLEX #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id061420170420241668\n" "help.text" msgid "NPer is the total number of periods (payment period)." msgstr "" #. Rb8hf #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id061420170420248911\n" "help.text" msgid "Pmt is the annuity paid regularly per period." msgstr "" #. xbRhK #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id061420170420246794\n" "help.text" msgid "PV (optional) is the (present) cash value of an investment." msgstr "" #. sBDgf #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id061420170420241932\n" "help.text" msgid "Due (optional) defines whether the payment is due at the beginning or the end of a period." msgstr "" #. RgSMC #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" msgstr "" #. GqcwG #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id061420170429263061\n" "help.text" msgid "1 - the payment is due at the beginning of the period." msgstr "" #. 8F7Qm #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id061420170142332315\n" "help.text" msgid "Print myFV ' returns 4234.00 currency units. The value at the end of the investment is 4234.00 currency units." msgstr "" #. mTaud #: 03140001.xhp msgctxt "" "03140001.xhp\n" "par_id061420170153186192\n" "help.text" msgid "FV function in CALC" msgstr "" #. oxTJD #: 03140002.xhp msgctxt "" "03140002.xhp\n" "tit\n" "help.text" msgid "IPmt Function [VBA]" msgstr "" #. xFSV4 #: 03140002.xhp msgctxt "" "03140002.xhp\n" "bm_id3150499\n" "help.text" msgid "IPmt function" msgstr "" #. j6Dqb #: 03140002.xhp msgctxt "" "03140002.xhp\n" "hd_id3150499\n" "help.text" msgid "IPmt Function [VBA]" msgstr "" #. NhJBQ #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id3151384\n" "help.text" msgid "Calculates the periodic amortizement for an investment with regular payments and a constant interest rate." msgstr "" #. U4AjW #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170730135034\n" "help.text" msgid "Rate is the periodic interest rate." msgstr "" #. d9LjU #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170730137782\n" "help.text" msgid "Per is the period, for which the compound interest is calculated. Period=NPER if compound interest for the last period is calculated." msgstr "" #. pYEPW #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170730134582\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." msgstr "" #. ThuAb #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170730144688\n" "help.text" msgid "PV is the present cash value in sequence of payments." msgstr "" #. M8msq #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170730148520\n" "help.text" msgid "FV (optional) is the desired value (future value) at the end of the periods." msgstr "" #. NAkQG #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170730141431\n" "help.text" msgid "Due (optional) is the due date for the periodic payments." msgstr "" #. DAsKq #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" msgstr "" #. kvFzu #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170429263061\n" "help.text" msgid "1 - the payment is due at the beginning of the period." msgstr "" #. cc7HY #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170142332315\n" "help.text" msgid "Print myIPmt ' returns -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units." msgstr "" #. 8dXzf #: 03140002.xhp msgctxt "" "03140002.xhp\n" "par_id061420170153186192\n" "help.text" msgid "IPMT function in CALC" msgstr "" #. dif5D #: 03140003.xhp msgctxt "" "03140003.xhp\n" "tit\n" "help.text" msgid "IRR Function [VBA]" msgstr "" #. pBTcf #: 03140003.xhp msgctxt "" "03140003.xhp\n" "bm_id3150499\n" "help.text" msgid "IRR function" msgstr "" #. htTGN #: 03140003.xhp msgctxt "" "03140003.xhp\n" "hd_id3150499\n" "help.text" msgid "IRR Function [VBA]" msgstr "" #. GC4DC #: 03140003.xhp msgctxt "" "03140003.xhp\n" "par_id3151384\n" "help.text" msgid "Calculates the internal rate of return for an investment." msgstr "" #. oGM2A #: 03140003.xhp msgctxt "" "03140003.xhp\n" "par_id061420170730135034\n" "help.text" msgid "Values(): The array of values of the cash-flow. The values represent cash flow values at regular intervals, at least one value must be negative (payments), and at least one value must be positive (income)." msgstr "" #. BFPX6 #: 03140003.xhp msgctxt "" "03140003.xhp\n" "par_id061420170730137782\n" "help.text" msgid "Guess An initial estimate at what the IRR will be." msgstr "" #. BU7LM #: 03140003.xhp msgctxt "" "03140003.xhp\n" "par_id061620170217548258\n" "help.text" msgid "Print irrValue ' returns 11.3321028236252 . The internal rate of return of the cash flow." msgstr "" #. CkEV5 #: 03140003.xhp msgctxt "" "03140003.xhp\n" "par_id061420170153186192\n" "help.text" msgid "IRR function in CALC" msgstr "" #. htBbj #: 03140004.xhp msgctxt "" "03140004.xhp\n" "tit\n" "help.text" msgid "MIRR Function [VBA]" msgstr "" #. AZUV5 #: 03140004.xhp msgctxt "" "03140004.xhp\n" "bm_id3150499\n" "help.text" msgid "MIRR function" msgstr "" #. ztrr4 #: 03140004.xhp msgctxt "" "03140004.xhp\n" "hd_id3150499\n" "help.text" msgid "MIRR Function [VBA]" msgstr "" #. iEx4J #: 03140004.xhp msgctxt "" "03140004.xhp\n" "par_id3151384\n" "help.text" msgid "Calculates the modified internal rate of return of a series of investments." msgstr "" #. eoGsD #: 03140004.xhp msgctxt "" "03140004.xhp\n" "par_id061420170730135034\n" "help.text" msgid "Values(): An array of cash flows, representing a series of payments and income, where negative values are treated as payments and positive values are treated as income. This array must contain at least one negative and at least one positive value." msgstr "" #. BWkcM #: 03140004.xhp msgctxt "" "03140004.xhp\n" "par_id061620170513518949\n" "help.text" msgid "Investment: is the rate of interest of the investments (the negative values of the array)." msgstr "" #. HNYms #: 03140004.xhp msgctxt "" "03140004.xhp\n" "par_id061420170730137782\n" "help.text" msgid "ReinvestRate: the rate of interest of the reinvestment (the positive values of the array)." msgstr "" #. EL4an #: 03140004.xhp msgctxt "" "03140004.xhp\n" "par_id061620170217548258\n" "help.text" msgid "Print mirrValue ' returns 94.16. The modified internal rate of return of the cash flow." msgstr "" #. LLonT #: 03140004.xhp msgctxt "" "03140004.xhp\n" "par_id061420170153186192\n" "help.text" msgid "MIRR function in CALC" msgstr "" #. m3ULW #: 03140005.xhp msgctxt "" "03140005.xhp\n" "tit\n" "help.text" msgid "NPer Function [VBA]" msgstr "" #. 4Ltym #: 03140005.xhp msgctxt "" "03140005.xhp\n" "bm_id3150499\n" "help.text" msgid "NPer function" msgstr "" #. ZmG2N #: 03140005.xhp msgctxt "" "03140005.xhp\n" "hd_id3150499\n" "help.text" msgid "NPer Function [VBA]" msgstr "" #. SExLZ #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id3151384\n" "help.text" msgid "Calculates the number of periods for a loan or investment." msgstr "" #. UhApD #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id06142017042024114\n" "help.text" msgid "Rate is the periodic interest rate." msgstr "" #. oUPFt #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id061420170420248911\n" "help.text" msgid "Pmt is the annuity paid regularly per period." msgstr "" #. 4APw9 #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id061420170420246794\n" "help.text" msgid "PV is the (present) cash value of an investment." msgstr "" #. HxyXz #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id061620170603217534\n" "help.text" msgid "FV (optional) is the future value of the loan / investment." msgstr "" #. BE7hi #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id061420170420241932\n" "help.text" msgid "Due (optional) defines whether the payment is due at the beginning or the end of a period." msgstr "" #. L3fxR #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" msgstr "" #. vMo5e #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id061420170429263061\n" "help.text" msgid "1 - the payment is due at the beginning of the period." msgstr "" #. kK636 #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id061420170142332315\n" "help.text" msgid "Print period ' returns -12,02. The payment period covers 12.02 periods." msgstr "" #. KsSWF #: 03140005.xhp msgctxt "" "03140005.xhp\n" "par_id061420170153186192\n" "help.text" msgid "NPER function in CALC" msgstr "" #. ZEYEy #: 03140006.xhp msgctxt "" "03140006.xhp\n" "tit\n" "help.text" msgid "NPV Function [VBA]" msgstr "" #. GgAG9 #: 03140006.xhp msgctxt "" "03140006.xhp\n" "bm_id3150499\n" "help.text" msgid "NPV function" msgstr "" #. oTyBY #: 03140006.xhp msgctxt "" "03140006.xhp\n" "hd_id3150499\n" "help.text" msgid "NPV Function [VBA]" msgstr "" #. TFoMM #: 03140006.xhp msgctxt "" "03140006.xhp\n" "par_id3151384\n" "help.text" msgid "Calculates the Net Present Value of an investment, based on a supplied discount rate, and a series of deposits and withdrawals." msgstr "" #. rPL9G #: 03140006.xhp msgctxt "" "03140006.xhp\n" "par_id06142017042024114\n" "help.text" msgid "Rate is the discount rate for a period." msgstr "" #. U73F8 #: 03140006.xhp msgctxt "" "03140006.xhp\n" "par_id061420170420248911\n" "help.text" msgid "Values() is an array that represent deposits (positive values) or withdrawals (negative values)." msgstr "" #. UaBkD #: 03140006.xhp msgctxt "" "03140006.xhp\n" "par_id230720172234199811\n" "help.text" msgid "Print p ' returns 174,894967305331" msgstr "" #. ezmrZ #: 03140006.xhp msgctxt "" "03140006.xhp\n" "par_id061420170153186192\n" "help.text" msgid "NPV function in CALC" msgstr "" #. FrKMh #: 03140007.xhp msgctxt "" "03140007.xhp\n" "tit\n" "help.text" msgid "Pmt Function [VBA]" msgstr "" #. FF6YQ #: 03140007.xhp msgctxt "" "03140007.xhp\n" "bm_id3150499\n" "help.text" msgid "Pmt function" msgstr "" #. UgwFi #: 03140007.xhp msgctxt "" "03140007.xhp\n" "hd_id3150499\n" "help.text" msgid "Pmt Function [VBA]" msgstr "" #. rtk8j #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id3151384\n" "help.text" msgid "Calculates the constant periodic payments for a loan or investment." msgstr "" #. 9h46E #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id06142017042024114\n" "help.text" msgid "Rate is the periodic interest rate." msgstr "" #. uSprH #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id061420170420248911\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." msgstr "" #. H7Bzz #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id061420170420246794\n" "help.text" msgid "PV is the (present) cash value of an investment." msgstr "" #. N8dUY #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id061620170603217534\n" "help.text" msgid "FV (optional) is the future value of the loan / investment." msgstr "" #. 6FVGg #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id061420170420241932\n" "help.text" msgid "Due (optional) defines whether the payment is due at the beginning or the end of a period." msgstr "" #. rJ4Ua #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" msgstr "" #. F2UYe #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id061420170429263061\n" "help.text" msgid "1 - the payment is due at the beginning of the period." msgstr "" #. RQknF #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id230720172323446103\n" "help.text" msgid "' Calculate the monthly payments to a loan that is to be paid in full over 6 years." msgstr "" #. 3KSqt #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id230720172323448289\n" "help.text" msgid "' Interest is 10% per year and payments are made at the end of the month." msgstr "" #. ZhEDv #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id230720172323444810\n" "help.text" msgid "print MyPmt 'is calculated to be -1852,58377757705" msgstr "" #. Z5QnF #: 03140007.xhp msgctxt "" "03140007.xhp\n" "par_id061420170153186192\n" "help.text" msgid "PMT function in CALC" msgstr "" #. asC5n #: 03140008.xhp msgctxt "" "03140008.xhp\n" "tit\n" "help.text" msgid "PPmt Function [VBA]" msgstr "" #. UeDd8 #: 03140008.xhp msgctxt "" "03140008.xhp\n" "bm_id3150499\n" "help.text" msgid "PPmt function" msgstr "" #. nu8jw #: 03140008.xhp msgctxt "" "03140008.xhp\n" "hd_id3150499\n" "help.text" msgid "PPmt Function [VBA]" msgstr "" #. rqzFy #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id3151384\n" "help.text" msgid "Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate." msgstr "" #. CDVH2 #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id06142017042024114\n" "help.text" msgid "Rate is the periodic interest rate." msgstr "" #. dThEC #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id230720172341443986\n" "help.text" msgid "Per The period number for which you want to calculate the principal payment (must be an integer between 1 and Nper)." msgstr "" #. yNqFG #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id061420170420248911\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." msgstr "" #. UG2KA #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id061420170420246794\n" "help.text" msgid "PV is the (present) cash value of an investment." msgstr "" #. Aj55j #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id061620170603217534\n" "help.text" msgid "FV (optional) is the future value of the loan / investment." msgstr "" #. CPtSD #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id061420170420241932\n" "help.text" msgid "Due (optional) defines whether the payment is due at the beginning or the end of a period." msgstr "" #. XCNmC #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" msgstr "" #. vZpEE #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id061420170429263061\n" "help.text" msgid "1 - the payment is due at the beginning of the period." msgstr "" #. A2y2B #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id230720172348083623\n" "help.text" msgid "' Calculate the principal payments during months 4 & 5, for a loan that is to be paid in full" msgstr "" #. PxKHY #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id230720172348089449\n" "help.text" msgid "' over 6 years. Interest is 10% per year and payments are made at the end of the month." msgstr "" #. sp3CD #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id230720172348088178\n" "help.text" msgid "' Principal payment during month 4:" msgstr "" #. wEVUq #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id230720172348086687\n" "help.text" msgid "print ppMth4 ' ppMth4 is calculated to be -1044,94463903636." msgstr "" #. QXLgY #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id230720172348081077\n" "help.text" msgid "' Principal payment during month 5:" msgstr "" #. YE9wi #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id230720172348086456\n" "help.text" msgid "print ppMth5' ppMth5 is calculated to be -1053,65251102833." msgstr "" #. V9w7v #: 03140008.xhp msgctxt "" "03140008.xhp\n" "par_id061420170153186192\n" "help.text" msgid "PPMT function in CALC" msgstr "" #. vxyjE #: 03140009.xhp msgctxt "" "03140009.xhp\n" "tit\n" "help.text" msgid "PV Function [VBA]" msgstr "" #. DvnkS #: 03140009.xhp msgctxt "" "03140009.xhp\n" "bm_id3150499\n" "help.text" msgid "PV function" msgstr "" #. Apiz9 #: 03140009.xhp msgctxt "" "03140009.xhp\n" "hd_id3150499\n" "help.text" msgid "PV Function [VBA]" msgstr "" #. W2mK8 #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the Present Value of an investment resulting from a series of regular payments." msgstr "" #. xetQw #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id06142017042024114\n" "help.text" msgid "Rate is the periodic interest rate." msgstr "" #. SNnA8 #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id061420170420248911\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." msgstr "" #. Fo6RG #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id061420170420246794\n" "help.text" msgid "Pmt is the regular payment made per period." msgstr "" #. DjGbG #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id061620170603217534\n" "help.text" msgid "FV (optional) is the future value of the loan / investment." msgstr "" #. 9v9AD #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id061420170420241932\n" "help.text" msgid "Due (optional) defines whether the payment is due at the beginning or the end of a period." msgstr "" #. EhdfK #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" msgstr "" #. ap6Cs #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id061420170429263061\n" "help.text" msgid "1 - the payment is due at the beginning of the period." msgstr "" #. 4D5EZ #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id240720170007446775\n" "help.text" msgid "' Calculate the present value of an annuity that pays $1,000 per month over 6 years." msgstr "" #. 3VVpF #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id240720170007459899\n" "help.text" msgid "' Interest is 10% per year and each payment is made at the end of the month." msgstr "" #. DMzHG #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id240720170007455988\n" "help.text" msgid "print pv1 ' pv1 is calculated to be 53978,6654781073." msgstr "" #. pwgGE #: 03140009.xhp msgctxt "" "03140009.xhp\n" "par_id061420170153186192\n" "help.text" msgid "PV function in CALC" msgstr "" #. wGrq5 #: 03140010.xhp msgctxt "" "03140010.xhp\n" "tit\n" "help.text" msgid "Rate Function [VBA]" msgstr "" #. EJ7LR #: 03140010.xhp msgctxt "" "03140010.xhp\n" "bm_id3150499\n" "help.text" msgid "Rate function" msgstr "" #. cFGDM #: 03140010.xhp msgctxt "" "03140010.xhp\n" "hd_id3150499\n" "help.text" msgid "Rate Function [VBA]" msgstr "" #. wd5A3 #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the interest rate of a loan or an investment." msgstr "" #. dGUHn #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id061420170420248911\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." msgstr "" #. MPYBY #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id061420170420246794\n" "help.text" msgid "Pmt is the regular payment made per period." msgstr "" #. CHVqQ #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id061620170603217534\n" "help.text" msgid "PV is the present value of the loan / investment." msgstr "" #. Td38J #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id061620171603217534\n" "help.text" msgid "FV (optional) is the future value of the loan / investment." msgstr "" #. bGV6U #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id061420170420241932\n" "help.text" msgid "Due (optional) defines whether the payment is due at the beginning or the end of a period." msgstr "" #. MmFDv #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" msgstr "" #. U7fmD #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id061420170429263061\n" "help.text" msgid "1 - the payment is due at the beginning of the period." msgstr "" #. tqLE3 #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id240720170028547253\n" "help.text" msgid "Guess(optional) determines the estimated value of the interest with iterative calculation." msgstr "" #. FCE3H #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id240720170039056654\n" "help.text" msgid "' Calculate the interest rate required to pay off a loan of $100,000 over" msgstr "" #. X5UsC #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id240720170039057978\n" "help.text" msgid "' 6 years, with payments of $1,500, due at the end of each month." msgstr "" #. GG64r #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id240720170039052476\n" "help.text" msgid "print mRate' mRate is calculated to be 0.00213778025343334" msgstr "" #. WG4VC #: 03140010.xhp msgctxt "" "03140010.xhp\n" "par_id061420170153186192\n" "help.text" msgid "RATE function in CALC" msgstr "" #. zRgrg #: 03140011.xhp msgctxt "" "03140011.xhp\n" "tit\n" "help.text" msgid "SLN Function [VBA]" msgstr "" #. DW8GD #: 03140011.xhp msgctxt "" "03140011.xhp\n" "bm_id3150499\n" "help.text" msgid "SLN function" msgstr "" #. iFETE #: 03140011.xhp msgctxt "" "03140011.xhp\n" "hd_id3150499\n" "help.text" msgid "SLN Function [VBA]" msgstr "" #. ikzyz #: 03140011.xhp msgctxt "" "03140011.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the straight-line depreciation of an asset for one period. The amount of the depreciation is constant during the depreciation period." msgstr "" #. z4PzB #: 03140011.xhp msgctxt "" "03140011.xhp\n" "par_id240720170117391741\n" "help.text" msgid "Cost is the initial cost of an asset." msgstr "" #. 2DoQ7 #: 03140011.xhp msgctxt "" "03140011.xhp\n" "par_id24072017011739895\n" "help.text" msgid "Salvage is the value of an asset at the end of the depreciation." msgstr "" #. gEFms #: 03140011.xhp msgctxt "" "03140011.xhp\n" "par_id240720170117395610\n" "help.text" msgid "Life is the depreciation period determining the number of periods in the depreciation of the asset." msgstr "" #. wwJAA #: 03140011.xhp msgctxt "" "03140011.xhp\n" "par_id24072017011739366\n" "help.text" msgid "REM Calculate the yearly depreciation of an asset that cost $10,000 at" msgstr "" #. JeAG8 #: 03140011.xhp msgctxt "" "03140011.xhp\n" "par_id240720170117398814\n" "help.text" msgid "REM the start of year 1, and has a salvage value of $1,000 after 5 years." msgstr "" #. 4BUi9 #: 03140011.xhp msgctxt "" "03140011.xhp\n" "par_id240720170117391728\n" "help.text" msgid "print y_dep ' returns 1500." msgstr "" #. AAatH #: 03140011.xhp msgctxt "" "03140011.xhp\n" "par_id061420170153186192\n" "help.text" msgid "SLN function in CALC" msgstr "" #. 6nAVP #: 03140012.xhp msgctxt "" "03140012.xhp\n" "tit\n" "help.text" msgid "SYD Function [VBA]" msgstr "" #. Vtujc #: 03140012.xhp msgctxt "" "03140012.xhp\n" "bm_id3150499\n" "help.text" msgid "SYD function" msgstr "" #. QAv7h #: 03140012.xhp msgctxt "" "03140012.xhp\n" "hd_id3150499\n" "help.text" msgid "SYD Function [VBA]" msgstr "" #. MAefZ #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the arithmetic-declining depreciation rate." msgstr "" #. 3HLSz #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id240720170117391741\n" "help.text" msgid "Cost is the initial cost of an asset." msgstr "" #. 3WD4k #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id24072017011739895\n" "help.text" msgid "Salvage is the value of an asset at the end of the depreciation." msgstr "" #. Np8vp #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id240720170117395610\n" "help.text" msgid "Life is the depreciation period determining the number of periods in the depreciation of the asset." msgstr "" #. TkePs #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id240720170144224764\n" "help.text" msgid "Period is the period number for which you want to calculate the depreciation." msgstr "" #. Mcu4F #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id240720170144225698\n" "help.text" msgid "REM Calculate the yearly depreciation of an asset that cost $10,000 at" msgstr "" #. u9ABj #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id240720170144223210\n" "help.text" msgid "REM the start of year 1, and has a salvage value of $1,000 after 5 years." msgstr "" #. 898Jk #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id240720170144223139\n" "help.text" msgid "REM Calculate the depreciation during year 1." msgstr "" #. 2NwmB #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id240720170144221476\n" "help.text" msgid "print syd_yr1 ' syd_yr1 is now equal to 3000." msgstr "" #. RFwpN #: 03140012.xhp msgctxt "" "03140012.xhp\n" "par_id061420170153186192\n" "help.text" msgid "SYD function in CALC" msgstr "" #. EV43G #: 03150000.xhp msgctxt "" "03150000.xhp\n" "tit\n" "help.text" msgid "FormatDateTime Function [VBA]" msgstr "" #. zd78N #: 03150000.xhp msgctxt "" "03150000.xhp\n" "bm_id3150499\n" "help.text" msgid "FormatDateTime function" msgstr "" #. R4FFx #: 03150000.xhp msgctxt "" "03150000.xhp\n" "hd_id3150499\n" "help.text" msgid "FormatDateTime Function [VBA]" msgstr "" #. EFKxm #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id3151384\n" "help.text" msgid "Applies a date and/or time format to a date expression and returns the result as a string." msgstr "" #. xsRcr #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id240720170117391741\n" "help.text" msgid "DateExpression: The date expression to be formatted." msgstr "" #. WC3h8 #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id24072017011739895\n" "help.text" msgid "NamedFormat: An optional vbDateTimeFormat enumeration specifying the format that is to be applied to the date and time expression. If omitted, the value vbGeneralDate is used." msgstr "" #. 9KCAo #: 03150000.xhp msgctxt "" "03150000.xhp\n" "hd_id811512136434300\n" "help.text" msgid "Date and Time formats (vbDateTimeFormat enumeration)" msgstr "" #. THiYn #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id201512137337536\n" "help.text" msgid "Named Constant" msgstr "" #. AoBxM #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id481512137342798\n" "help.text" msgid "Value" msgstr "" #. TtduL #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id781512137345583\n" "help.text" msgid "Description" msgstr "" #. G67rA #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id991512137353869\n" "help.text" msgid "Displays a date and/or time as defined in your system's General Date setting. If a date only, no time is displayed; If a time only, no date is displayed." msgstr "" #. DgHi6 #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id841512137597989\n" "help.text" msgid "Display a date using the long date format specified in your computer's regional settings." msgstr "" #. qEzCP #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id841512137397989\n" "help.text" msgid "Display a date using the short date format specified in your computer's regional settings." msgstr "" #. PdzuG #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id841512147597989\n" "help.text" msgid "Displays a time as defined in your system's Long Time settings." msgstr "" #. TJciz #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id841517137597989\n" "help.text" msgid "Display a time using the 24-hour format (hh:mm)." msgstr "" #. ghKh3 #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id541512148446032\n" "help.text" msgid "msgbox(\"General date format : \" & FormatDateTime(d))" msgstr "" #. BEFRi #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id71512148472413\n" "help.text" msgid "msgbox(\"Long date format : \" & FormatDateTime(d,vbLongDate))" msgstr "" #. ikvR4 #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id561512148491949\n" "help.text" msgid "msgbox(\"Short date format : \" & FormatDateTime(d,vbShortDate))" msgstr "" #. 8abRs #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id521512148501199\n" "help.text" msgid "msgbox(\"Long time format : \" & FormatDateTime(d,3))" msgstr "" #. aJoCN #: 03150000.xhp msgctxt "" "03150000.xhp\n" "par_id521512148513930\n" "help.text" msgid "msgbox(\"Short time format : \" & FormatDateTime(d,vbShortTime))" msgstr "" #. 8Kkne #: 03150001.xhp msgctxt "" "03150001.xhp\n" "tit\n" "help.text" msgid "WeekdayName Function [VBA]" msgstr "" #. UDBvq #: 03150001.xhp msgctxt "" "03150001.xhp\n" "bm_id3150499\n" "help.text" msgid "WeekdayName function" msgstr "" #. pe4vX #: 03150001.xhp msgctxt "" "03150001.xhp\n" "hd_id3150499\n" "help.text" msgid "WeekdayName Function [VBA]" msgstr "" #. cApru #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id3151384\n" "help.text" msgid "The WeekdayName function returns the weekday name of a specified day of the week." msgstr "" #. gqKdB #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id240720170117391741\n" "help.text" msgid "Weekday: Value from 1 to 7, Mon­day to Sun­day, whose Week Day Name need to be calculated." msgstr "" #. CFF5a #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id24072017011739895\n" "help.text" msgid "Abbreviate: Optional. A Boolean value that indicates if the weekday name is to be abbreviated." msgstr "" #. WJLAJ #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id240720170117395610\n" "help.text" msgid "FirstDayofWeek: Optional. Specifies the first day of the week." msgstr "" #. EQ6CL #: 03150001.xhp msgctxt "" "03150001.xhp\n" "hd_id521512154797683\n" "help.text" msgid "First day of Week:" msgstr "" #. kxwYB #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id921512153192034\n" "help.text" msgid "Named constant" msgstr "" #. Ni66A #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id611512153251598\n" "help.text" msgid "Value" msgstr "" #. 5Naw7 #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id491512153274624\n" "help.text" msgid "Description" msgstr "" #. cFuMR #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id611512153338316\n" "help.text" msgid "Use National Language Support (NLS) API setting" msgstr "" #. vSYde #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id151512153594420\n" "help.text" msgid "Sun­day (default)" msgstr "" #. B7qFP #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id211512153874765\n" "help.text" msgid "Monday" msgstr "" #. ABsm8 #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id801512153944376\n" "help.text" msgid "Tuesday" msgstr "" #. naCR8 #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id551512153998501\n" "help.text" msgid "Wednesday" msgstr "" #. Fd4V6 #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id121512154054207\n" "help.text" msgid "Thursday" msgstr "" #. pMQ9u #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id571512154112044\n" "help.text" msgid "Friday" msgstr "" #. uG94N #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id541512154172107\n" "help.text" msgid "Saturday" msgstr "" #. HGFFD #: 03150001.xhp msgctxt "" "03150001.xhp\n" "par_id171512156115581\n" "help.text" msgid "None" msgstr "" #. 9QEDP #: 03150002.xhp msgctxt "" "03150002.xhp\n" "tit\n" "help.text" msgid "MonthName Function [VBA]" msgstr "" #. SRFWh #: 03150002.xhp msgctxt "" "03150002.xhp\n" "bm_id3150499\n" "help.text" msgid "MonthName function" msgstr "" #. 2DaT8 #: 03150002.xhp msgctxt "" "03150002.xhp\n" "hd_id3150499\n" "help.text" msgid "MonthName Function [VBA]" msgstr "" #. zW82k #: 03150002.xhp msgctxt "" "03150002.xhp\n" "par_id3151384\n" "help.text" msgid "The MonthName function returns the localized month name of a specified month number." msgstr "" #. GWDMF #: 03150002.xhp msgctxt "" "03150002.xhp\n" "par_id240720170117391741\n" "help.text" msgid "Month: Value from 1 to 12, January to December, whose localized month name need to be returned." msgstr "" #. KbQ6A #: 03150002.xhp msgctxt "" "03150002.xhp\n" "par_id24072017011739895\n" "help.text" msgid "Abbreviate: Optional. A Boolean value that indicates if the month name is to be abbreviated." msgstr "" #. uFDFs #: 03160000.xhp msgctxt "" "03160000.xhp\n" "tit\n" "help.text" msgid "Input Function [VBA]" msgstr "" #. EGPiA #: 03160000.xhp msgctxt "" "03160000.xhp\n" "bm_id3150499\n" "help.text" msgid "Input function" msgstr "" #. qsESF #: 03160000.xhp msgctxt "" "03160000.xhp\n" "hd_id3150499\n" "help.text" msgid "Input Function [VBA]" msgstr "" #. FGDak #: 03160000.xhp msgctxt "" "03160000.xhp\n" "par_id3151384\n" "help.text" msgid "Returns the open stream of an Input or Binary file (String)." msgstr "" #. h4M8G #: 03160000.xhp msgctxt "" "03160000.xhp\n" "par_id240720170117391741\n" "help.text" msgid "Number: Required. Numeric expression specifying the number of characters to return." msgstr "" #. qTBRe #: 03160000.xhp msgctxt "" "03160000.xhp\n" "par_id24072017011739895\n" "help.text" msgid "#: Optional." msgstr "" #. LTcsz #: 03160000.xhp msgctxt "" "03160000.xhp\n" "par_id240720170117395610\n" "help.text" msgid "FileNumber: Required. Any valid file number." msgstr "" #. EfnL6 #: 03160000.xhp msgctxt "" "03160000.xhp\n" "par_id061420170153186192\n" "help.text" msgid "Input# statement" msgstr "" #. on87b #: 03170000.xhp msgctxt "" "03170000.xhp\n" "tit\n" "help.text" msgid "Round Function [VBA]" msgstr "" #. 66dvh #: 03170000.xhp msgctxt "" "03170000.xhp\n" "bm_id3150499\n" "help.text" msgid "Round function" msgstr "" #. FPUAv #: 03170000.xhp msgctxt "" "03170000.xhp\n" "hd_id3150499\n" "help.text" msgid "Round Function [VBA]" msgstr "" #. PGShA #: 03170000.xhp msgctxt "" "03170000.xhp\n" "par_id3151384\n" "help.text" msgid "The Round function returns a number rounded to a specified number of digits." msgstr "" #. hbUFX #: 03170000.xhp msgctxt "" "03170000.xhp\n" "par_id240720170117391741\n" "help.text" msgid "expression: Required. The numeric expression to be rounded." msgstr "" #. gAZc7 #: 03170000.xhp msgctxt "" "03170000.xhp\n" "par_id240720170117395610\n" "help.text" msgid "numdecimalplaces: Optional. Specifies how many places to the right of the decimal are included in the rounding. Default is 0." msgstr "" #. g7CVV #: 03170000.xhp msgctxt "" "03170000.xhp\n" "par_id061420170153186193\n" "help.text" msgid "Calc ROUND function" msgstr "" #. 3ECTM #: 03170010.xhp msgctxt "" "03170010.xhp\n" "tit\n" "help.text" msgid "FormatNumber Function [VBA]" msgstr "" #. DVTmP #: 03170010.xhp msgctxt "" "03170010.xhp\n" "bm_id661542193659245\n" "help.text" msgid "FormatNumber function" msgstr "" #. aaK4B #: 03170010.xhp msgctxt "" "03170010.xhp\n" "hd_id871542193473857\n" "help.text" msgid "FormatNumber [VBA]" msgstr "" #. GEgN3 #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id351542193473858\n" "help.text" msgid "Returns a string with a number formatting applied to a numeric expression." msgstr "" #. o7Cjo #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id761542194361212\n" "help.text" msgid "String" msgstr "" #. fkeCB #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id240720170117391741\n" "help.text" msgid "expression: Required. The numeric expression to be formatted." msgstr "" #. mD2xQ #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id631542195798758\n" "help.text" msgid "numDigitsAfterDecimal: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used." msgstr "" #. BN3xY #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id961542200034362\n" "help.text" msgid "includeLeadingDigit: Optional. A vbTriState enumeration value, specifying whether a leading zero should be displayed for fractional values." msgstr "" #. cNFTu #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id561542198440051\n" "help.text" msgid "vbTrue or -1: Display a leading zero." msgstr "" #. bbFUW #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id21542198550868\n" "help.text" msgid "vbFalse or 0: Do not display leading zeros." msgstr "" #. ry2bD #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id241542199046808\n" "help.text" msgid "vbUseDefaults or -2: Use the user interface locale settings. This is the default when omitted." msgstr "" #. CyTLd #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id311542201637647\n" "help.text" msgid "useParensForNegativeNumbers: Optional. A vbTriState enumeration value specifying whether negative numbers should be encased in parenthesis." msgstr "" #. CgCCe #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id561543198440051\n" "help.text" msgid "vbTrue or -1: Use parenthesis for negative numbers." msgstr "" #. cjUbz #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id21542398550868\n" "help.text" msgid "vbFalse or 0: Do not display parenthesis." msgstr "" #. s4gZ7 #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id241542191246808\n" "help.text" msgid "vbUseDefaults or -2: Same as vbFalse. This is the default when omitted." msgstr "" #. dsg88 #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id531542201968815\n" "help.text" msgid "groupDigits: Optional. A vbTriState enumeration value specifying the number should be grouped (into thousands, etc.), using the group delimiter that is specified on the system's regional settings." msgstr "" #. raMda #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id561543198560051\n" "help.text" msgid "vbTrue or -1: Group digits." msgstr "" #. a4Y2S #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id215423985506768\n" "help.text" msgid "vbFalse or 0: Do not group digits." msgstr "" #. tyG7F #: 03170010.xhp msgctxt "" "03170010.xhp\n" "par_id241542191267808\n" "help.text" msgid "vbUseDefaults or -2: Same as vbFalse. This is the default when omitted." msgstr "" #. MxFCq #: 05060700.xhp msgctxt "" "05060700.xhp\n" "tit\n" "help.text" msgid "Macro" msgstr "Makro" #. MdG5d #: 05060700.xhp msgctxt "" "05060700.xhp\n" "bm_id3153894\n" "help.text" msgid "events;linked to objects" msgstr "Händelser; länkade till objekt" #. YEDsK #: 05060700.xhp msgctxt "" "05060700.xhp\n" "hd_id3153894\n" "help.text" msgid "Macro" msgstr "Makro" #. ZcEaC #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3153748\n" "help.text" msgid "Choose the macro that you want to execute when the selected graphic, frame, or OLE object is selected. Depending on the object that is selected, the function is either found on the Macro tab of the Object dialog, or in the Assign Macro dialog." msgstr "Välj det makro som du vill köra när den markerade grafiken, ramen eller OLE-objektet är markerat. Beroende på objektet som markerats finns funktionen antingen under fliken Makro i dialogrutan Objekt eller i dialogrutan Tilldela makro." #. eaeQQ #: 05060700.xhp msgctxt "" "05060700.xhp\n" "hd_id3150503\n" "help.text" msgid "Event" msgstr "Händelse" #. ugkBE #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3149763\n" "help.text" msgid "Lists the events that are relevant to the macros that are currently assigned to the selected object." msgstr "Listar händelserna som är relevanta för makrona som för tillfället är tilldelade det markerade objektet." #. DUsHk #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3150670\n" "help.text" msgid "The following table describes the macros and the events that can by linked to objects in your document:" msgstr "I följande tabell beskrivs makrona och de händelser som kan länkas till objekten i ditt dokument." #. DG8sY #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3153360\n" "help.text" msgid "Event" msgstr "Händelse" #. iGfv7 #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3154365\n" "help.text" msgid "Event trigger" msgstr "Händelseutlösare" #. rGdDG #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3159149\n" "help.text" msgid "OLE object" msgstr "OLE-objekt" #. HyyKC #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3148451\n" "help.text" msgid "Graphics" msgstr "Grafik" #. G8ChH #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3125863\n" "help.text" msgid "Frame" msgstr "Ram" #. MuhWU #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3154216\n" "help.text" msgid "AutoText" msgstr "Autotext" #. uhEms #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3145785\n" "help.text" msgid "ImageMap area" msgstr "Bildkarteområde" #. nRV7g #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3153138\n" "help.text" msgid "Hyperlink" msgstr "Hyperlänk" #. 2fEjd #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3155306\n" "help.text" msgid "Click object" msgstr "Klicka på objekt" #. EMtkk #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3152460\n" "help.text" msgid "Object is selected." msgstr "Objektet är markerat." #. wR4vp #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3150116\n" "help.text" msgid "Mouse over object" msgstr "Mus över objekt" #. 4cmkT #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3145253\n" "help.text" msgid "Mouse moves over the object." msgstr "Mus rör sig över objektet." #. Fa55w #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3155446\n" "help.text" msgid "Trigger Hyperlink" msgstr "Utför länk" #. 5B235 #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3154756\n" "help.text" msgid "Hyperlink assigned to the object is clicked." msgstr "Länk som tilldelats objektet klickas." #. VNipe #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3159333\n" "help.text" msgid "Mouse leaves object" msgstr "x" #. ztcCC #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3147003\n" "help.text" msgid "Mouse moves off of the object." msgstr "Mus rör sig bort från objektet." #. zyCGY #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3150785\n" "help.text" msgid "Graphics load successful" msgstr "Laddning av grafik lyckades" #. niCQ5 #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3153705\n" "help.text" msgid "Graphics are loaded successfully." msgstr "Grafiken har laddats." #. aW9yK #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3150202\n" "help.text" msgid "Graphics load terminated" msgstr "Laddning av grafik avbröts" #. oK6KV #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3145584\n" "help.text" msgid "Loading of graphics is stopped by the user (for example, when downloading the page)." msgstr "Laddningen av grafiken har stoppats av användaren (t.ex. när du hämtar en Internet-sida)." #. gddj5 #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3155089\n" "help.text" msgid "Graphics load faulty" msgstr "Fel vid laddning av grafik" #. RBQsV #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3153307\n" "help.text" msgid "Graphics not successfully loaded, for example, if a graphic was not found." msgstr "Laddningen av grafiken misslyckades, t.ex. om det inte gick att hitta grafiken." #. E6rKG #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3154533\n" "help.text" msgid "Input of alpha characters" msgstr "Inmatning av alfatecken" #. snT2H #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3155266\n" "help.text" msgid "Text is entered from the keyboard." msgstr "Text matas in med tangentbordet." #. 3BYuZ #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3145659\n" "help.text" msgid "Input of non-alpha characters" msgstr "Inmatning av icke-alfatecken" #. SoxKg #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3151131\n" "help.text" msgid "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks." msgstr "Kontrolltecken matas in med tangentbordet, t.ex. tabbar och radbrytningar." #. L4Hzu #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3150405\n" "help.text" msgid "Resize frame" msgstr "Ändra ramstorlek" #. efCtb #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3153972\n" "help.text" msgid "Frame is resized with the mouse." msgstr "Du ändrar storlek på ramen med hjälp av musen." #. Xp4DN #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3148900\n" "help.text" msgid "Move frame" msgstr "Flytta ram" #. kkKMA #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3154767\n" "help.text" msgid "Frame is moved with the mouse." msgstr "Du flyttar på ramen med hjälp av musen." #. 3G3qL #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3153010\n" "help.text" msgid "Before inserting AutoText" msgstr "Innan AutoText infogas" #. d5dpp #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3147515\n" "help.text" msgid "Before a text block is inserted." msgstr "Innan nästa textblock infogas." #. gEoab #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3150956\n" "help.text" msgid "After inserting AutoText" msgstr "När AutoText har infogats" #. D2YFB #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3147502\n" "help.text" msgid "After a text block is inserted." msgstr "Efter att ett textblock infogats." #. dFvc6 #: 05060700.xhp msgctxt "" "05060700.xhp\n" "hd_id3153958\n" "help.text" msgid "Macros" msgstr "Makron" #. vdnud #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3150432\n" "help.text" msgid "Choose the macro that you want to execute when the selected event occurs." msgstr "Välj det makro som du vill köra när den markerade händelsen inträffar." #. pivUH #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3147296\n" "help.text" msgid "Frames allow you to link events to a function, so that the function can determine if it processes the event or $[officename] Writer." msgstr "Ramar gör att du kan länka händelser till en funktion, så att funktionen kan bestämma om den bearbetar händelsen eller $[officename] Writer." #. YGm7R #: 05060700.xhp msgctxt "" "05060700.xhp\n" "hd_id3155587\n" "help.text" msgid "Category" msgstr "Kategori" #. F3CBN #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3154068\n" "help.text" msgid "Lists the open $[officename] documents and applications. Click the name of the location where you want to save the macros." msgstr "Listar öppna $[officename] dokument och program. Klicka på namnet på den plats där du vill spara makrona." #. DEuBS #: 05060700.xhp msgctxt "" "05060700.xhp\n" "hd_id3149744\n" "help.text" msgid "Macro name" msgstr "Makronamn" #. fS7gJ #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3151391\n" "help.text" msgid "Lists the available macros. Click the macro that you want to assign to the selected object." msgstr "Visar en lista över tillgängliga makron. Klicka på det makro som du vill tilldela det markerade objektet." #. SBpqM #: 05060700.xhp msgctxt "" "05060700.xhp\n" "hd_id3159260\n" "help.text" msgid "Assign" msgstr "Tilldela" #. 2MGjs #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3147406\n" "help.text" msgid "Assigns the selected macro to the specified event. The assigned macro's entries are set after the event." msgstr "Tilldela det markerade makrot den händelse som angetts. Det tilldelade makrots poster anges efter händelsen." #. JJDYD #: 05060700.xhp msgctxt "" "05060700.xhp\n" "hd_id3150533\n" "help.text" msgid "Remove" msgstr "Ta bort" #. GvfMa #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3166456\n" "help.text" msgid "Removes the macro that is assigned to the selected item." msgstr "Tar bort makrot som tilldelats det markerade objektet." #. yo5bN #: 05060700.xhp msgctxt "" "05060700.xhp\n" "hd_id3159126\n" "help.text" msgid "Macro selection" msgstr "Makroval" #. 8RHGY #: 05060700.xhp msgctxt "" "05060700.xhp\n" "par_id3149149\n" "help.text" msgid "Select the macro that you want to assign." msgstr "Markera makrot som du vill tilldela." #. Ug7AF #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "tit\n" "help.text" msgid "Compiler Options" msgstr "" #. 4BZ89 #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "bm_id681592403821304\n" "help.text" msgid "Compiler Options Runtime conditions" msgstr "" #. xtwLp #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "hd_id951592401835244\n" "help.text" msgid "Compiler Options, Runtime Conditions" msgstr "" #. PEuT6 #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "N0084\n" "help.text" msgid "Compiler options specified at the module level affect %PRODUCTNAME Basic compiler checks and error messages. Basic syntax as well as Basic set of instructions can be different according to the options that are in use. The less Option, the easiest and tolerant %PRODUCTNAME Basic language is. The more Option, the richer and controlled Basic language gets." msgstr "" #. auPDi #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "par_id141592406254504\n" "help.text" msgid "Compiler options must be specified before the executable program code in a module." msgstr "" #. U5B8L #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "par_id491585753339474\n" "help.text" msgid "Option Statement diagram" msgstr "" #. AXgWX #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "hd_id331592403410631\n" "help.text" msgid "Option Private Module" msgstr "" #. DeBTh #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "par_id161592405163812\n" "help.text" msgid "Specifies that the scope of the module is that of the Basic library it belongs to." msgstr "" #. 4fh7R #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "par_id141592408035462\n" "help.text" msgid "Options specified at the module level also affect %PRODUCTNAME Basic runtime conditions. The behaviour of %PRODUCTNAME Basic instructions can differ." msgstr "" #. cGCiF #: Compiler_options.xhp msgctxt "" "Compiler_options.xhp\n" "par_id291592407073335\n" "help.text" msgid "Property statement" msgstr "" #. ZbXw2 #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "tit\n" "help.text" msgid "Err VBA Object" msgstr "" #. iHP2L #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0010\n" "help.text" msgid "Err object Error;raising Error;handling" msgstr "" #. pPqhS #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0011\n" "help.text" msgid "Err Object [VBA]" msgstr "" #. RZpQL #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0012\n" "help.text" msgid "Use VBA Err object to raise or handle runtime errors." msgstr "" #. D7JiE #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0012b\n" "help.text" msgid "Err is a built-in VBA global object that allows:" msgstr "" #. VpE8g #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0013\n" "help.text" msgid "to raise predefined Basic errors" msgstr "" #. tFEYq #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0014\n" "help.text" msgid "to throw user-defined exceptions" msgstr "" #. BeB2y #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0015\n" "help.text" msgid "to name the routine originating the error" msgstr "" #. 5FhxC #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0016\n" "help.text" msgid "to describe the error and possible solutions" msgstr "" #. QaZUT #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0017\n" "help.text" msgid "The VBA Err object has the following properties and methods:" msgstr "" #. ivkYo #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0018\n" "help.text" msgid "Properties" msgstr "" #. FtD5A #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0020\n" "help.text" msgid "The Description property gives the nature of the error. Description details the various reasons that may be the cause of the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. The Basic alias is the Error function for %PRODUCTNAME predefined errors." msgstr "" #. jfSHu #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0022\n" "help.text" msgid "The error code associated with the error. Err object default property is Number. The %PRODUCTNAME Basic alias is the Err function." msgstr "" #. NJEmn #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0024\n" "help.text" msgid "Source indicates the name of the routine that produces the error. Source is an option for user-defined errors." msgstr "" #. MuyUY #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0025\n" "help.text" msgid "Methods" msgstr "" #. y5Ne4 #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0027\n" "help.text" msgid "Resets description, Erl, number and source properties of current error. The %PRODUCTNAME Basic alias is the Resume statement." msgstr "" #. jnyJG #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0029\n" "help.text" msgid "Throws user-defined errors or predefined errors. The %PRODUCTNAME Basic alias is the Error statement." msgstr "" #. EyCJv #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0030\n" "help.text" msgid "Parameters" msgstr "" #. 9a9P9 #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0031\n" "help.text" msgid "Number: A user-defined or predefined error code to be raised." msgstr "" #. DoFG8 #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0032\n" "help.text" msgid "Error code range 0-2000 is reserved for %PRODUCTNAME Basic. User-defined errors may start from higher values in order to prevent collision with %PRODUCTNAME Basic future developments." msgstr "" #. VAmhX #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0033\n" "help.text" msgid "Source: The name of the routine raising the error. A name in the form of \"myLibrary.myModule.myProc\" is recommended." msgstr "" #. wFqtB #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0034\n" "help.text" msgid "Description: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended." msgstr "" #. 3XjnB #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0041\n" "help.text" msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\"" msgstr "" #. vuP6g #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0045\n" "help.text" msgid "errTitle = \"Error \"& Err &\" at line \"& Erl &\" in \"& Err.Source" msgstr "" #. ZXCWy #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0050\n" "help.text" msgid "Exception ClassModule" msgstr "" #. RK2AX #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0049\n" "help.text" msgid "A short ClassModule, that wraps VBA Err object, can distribute Err properties and methods for standard %PRODUCTNAME Basic modules." msgstr "" #. tECEu #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0069\n" "help.text" msgid "Example" msgstr "" #. oA4pq #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0078\n" "help.text" msgid "\"Any multi-line description for this user-defined exception\")" msgstr "" #. hzLgR #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0079\n" "help.text" msgid "' your code goes here …" msgstr "" #. wEaa3 #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0083\n" "help.text" msgid "errTitle = \"Error \"& Exc.Number &\" at line \"& Erl &\" in \"& Exc.Source" msgstr "" #. kBsGp #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0088\n" "help.text" msgid "The Error statement or an Exception-like class module can be used interchangeably, while the latter adds extra features." msgstr "" #. h6V9P #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "tit\n" "help.text" msgid "GetPathSeparator function" msgstr "" #. yoJLS #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0001\n" "help.text" msgid "GetPathSeparator function" msgstr "" #. GXeyZ #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0002\n" "help.text" msgid "GetPathSeparator Function" msgstr "" #. dWBDB #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0003\n" "help.text" msgid "Returns the operating system-dependent directory separator used to specify file paths." msgstr "" #. 8jaPZ #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0008\n" "help.text" msgid "\"/\" UNIX, including MacOS" msgstr "" #. p2tHv #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0010\n" "help.text" msgid "None." msgstr "" #. qqbvK #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0017\n" "help.text" msgid "It is recommended to use:" msgstr "" #. 6U58g #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0018\n" "help.text" msgid "ConvertFromURL function to convert a file URL to a system file name." msgstr "" #. aFzF4 #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0019\n" "help.text" msgid "ConvertToURL function to convert a system file name to a file URL." msgstr "" #. vCq5c #: GetPathSeparator.xhp msgctxt "" "GetPathSeparator.xhp\n" "N0020\n" "help.text" msgid "See also URL Notation" msgstr "" #. PRG9t #: Resume.xhp msgctxt "" "Resume.xhp\n" "tit\n" "help.text" msgid "Resume Statement" msgstr "" #. sMcg4 #: Resume.xhp msgctxt "" "Resume.xhp\n" "N0001\n" "help.text" msgid "Resume statement" msgstr "" #. LTupm #: Resume.xhp msgctxt "" "Resume.xhp\n" "N0002\n" "help.text" msgid "Resume Statement" msgstr "" #. AVhyb #: Resume.xhp msgctxt "" "Resume.xhp\n" "N0003\n" "help.text" msgid "Resets error information and indicates what to execute next." msgstr "" #. FhZm3 #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id491585753339474\n" "help.text" msgid "Resume Statement diagram" msgstr "" #. eafvm #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id481586090298901\n" "help.text" msgid "0: Resets error information and re-executes the instruction that caused the error. 0 is optional." msgstr "" #. fakJ2 #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id331586090532804\n" "help.text" msgid "label: Resets error information and resumes execution at the specified label of the current subroutine." msgstr "" #. 7NaeS #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id331586090432804\n" "help.text" msgid "Next: Resets error information and executes the instruction following the one that caused the error." msgstr "" #. 3Jge7 #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id441586333320983\n" "help.text" msgid "Error information is built with Erl, Err and Error$ functions." msgstr "" #. PoXod #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id741586333516110\n" "help.text" msgid "Erl: Module line number where error occurs." msgstr "" #. aX9ZN #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id81586333580520\n" "help.text" msgid "Err: Error number." msgstr "" #. ctA2t #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id721586333586263\n" "help.text" msgid "Error[$]: Error description." msgstr "" #. fDJgb #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id941586091561618\n" "help.text" msgid "Using Resume to reset error information prevents the propagation of the handled condition to calling routines." msgstr "" #. coy5D #: Resume.xhp msgctxt "" "Resume.xhp\n" "hd_id441586092960246\n" "help.text" msgid "Examples:" msgstr "" #. 4dyMX #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id961586248539108\n" "help.text" msgid "Typical error handling routines are: alerting the user, fixing the error, logging error information or re-throwing custom errors that provide explanations with resolution instructions. Use Resume label when requiring such mechanisms." msgstr "" #. VCDS3 #: Resume.xhp msgctxt "" "Resume.xhp\n" "bas_id451586093122848\n" "help.text" msgid "' routine code goes here" msgstr "" #. BFzfG #: Resume.xhp msgctxt "" "Resume.xhp\n" "bas_id515860931234846\n" "help.text" msgid "Error 91 ' example error" msgstr "" #. uFVnv #: Resume.xhp msgctxt "" "Resume.xhp\n" "bas_id361586093126654\n" "help.text" msgid "' routine cleanup code goes here" msgstr "" #. UNbMJ #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id61586095819168\n" "help.text" msgid "Use Resume Next, for example, when reporting anomalies encountered for an iterating process that must not be interrupted. In which case multiple handling routines may be required." msgstr "" #. AeVfB #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id461586091018138\n" "help.text" msgid "Using Resume without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop." msgstr "" #. t97uD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "tit\n" "help.text" msgid "Calling Calc Functions in Macros" msgstr "" #. mpMbn #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "bm_id291592361063458\n" "help.text" msgid "calling Calc function;macros macros;calling Calc function createUNOservice function;calling Calc function API;addin.Analysis" msgstr "" #. CSA8o #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "hd_id91592352089011\n" "help.text" msgid "Calling Calc Functions" msgstr "" #. DeJyb #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id1001592359117987\n" "help.text" msgid "In addition to the native BASIC functions, you can call Calc functions in your macros and scripts." msgstr "" #. pFoqw #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "hd_id251592352174921\n" "help.text" msgid "Calling Internal Calc functions in Basic" msgstr "" #. 2rKcD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id731592352332694\n" "help.text" msgid "Use the CreateUNOService function to access the com.sun.star.sheet.FunctionAccess service." msgstr "" #. V3quU #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "hd_id561592352225441\n" "help.text" msgid "Calling Add-In Calc Functions in BASIC" msgstr "" #. ufZSW #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id261592359338681\n" "help.text" msgid "The Calc Add-In functions are in service com.sun.star.sheet.addin.Analysis." msgstr "" #. Yrje5 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "bas_id421592358343633\n" "help.text" msgid "REM Example calling Addin function SQRTPI" msgstr "" #. bFnDA #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "bas_id731592358351744\n" "help.text" msgid "Function MySQRTPI(arg as double) as double" msgstr "" #. HHyMW #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "bas_id211592358377026\n" "help.text" msgid "MySQRTPI = oService.getSqrtPi(arg)" msgstr "" #. emGWD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id721592355432992\n" "help.text" msgid "ACCRINT" msgstr "" #. oKBuD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id311592355461144\n" "help.text" msgid "ACCRINTM" msgstr "" #. pBfUh #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id731592355465193\n" "help.text" msgid "AMORDEGRC" msgstr "" #. ViiCh #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id361592355471024\n" "help.text" msgid "AMORLINC" msgstr "" #. ZeeMB #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id11592355475920\n" "help.text" msgid "BESSELI" msgstr "" #. Bv4xD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id841592355481243\n" "help.text" msgid "BESSELJ" msgstr "" #. Ana8S #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id781592355488489\n" "help.text" msgid "BESSELK" msgstr "" #. gPmYm #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id751592355494321\n" "help.text" msgid "BESSELY" msgstr "" #. Rhr8N #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id661592355500416\n" "help.text" msgid "BIN2DEC" msgstr "" #. CF6He #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id331592355505769\n" "help.text" msgid "BIN2HEX" msgstr "" #. XJGN7 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id691592355510409\n" "help.text" msgid "BIN2OCT" msgstr "" #. trpYC #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id1001592355515562\n" "help.text" msgid "COMPLEX" msgstr "" #. eHuPF #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id661592355519833\n" "help.text" msgid "CONVERT" msgstr "" #. yF4wh #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id501592355525049\n" "help.text" msgid "COUPDAYBS" msgstr "" #. SArWm #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id251592355529338\n" "help.text" msgid "COUPDAYS" msgstr "" #. CkhYX #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id681592355545522\n" "help.text" msgid "COUPDAYSNC" msgstr "" #. A4oUG #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id151592355550475\n" "help.text" msgid "COUPNCD" msgstr "" #. 8Eyr4 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id291592355554258\n" "help.text" msgid "COUPNUM" msgstr "" #. ur3HX #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id361592355563155\n" "help.text" msgid "COUPPCD" msgstr "" #. HYaqY #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id591592355570035\n" "help.text" msgid "CUMIPMT" msgstr "" #. ccwAv #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id681592355573971\n" "help.text" msgid "CUMPRINC" msgstr "" #. CWYx5 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id591592355577411\n" "help.text" msgid "DEC2BIN" msgstr "" #. LZGCA #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id651592355580939\n" "help.text" msgid "DEC2HEX" msgstr "" #. FABUZ #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id981592355585026\n" "help.text" msgid "DEC2OCT" msgstr "" #. Y2HuZ #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id911592355588619\n" "help.text" msgid "DELTA" msgstr "" #. XMBJo #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id931592355591947\n" "help.text" msgid "DISC" msgstr "" #. iTNtK #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id281592355595627\n" "help.text" msgid "DOLLARDE" msgstr "" #. iWfvp #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id731592355599218\n" "help.text" msgid "DOLLARFR" msgstr "" #. iq2zc #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id451592355602770\n" "help.text" msgid "DURATION" msgstr "" #. yzAGQ #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id261592355606039\n" "help.text" msgid "EDATE" msgstr "" #. ePmwB #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id221592355620084\n" "help.text" msgid "EFFECT" msgstr "" #. whDH8 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id721592355623964\n" "help.text" msgid "EOMONTH" msgstr "" #. T8yoU #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id581592355627044\n" "help.text" msgid "ERF" msgstr "" #. YFhBd #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id451592355631036\n" "help.text" msgid "ERFC" msgstr "" #. dKas5 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id851592355634629\n" "help.text" msgid "FACTDOUBLE" msgstr "" #. 87Htt #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id731592355637900\n" "help.text" msgid "FVSCHEDULE" msgstr "" #. jjTyE #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id431592355641084\n" "help.text" msgid "GCD" msgstr "" #. mcjKe #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id461592355646844\n" "help.text" msgid "GESTEP" msgstr "" #. Toc2i #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id471592355650772\n" "help.text" msgid "HEX2BIN" msgstr "" #. CEWxE #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id91592355654156\n" "help.text" msgid "HEX2DEC" msgstr "" #. RrpLx #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id401592355657388\n" "help.text" msgid "HEX2OCT" msgstr "" #. 6GUuy #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id331592355660565\n" "help.text" msgid "IMABS" msgstr "" #. mUowh #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id401592355663828\n" "help.text" msgid "IMAGINARY" msgstr "" #. 8GGrD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id571592355667021\n" "help.text" msgid "IMARGUMENT" msgstr "" #. AaMnu #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id921592355670053\n" "help.text" msgid "IMCONJUGATE" msgstr "" #. 4vbCQ #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id171592355673117\n" "help.text" msgid "IMCOS" msgstr "" #. dr8EH #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id701592355676365\n" "help.text" msgid "IMCOSH" msgstr "" #. paAHR #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id601592355679652\n" "help.text" msgid "IMCOT" msgstr "" #. twyK6 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id41592355682724\n" "help.text" msgid "IMCSC" msgstr "" #. jKEFp #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id61592355685899\n" "help.text" msgid "IMCSCH" msgstr "" #. Lav7E #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id51592355688940\n" "help.text" msgid "IMDIV" msgstr "" #. Q3Zxj #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id611592355692012\n" "help.text" msgid "IMEXP" msgstr "" #. 7DUrG #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id381592355695069\n" "help.text" msgid "IMLN" msgstr "" #. pVmGz #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id231592355698892\n" "help.text" msgid "IMLOG10" msgstr "" #. gTxpZ #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id581592355702180\n" "help.text" msgid "IMLOG2" msgstr "" #. Windb #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id341592355705773\n" "help.text" msgid "IMPOWER" msgstr "" #. 4RLjP #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id301592355708742\n" "help.text" msgid "IMPRODUCT" msgstr "" #. mogsD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id621592355711845\n" "help.text" msgid "IMREAL" msgstr "" #. kaDjL #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id821592355714852\n" "help.text" msgid "IMSEC" msgstr "" #. GAsAW #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id871592355718533\n" "help.text" msgid "IMSECH" msgstr "" #. 8Dtdh #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id871592355721957\n" "help.text" msgid "IMSIN" msgstr "" #. LnpEu #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id681592355725045\n" "help.text" msgid "IMSINH" msgstr "" #. HoKey #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id801592355728022\n" "help.text" msgid "IMSQRT" msgstr "" #. EDQwc #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id851592355731069\n" "help.text" msgid "IMSUB" msgstr "" #. Qfop5 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id131592355734118\n" "help.text" msgid "IMSUM" msgstr "" #. DaiAF #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id761592355737109\n" "help.text" msgid "IMTAN" msgstr "" #. AWW2a #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id91592355740301\n" "help.text" msgid "INTRATE" msgstr "" #. BNWvt #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id561592355743397\n" "help.text" msgid "ISEVEN" msgstr "" #. 5Avoj #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id481592355746477\n" "help.text" msgid "ISODD" msgstr "" #. fwZ3Y #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id621592355749526\n" "help.text" msgid "LCM" msgstr "" #. WDW3o #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id381592355752413\n" "help.text" msgid "MDURATION" msgstr "" #. CaC2W #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id161592355755349\n" "help.text" msgid "MROUND" msgstr "" #. ipDJm #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id601592355758534\n" "help.text" msgid "MULTINOMIAL" msgstr "" #. wDMMt #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id241592355761822\n" "help.text" msgid "NETWORKDAYS" msgstr "" #. azBMs #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id121592355764950\n" "help.text" msgid "NOMINAL" msgstr "" #. FGnXt #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id161592355767958\n" "help.text" msgid "OCT2BIN" msgstr "" #. npjsC #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id401592355770926\n" "help.text" msgid "OCT2DEC" msgstr "" #. Bd3s5 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id981592355773838\n" "help.text" msgid "OCT2HEX" msgstr "" #. iBzAQ #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id51592355776830\n" "help.text" msgid "ODDFPRICE" msgstr "" #. ParaD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id581592355779822\n" "help.text" msgid "ODDFYIELD" msgstr "" #. 9CxRc #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id251592355782710\n" "help.text" msgid "ODDLPRICE" msgstr "" #. jBECN #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id331592355785647\n" "help.text" msgid "ODDLYIELD" msgstr "" #. opEEG #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id471592355788791\n" "help.text" msgid "PRICE" msgstr "" #. kXJnU #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id141592355791678\n" "help.text" msgid "PRICEDISC" msgstr "" #. 24W75 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id341592355794671\n" "help.text" msgid "PRICEMAT" msgstr "" #. rvmjF #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id681592355799718\n" "help.text" msgid "QUOTIENT" msgstr "" #. AC3Lz #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id831592355803591\n" "help.text" msgid "RANDBETWEEN" msgstr "" #. ZCZFS #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id701592355807287\n" "help.text" msgid "RECEIVED" msgstr "" #. nfAzV #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id231592355810343\n" "help.text" msgid "SERIESSUM" msgstr "" #. uC2XH #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id111592355816454\n" "help.text" msgid "SQRTPI" msgstr "" #. t6kbr #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id521592355819614\n" "help.text" msgid "TBILLEQ" msgstr "" #. BMCzh #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id351592355822703\n" "help.text" msgid "TBILLPRICE" msgstr "" #. KFSbi #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id921592355825694\n" "help.text" msgid "TBILLYIELD" msgstr "" #. Ce7D3 #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id751592355828599\n" "help.text" msgid "WEEKNUM" msgstr "" #. WKvrN #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id851592355831471\n" "help.text" msgid "WORKDAY" msgstr "" #. jJDdS #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id291592355834479\n" "help.text" msgid "XIRR" msgstr "" #. JEeBG #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id521592355837464\n" "help.text" msgid "XNPV" msgstr "" #. JkpJC #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id201592355840359\n" "help.text" msgid "YEARFRAC" msgstr "" #. SaiBh #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id281592355843559\n" "help.text" msgid "YIELD" msgstr "" #. qFVKa #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id341592355846704\n" "help.text" msgid "YIELDDISC" msgstr "" #. HY4dN #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id181592355849664\n" "help.text" msgid "YIELDMAT" msgstr "" #. MqMrx #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "tit\n" "help.text" msgid "Option ClassModule" msgstr "" #. HFQ4r #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0082\n" "help.text" msgid "Option ClassModule" msgstr "" #. WS3B9 #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0083\n" "help.text" msgid "Option ClassModule Statement" msgstr "" #. 4MQj9 #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0084\n" "help.text" msgid "Specifies that the module is a class module that contains members, properties, procedures and functions." msgstr "" #. vqr43 #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0089\n" "help.text" msgid "This statement must be used jointly with Option Compatible statement or Option VBASupport 1, the former is enabling VBA compatibility mode, while the latter is enforcing VBA support on top of compatibility." msgstr "" #. dmcDt #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0086\n" "help.text" msgid "Option ClassModule" msgstr "" #. UoERn #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0095\n" "help.text" msgid "' Optional members go here" msgstr "" #. 4Ffze #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0098\n" "help.text" msgid "' Optional construction code goes here" msgstr "" #. K5DSq #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0099\n" "help.text" msgid "End Sub ' Constructor" msgstr "" #. PwJxP #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0101\n" "help.text" msgid "' Optional destruction code goes here" msgstr "" #. AmeAe #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0102\n" "help.text" msgid "End Sub ' Destructor" msgstr "" #. Lsaqg #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0104\n" "help.text" msgid "' Properties go here." msgstr "" #. RFy5k #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0106\n" "help.text" msgid "' Procedures & functions go here." msgstr "" #. Funka #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0108\n" "help.text" msgid "Refer to Identifying the Operating System and Getting Session Information for class module simple examples." msgstr "" #. JQJqh #: classmodule.xhp msgctxt "" "classmodule.xhp\n" "N0109\n" "help.text" msgid "Multiple thorough class examples are available from Access2Base shared Basic library." msgstr "" #. Z2Mg6 #: code-stubs.xhp msgctxt "" "code-stubs.xhp\n" "tit\n" "help.text" msgid "BasicCodeStubs" msgstr "" #. gvH3T #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "tit\n" "help.text" msgid "CompatibilityMode function" msgstr "" #. 7mPvG #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0103\n" "help.text" msgid "CompatibilityMode VBA compatibility mode" msgstr "" #. WL5ei #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0118\n" "help.text" msgid "CompatibilityMode() Function" msgstr "" #. KwAAR #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0120\n" "help.text" msgid "CompatibilityMode() function is controlling runtime mode and affects all code executed after setting or resetting the mode." msgstr "" #. YSokk #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0119\n" "help.text" msgid "Use this feature with caution, limit it to document conversion for example." msgstr "" #. GJLGQ #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "par_id271561645872679\n" "help.text" msgid "Option Compatible turns on VBA compatibility at module level for the %PRODUCTNAME Basic interpreter." msgstr "" #. NM3yP #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0121\n" "help.text" msgid "This function may affect or help in the following situations:" msgstr "" #. 9jVgZ #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0122\n" "help.text" msgid "Creating enumerations with Enum statement" msgstr "" #. f6LjG #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0124\n" "help.text" msgid "Running RmDir command in VBA mode. In VBA only empty directories are removed by RmDir while %PRODUCTNAME Basic removes a directory recursively." msgstr "" #. 5GFEr #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0125\n" "help.text" msgid "Changing behaviour of Basic Dir command. The directory flag (16) for the Dir command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned." msgstr "" #. piCTC #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0126\n" "help.text" msgid "CompatibilityMode() function may be necessary when resorting to Option Compatible or Option VBASupport compiler modes." msgstr "" #. cFz7C #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "par_id541561646705787\n" "help.text" msgid "Given a NOT empty directory at file:///home/me/Test" msgstr "" #. 7mLBk #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "par_id461561646613414\n" "help.text" msgid "With CompatibilityMode( true ) the program results in an error, otherwise the Test directory and all its content is deleted." msgstr "" #. TcWG2 #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "par_id411561647797398\n" "help.text" msgid "Modifying Dir behavior" msgstr "" #. S3VK4 #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "par_id831561647900147\n" "help.text" msgid "CompatibilityMode( true ) ' Shows also normal files" msgstr "" #. YJM4j #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0129\n" "help.text" msgid "Refer to Identifying the Operating System and Getting Session Information for Option Compatible simple examples, or Access2Base shared Basic library for other class examples making use of Option Compatible compiler mode." msgstr "" #. P7qDB #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0131\n" "help.text" msgid "Variables scope modification in Using Procedures and Functions with CompatibilityMode() function." msgstr "" #. 8pEXC #: compatible.xhp msgctxt "" "compatible.xhp\n" "tit\n" "help.text" msgid "Option Compatible" msgstr "" #. NVDrC #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0103\n" "help.text" msgid "Option Compatible VBA compatibility option" msgstr "" #. imVdb #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0104\n" "help.text" msgid "Option Compatible Statement" msgstr "" #. qCdkp #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0106\n" "help.text" msgid "Option Compatible turns on the VBA-compatible Basic compiler mode at the module level." msgstr "" #. SNhhH #: compatible.xhp msgctxt "" "compatible.xhp\n" "par_id931561646897105\n" "help.text" msgid "The function CompatibilityMode() controls runtime mode and affects all code executed after setting or resetting the mode." msgstr "" #. w5NPC #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0107\n" "help.text" msgid "This option may affect or assist in the following situations:" msgstr "" #. T3Ng7 #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0108\n" "help.text" msgid "Allow special characters as identifiers. all characters that are defined as letter in the Latin-1 (ISO 8859-1) character set, are accepted as part of identifiers." msgstr "" #. iEB4s #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0109\n" "help.text" msgid "Create VBA constants including non-printable characters." msgstr "" #. jGHBX #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0110\n" "help.text" msgid "Support Private/Public keywords for procedures." msgstr "" #. VGYZH #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0111\n" "help.text" msgid "Compulsory Set statement for objects." msgstr "" #. xwLEC #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0112\n" "help.text" msgid "Default values for optional parameters in procedures." msgstr "" #. iDCu5 #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0113\n" "help.text" msgid "Named arguments when multiple optional parameters exist." msgstr "" #. 6Fb5x #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0114\n" "help.text" msgid "Preload of %PRODUCTNAME Basic libraries" msgstr "" #. uNUqR #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0115\n" "help.text" msgid "Option Compatible is required when coding class modules." msgstr "" #. gBqrZ #: compatible.xhp msgctxt "" "compatible.xhp\n" "hd_id231561639199292\n" "help.text" msgid "Special characters as identifiers" msgstr "" #. QkGeQ #: compatible.xhp msgctxt "" "compatible.xhp\n" "par_id641581846957447\n" "help.text" msgid "' With this option the code works, otherwise it causes a compiling error" msgstr "" #. E6GpA #: compatible.xhp msgctxt "" "compatible.xhp\n" "par_id381561650119146\n" "help.text" msgid "Statement Option VBAsupport 1 sets Option Compatible statement automatically." msgstr "" #. j8iHM #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0131\n" "help.text" msgid "Variables scope modification in Using Procedures and Functions with CompatibilityMode() function." msgstr "" #. 2hkYG #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0129\n" "help.text" msgid "Refer to Identifying the Operating System and Getting Session Information for class module examples, or Access2Base shared Basic library for other class examples making use of Option Compatible compiler mode." msgstr "" #. QF4Ds #: conventions.xhp msgctxt "" "conventions.xhp\n" "tit\n" "help.text" msgid "Syntax Diagrams" msgstr "" #. CkdjC #: conventions.xhp msgctxt "" "conventions.xhp\n" "bm_id861593777289558\n" "help.text" msgid "Syntax diagrams; How to read Statements syntax;How to read Typographical conventions" msgstr "" #. VTTA3 #: conventions.xhp msgctxt "" "conventions.xhp\n" "hd_id221543446540070\n" "help.text" msgid "How to Read Syntax Diagrams and Statements" msgstr "" #. jJGWn #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id601593699108443\n" "help.text" msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:" msgstr "" #. FcuAQ #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id158193699546735\n" "help.text" msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property." msgstr "" #. ny9xr #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id711593699548486\n" "help.text" msgid "Lowercase characters indicate information to supply: end, expression, start, variable." msgstr "" #. 6cDAC #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id881593760345504\n" "help.text" msgid "The syntax of a %PRODUCTNAME Basic one line statement is illustrated herewith:" msgstr "" #. 8Co5j #: conventions.xhp msgctxt "" "conventions.xhp\n" "hd_id871593700670279\n" "help.text" msgid "Diagram example" msgstr "" #. 5AfpR #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id181593699574635\n" "help.text" msgid "Basic statement diagrams start and end with double vertical bars," msgstr "" #. oNAUQ #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id711596399548486\n" "help.text" msgid "Loops indicate a possible repetition, an optional separator may be present," msgstr "" #. qBArU #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id541593706654897\n" "help.text" msgid "Rectangles denote subsequent diagram fragments," msgstr "" #. MgRRZ #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id251593706717957\n" "help.text" msgid "Diagram fragments extremities exhibit single vertical bars." msgstr "" #. 2ERcw #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id831588865616326\n" "help.text" msgid "syntax of a statement" msgstr "" #. QDyRr #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id411579301639711\n" "help.text" msgid "A set of %PRODUCTNAME Basic statements - with optional labels - is using a colon : sign to separate them, it can be terminated with an optional comment. REM or an apostrophe sign introduce a comment." msgstr "" #. fR7p7 #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id931593707147102\n" "help.text" msgid "diagram fragment" msgstr "" #. tMPo2 #: conventions.xhp msgctxt "" "conventions.xhp\n" "hd_id71593700691968\n" "help.text" msgid "Textual example" msgstr "" #. vtggd #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id181593700546735\n" "help.text" msgid "[opt1|opt2|opt3] Items inside brackets are optional, alternatives are indicated with a vertical bar," msgstr "" #. ap6xE #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id181593699546735\n" "help.text" msgid "case[[sep]…] An ellipsis indicates a possible repetition, an optional separator may be specified," msgstr "" #. FEGF3 #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id712593699548486\n" "help.text" msgid "{choice1|choice2} Items inside curly braces are compulsory, alternatives are indicated with a vertical bar." msgstr "" #. VFKcU #: conventions.xhp msgctxt "" "conventions.xhp\n" "par_id411593701639711\n" "help.text" msgid "A set of %PRODUCTNAME Basic statements - with optional labels - is using a colon : sign to separate them, it can be terminated with an optional comment. REM or an apostrophe sign introduce a comment." msgstr "" #. RUhNn #: conventions.xhp msgctxt "" "conventions.xhp\n" "N0018\n" "help.text" msgid "GoTo there ' skip first statement" msgstr "" #. oCE77 #: conventions.xhp msgctxt "" "conventions.xhp\n" "N0019\n" "help.text" msgid "here: Print 1, : there: Print 2 REM explanatory text here" msgstr "" #. 7pf8S #: enum.xhp msgctxt "" "enum.xhp\n" "tit\n" "help.text" msgid "Enum Statement" msgstr "" #. 7XAsc #: enum.xhp msgctxt "" "enum.xhp\n" "N0001\n" "help.text" msgid "Enum statement constant groups enumerations" msgstr "" #. nqumw #: enum.xhp msgctxt "" "enum.xhp\n" "hd_id221543446540070\n" "help.text" msgid "Enum Statement [VBA]" msgstr "" #. nCNts #: enum.xhp msgctxt "" "enum.xhp\n" "N0003\n" "help.text" msgid "Define enumerations or non UNO constant groups. An enumeration is a value list that facilitates programming and eases code logic review." msgstr "" #. VYBXM #: enum.xhp msgctxt "" "enum.xhp\n" "par_id831588865616326\n" "help.text" msgid "Enum syntax" msgstr "" #. irGeH #: enum.xhp msgctxt "" "enum.xhp\n" "N0006\n" "help.text" msgid "Parameters:" msgstr "" #. aiEGy #: enum.xhp msgctxt "" "enum.xhp\n" "N0007\n" "help.text" msgid "Within a given enumeration, fit together values that logically relate to one another." msgstr "" #. EYqEn #: enum.xhp msgctxt "" "enum.xhp\n" "N0030\n" "help.text" msgid "Enumerated values are rendered to Long datatype. Basic functions are public accessors to enumerations. Enumeration names and value names must be unique within a library and across modules." msgstr "" #. zESQa #: enum.xhp msgctxt "" "enum.xhp\n" "N0036\n" "help.text" msgid "Usage:" msgstr "" #. vA2jL #: enum.xhp msgctxt "" "enum.xhp\n" "N0037\n" "help.text" msgid "Display WindowManager grouped constant values:" msgstr "" #. HBPCv #: enum.xhp msgctxt "" "enum.xhp\n" "par_id731573636687662\n" "help.text" msgid "Enumerations can be extended to other data types using Type statement definitions. Calling Python Scripts from Basic illustrates that mechanism." msgstr "" #. N48Xe #: enum.xhp msgctxt "" "enum.xhp\n" "N0051\n" "help.text" msgid "Const statement, constants" msgstr "" #. PEGnc #: enum.xhp msgctxt "" "enum.xhp\n" "N0053\n" "help.text" msgid "Option VBASupport statement" msgstr "" #. gfQpy #: enum.xhp msgctxt "" "enum.xhp\n" "N0061\n" "help.text" msgid "With statement" msgstr "" #. FFWQn #: fragments.xhp msgctxt "" "fragments.xhp\n" "tit\n" "help.text" msgid "Basic syntax diagrams fragments" msgstr "" #. y2yz2 #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id541587044867073\n" "help.text" msgid "Syntax fragments" msgstr "" #. qdgmB #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id881587044839050\n" "help.text" msgid "%PRODUCTNAME Basic syntax fragments." msgstr "" #. 4eH7M #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id431587045941514\n" "help.text" msgid "argument fragment" msgstr "" #. pfHq8 #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id491585753339474\n" "help.text" msgid "argument fragment" msgstr "" #. zqKwG #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id811587303969210\n" "help.text" msgid "Parameters" msgstr "" #. E7GXy #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id481586090298901\n" "help.text" msgid "Optional: The argument is not mandatory." msgstr "" #. FEs39 #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id331586090532804\n" "help.text" msgid "ByRef: The argument is passed by reference. ByRef is the default." msgstr "" #. WuCPC #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id331586090432804\n" "help.text" msgid "ByVal: The argument is passed by value. Its value can be modified by the called routine." msgstr "" #. GrfMS #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id651587044335713\n" "help.text" msgid "char: Type declaration character." msgstr "" #. Naxwg #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id651587044336713\n" "help.text" msgid "typename: Primitive data type name. Library or module defined types can also be specified." msgstr "" #. KwsyR #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id11587045141290\n" "help.text" msgid "= expression: Specify a default value for the argument, matching its declared type. Optional is necessary for each argument specifying a default value." msgstr "" #. 4Atx8 #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id331586091432804\n" "help.text" msgid "ParamArray: Use ParamArray when the number of parameters is undetermined. A typical scenario is that of a Calc user-defined function. Using ParamArray should be limited to the last argument of a routine." msgstr "" #. GWSD4 #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id851587050837107\n" "help.text" msgid "UsingParamArray or = expression require Option Compatible to be placed before the executable program code in a module." msgstr "" #. EDCLX #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id391587571321063\n" "help.text" msgid "When using Option VBASupport 1, Optional arguments with no default value (= expression) are initialized according to their data type, except if Variant." msgstr "" #. fDUEu #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id231587046013456\n" "help.text" msgid "array fragment" msgstr "" #. YD32W #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id491586753339473\n" "help.text" msgid "array fragment" msgstr "" #. zrpkq #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id731587304120258\n" "help.text" msgid "Parameters" msgstr "" #. dUCSu #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id951587051619162\n" "help.text" msgid "start: Lower bound of a dimension." msgstr "" #. yeb4H #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id951587052619162\n" "help.text" msgid "end: Upper bound of a dimension." msgstr "" #. wyE23 #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id961587051702571\n" "help.text" msgid "Multiple dimensions for an array are denoted using comma (,) sign." msgstr "" #. E9UTU #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id231587046013458\n" "help.text" msgid "typename fragment" msgstr "" #. AqfYj #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id501586753339474\n" "help.text" msgid "primitive data types fragment" msgstr "" #. BSD4e #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id231587046013459\n" "help.text" msgid "char fragment" msgstr "" #. JFwPg #: fragments.xhp msgctxt "" "fragments.xhp\n" "par_id511586753339474\n" "help.text" msgid "type declaration characters" msgstr "" #. onSEk #: keys.xhp msgctxt "" "keys.xhp\n" "tit\n" "help.text" msgid "Keyboard Shortcuts in the Basic IDE" msgstr "Snabbkommandon i Basic IDE" #. Zbfyb #: keys.xhp msgctxt "" "keys.xhp\n" "bm_id3154760\n" "help.text" msgid "keyboard;in IDEshortcut keys;Basic IDEIDE;keyboard shortcuts" msgstr "Tangentbord; i IDESnabbkommandon; Basic IDEIDE; snabbkommandon" #. xoRnY #: keys.xhp msgctxt "" "keys.xhp\n" "hd_id3154760\n" "help.text" msgid "Keyboard Shortcuts in the Basic IDE" msgstr "Kortkommandon i Basic-IDE" #. BRjJ7 #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3149655\n" "help.text" msgid "In the Basic IDE you can use the following keyboard shortcuts:" msgstr "I Basic-IDE kan du använda följande kortkommandon:" #. ACNp2 #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3154908\n" "help.text" msgid "Action" msgstr "Åtgärd" #. vwPiV #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3153192\n" "help.text" msgid "Keyboard shortcut" msgstr "Kortkommando" #. RphtH #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3159254\n" "help.text" msgid "Run code starting from the first line, or from the current breakpoint, if the program stopped there before." msgstr "" #. yc5Fy #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3163712\n" "help.text" msgid "F5" msgstr "F5" #. 338qg #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3150010\n" "help.text" msgid "Stop" msgstr "Stopp" #. YoSNT #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3154319\n" "help.text" msgid "Shift+F5" msgstr "Skift+F5" #. w8dBL #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3151073\n" "help.text" msgid "Add watch for the variable at the cursor." msgstr "" #. denBK #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3154731\n" "help.text" msgid "F7" msgstr "F7" #. pBuAE #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3148455\n" "help.text" msgid "Single step through each statement, starting at the first line or at that statement where the program execution stopped before." msgstr "Gå igenom varje instruktion steg för steg, med början på första raden eller på den instruktion där programmet stoppades tidigare." #. DNN5Z #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3150716\n" "help.text" msgid "F8" msgstr "F8" #. ZbLqF #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3156275\n" "help.text" msgid "Single step as with F8, but a function call is considered to be only one statement." msgstr "" #. DKCAB #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3153764\n" "help.text" msgid "Shift+F8" msgstr "Skift+F8" #. FkKFQ #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3150323\n" "help.text" msgid "Set or remove a breakpoint at the current line or all breakpoints in the current selection." msgstr "" #. 5GBBt #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3147339\n" "help.text" msgid "F9" msgstr "F9" #. 9P96d #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3153963\n" "help.text" msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection." msgstr "" #. zebED #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3155175\n" "help.text" msgid "Shift+F9" msgstr "Skift+F9" #. FETWh #: keys.xhp msgctxt "" "keys.xhp\n" "par_id3154702\n" "help.text" msgid "A running macro can be aborted with Shift+CommandCtrl+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+CommandCtrl+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8." msgstr "Ett makro som körs kan avbrytas med Shift+KommandoCtrl+Q, även utanför Basic-IDE. Om du befinner dig i Basic-IDE och makrot stannar vid en brytpunkt, så kan du avbryta körningen av makrot med Shift+KommandoCtrl+Q, men du kan bara identifiera det här efter nästa F5, F8 eller Shift+F8." #. UdAFP #: main0211.xhp msgctxt "" "main0211.xhp\n" "tit\n" "help.text" msgid "Macro Toolbar" msgstr "Verktygsraden Makro" #. uzA6d #: main0211.xhp msgctxt "" "main0211.xhp\n" "bm_id3150543\n" "help.text" msgid "toolbars; Basic IDEmacro toolbar" msgstr "Verktygsrader; Basic IDEMakroverktygsrad" #. TBsaV #: main0211.xhp msgctxt "" "main0211.xhp\n" "hd_id3150543\n" "help.text" msgid "Macro Toolbar" msgstr "Makrolist" #. ukJ8n #: main0211.xhp msgctxt "" "main0211.xhp\n" "par_id3147288\n" "help.text" msgid "The Macro Toolbar contains commands to create, edit, and run macros." msgstr "Verktygsraden Makro innehåller kommandon för att redigera, skapa och köra makron." #. hWgCC #: main0601.xhp msgctxt "" "main0601.xhp\n" "tit\n" "help.text" msgid "$[officename] Basic Help" msgstr "Hjälp för $[officename] Basic" #. Fa5sa #: main0601.xhp msgctxt "" "main0601.xhp\n" "hd_id3154232\n" "help.text" msgid "%PRODUCTNAME Basic Help" msgstr "" #. 6cHZD #: main0601.xhp msgctxt "" "main0601.xhp\n" "par_id3153894\n" "help.text" msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org" msgstr "" #. iXmNA #: main0601.xhp msgctxt "" "main0601.xhp\n" "par_id3147226\n" "help.text" msgid "This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the OpenOffice.org BASIC Programming Guide on the Wiki." msgstr "" #. s6H2V #: main0601.xhp msgctxt "" "main0601.xhp\n" "hd_id3146957\n" "help.text" msgid "Working with %PRODUCTNAME Basic" msgstr "Arbeta med %PRODUCTNAME Basic" #. SwqfN #: main0601.xhp msgctxt "" "main0601.xhp\n" "hd_id05182017030838384\n" "help.text" msgid "Working with VBA Macros" msgstr "" #. shBft #: main0601.xhp msgctxt "" "main0601.xhp\n" "hd_id191548155077269\n" "help.text" msgid "Working with Macros in Python" msgstr "" #. 9ChM4 #: main0601.xhp msgctxt "" "main0601.xhp\n" "hd_id51528998827009\n" "help.text" msgid "%PRODUCTNAME internal Basic macro libraries" msgstr "" #. ZoN7U #: main0601.xhp msgctxt "" "main0601.xhp\n" "par_id441528998842556\n" "help.text" msgid "%PRODUCTNAME installs a set of Basic macro libraries that can be accessed from your Basic macros." msgstr "" #. r4nQn #: partition.xhp msgctxt "" "partition.xhp\n" "tit\n" "help.text" msgid "Partition Function" msgstr "" #. nFJKD #: partition.xhp msgctxt "" "partition.xhp\n" "bm_id31548421805896\n" "help.text" msgid "Partition Function" msgstr "" #. s5UqC #: partition.xhp msgctxt "" "partition.xhp\n" "hd_id171548419512929\n" "help.text" msgid "Partition Function [VBA]" msgstr "" #. LDTcg #: partition.xhp msgctxt "" "partition.xhp\n" "par_id461548419700445\n" "help.text" msgid "Returns a string indicating where a number occurs within a calculated series of ranges." msgstr "" #. YyRGM #: partition.xhp msgctxt "" "partition.xhp\n" "par_id111548419647867\n" "help.text" msgid "Partition( Number, Start, End, Interval)" msgstr "" #. EXFRi #: partition.xhp msgctxt "" "partition.xhp\n" "par_id481548420000538\n" "help.text" msgid "Number: Required. The number to determine the partition." msgstr "" #. HXMue #: partition.xhp msgctxt "" "partition.xhp\n" "par_id841548420006137\n" "help.text" msgid "Start: Required. An integer number defining the lower value of the range of numbers." msgstr "" #. yg4Di #: partition.xhp msgctxt "" "partition.xhp\n" "par_id781548420012105\n" "help.text" msgid "End: Required. An integer number defining the highest value of the range." msgstr "" #. VvTEA #: partition.xhp msgctxt "" "partition.xhp\n" "par_id371548420017250\n" "help.text" msgid "Interval: Required. An integer number that specifies the size of the partitions within the range of numbers (between Start and End)." msgstr "" #. 9xjpK #: partition.xhp msgctxt "" "partition.xhp\n" "par_id561548420541509\n" "help.text" msgid "print \"20:24 the number 20 occurs in the range: \" & retStr" msgstr "" #. wTzdv #: partition.xhp msgctxt "" "partition.xhp\n" "par_id161548420558523\n" "help.text" msgid "print \" 20: 20 the number 20 occurs in the range: \" & retStr" msgstr "" #. hQuDy #: partition.xhp msgctxt "" "partition.xhp\n" "par_id561548420579525\n" "help.text" msgid "print \"100: the number 120 occurs in the range: \" & retStr" msgstr "" #. x7KVc #: partition.xhp msgctxt "" "partition.xhp\n" "par_id921548420596118\n" "help.text" msgid "print \" : -1 the number -5 occurs in the range: \" & retStr" msgstr "" #. 8fEpA #: partition.xhp msgctxt "" "partition.xhp\n" "par_id861548420616153\n" "help.text" msgid "print \" 2: 3 the number 2 occurs in the range: \" & retStr" msgstr "" #. vye3g #: property.xhp msgctxt "" "property.xhp\n" "Property Statement\n" "help.text" msgid "Property Statement" msgstr "" #. ukCtn #: property.xhp msgctxt "" "property.xhp\n" "N0181\n" "help.text" msgid "Property statement" msgstr "" #. 6Gjab #: property.xhp msgctxt "" "property.xhp\n" "N0182\n" "help.text" msgid "Property Statement" msgstr "" #. CxW74 #: property.xhp msgctxt "" "property.xhp\n" "N0183\n" "help.text" msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependent routines. Using Get, Let or Set accessors enforces properties' consistency when necessary." msgstr "" #. hD9fA #: property.xhp msgctxt "" "property.xhp\n" "N0184\n" "help.text" msgid "This statement requires Option Compatible to be placed before the executable program code in a module." msgstr "" #. gSJbV #: property.xhp msgctxt "" "property.xhp\n" "par_id971587473488701\n" "help.text" msgid "Property Get Statement diagram" msgstr "" #. LNJAH #: property.xhp msgctxt "" "property.xhp\n" "par_id972787473488701\n" "help.text" msgid "Property Set Statement diagram" msgstr "" #. uowWh #: property.xhp msgctxt "" "property.xhp\n" "par_id941588582710020\n" "help.text" msgid "name: The property name." msgstr "" #. hiW2o #: property.xhp msgctxt "" "property.xhp\n" "par_id3147229\n" "help.text" msgid "argument: Value to be passed to the Property setter routine." msgstr "" #. duS8j #: property.xhp msgctxt "" "property.xhp\n" "par_id301588583826717\n" "help.text" msgid "Property setters often use a single argument. Multiple arguments are equally accepted." msgstr "" #. FG2Dc #: property.xhp msgctxt "" "property.xhp\n" "N0188\n" "help.text" msgid "Examples" msgstr "" #. 2n4nC #: property.xhp msgctxt "" "property.xhp\n" "N0192\n" "help.text" msgid "Print ProductName ' displays \"%PRODUCTNAME\"" msgstr "" #. oUuG9 #: property.xhp msgctxt "" "property.xhp\n" "N0202\n" "help.text" msgid "In the absence of Property Let or Property Set, Property Get helps define protected information, which can not be accidently altered by a foreign module:" msgstr "" #. PP63o #: property.xhp msgctxt "" "property.xhp\n" "N0204\n" "help.text" msgid "Public Property Get PathDelimiter As String ' Read-only variable" msgstr "" #. yNhRi #: property.xhp msgctxt "" "property.xhp\n" "N0208\n" "help.text" msgid "Case 4 : this = \":\" ' Linux or macOS" msgstr "" #. BievJ #: property.xhp msgctxt "" "property.xhp\n" "N0209\n" "help.text" msgid "Case Else : Error 423 ' Property or method not defined: PathDelimiter" msgstr "" #. wnG4s #: property.xhp msgctxt "" "property.xhp\n" "N0212\n" "help.text" msgid "End Property ' read-only PathDelimiter" msgstr "" #. ze9dZ #: property.xhp msgctxt "" "property.xhp\n" "N0215\n" "help.text" msgid "PathDelimiter = \"a sentence\" ' does nothing" msgstr "" #. xR9j7 #: property.xhp msgctxt "" "property.xhp\n" "N0217\n" "help.text" msgid "Use Let or Set when handling UNO services or class objects:" msgstr "" #. KbzAx #: property.xhp msgctxt "" "property.xhp\n" "N0237\n" "help.text" msgid "End, Exit statements" msgstr "" #. Dh5aG #: property.xhp msgctxt "" "property.xhp\n" "N0238\n" "help.text" msgid "Using Procedures and Functions" msgstr "" #. uM2zs #: replace.xhp msgctxt "" "replace.xhp\n" "tit\n" "help.text" msgid "Replace Function" msgstr "" #. G7eCF #: replace.xhp msgctxt "" "replace.xhp\n" "bm_id721552551162491\n" "help.text" msgid "Replace function" msgstr "" #. ChEvF #: replace.xhp msgctxt "" "replace.xhp\n" "hd_id781552551013521\n" "help.text" msgid "Replace Function" msgstr "" #. 4xq3F #: replace.xhp msgctxt "" "replace.xhp\n" "par_id291552551013522\n" "help.text" msgid "Replaces some string by another." msgstr "" #. 4cCHs #: replace.xhp msgctxt "" "replace.xhp\n" "par_id931552552227310\n" "help.text" msgid "Replace (Text As String, SearchStr As String, ReplStr As String [, Start As Long [, Count as Long [, Compare As Boolean]]]" msgstr "" #. iMDGH #: replace.xhp msgctxt "" "replace.xhp\n" "par_id911552552252024\n" "help.text" msgid "String" msgstr "" #. gZGmH #: replace.xhp msgctxt "" "replace.xhp\n" "par_id721552552263062\n" "help.text" msgid "Text: Any string expression that you want to modify." msgstr "" #. JdTUJ #: replace.xhp msgctxt "" "replace.xhp\n" "par_id901552552269836\n" "help.text" msgid "SearchStr: Any string expression that shall be searched for." msgstr "" #. yK8dz #: replace.xhp msgctxt "" "replace.xhp\n" "par_id791552552275383\n" "help.text" msgid "ReplStr: Any string expression that shall replace the found search string." msgstr "" #. y6ZZR #: replace.xhp msgctxt "" "replace.xhp\n" "par_id111552552283060\n" "help.text" msgid "Start: Numeric expression that indicates the character position where the search starts and also the start of the substring to be returned." msgstr "" #. bLh8G #: replace.xhp msgctxt "" "replace.xhp\n" "par_id921552552289833\n" "help.text" msgid "Count: The maximal number of times the replace shall be performed." msgstr "" #. Pwrb8 #: replace.xhp msgctxt "" "replace.xhp\n" "par_id891552552302894\n" "help.text" msgid "Compare: Optional boolean expression that defines the type of comparison. The value of this parameter can be TRUE or FALSE. The default value of TRUE specifies a text comparison that is not case-sensitive. The value of FALSE specifies a binary comparison that is case-sensitive. You can as well use 0 instead of FALSE or 1 instead of TRUE." msgstr "" #. sFyGa #: replace.xhp msgctxt "" "replace.xhp\n" "par_id991552552420717\n" "help.text" msgid "msgbox replace (\"aBbcnnbnn\", \"b\", \"$\", 1, 1, FALSE)'returns \"aB$cnnbnn\"" msgstr "" #. ZHjzn #: replace.xhp msgctxt "" "replace.xhp\n" "par_id321552552440672\n" "help.text" msgid "REM meaning: \"b\" should be replaced, but" msgstr "" #. BZgJy #: replace.xhp msgctxt "" "replace.xhp\n" "par_id571552552467647\n" "help.text" msgid "REM * only when lowercase (parameter 6), hence second occurrence of \"b\"" msgstr "" #. HubEe #: replace.xhp msgctxt "" "replace.xhp\n" "par_id71552552474769\n" "help.text" msgid "REM * only first (respecting case) occurrence (parameter 5)" msgstr "" #. QEPtG #: replace.xhp msgctxt "" "replace.xhp\n" "par_id861587778446685\n" "help.text" msgid "REM returns D*FGHI because the search starts at position 4, which is also the start of the returned string." msgstr "" #. Z9NfM #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "tit\n" "help.text" msgid "Exclusive VBA functions" msgstr "" #. pXcmP #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id051920170350145208\n" "help.text" msgid "VBA Functions;Introduction" msgstr "" #. Y45G8 #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "hd_id051820170313205718\n" "help.text" msgid "Exclusive VBA Functions and Statements" msgstr "" #. 2kkjB #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "par_id051820170314436068\n" "help.text" msgid "%PRODUCTNAME Basic adds this set of functions when VBA support is enabled." msgstr "" #. hMUXb #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "hd_id051820170407499827\n" "help.text" msgid "These exclusive VBA functions are enabled when the statement Option VBASupport 1 is placed before the first macro of a %PRODUCTNAME Basic module." msgstr "" #. hWvRQ #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id71543455697570\n" "help.text" msgid "VBA Statements" msgstr "" #. BofRD #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "hd_id31543446449360\n" "help.text" msgid "VBA Statements" msgstr "" #. ytqmv #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id05192017035621676\n" "help.text" msgid "VBA Functions;Text Functions" msgstr "" #. Dy4pB #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "par_id051820170355592834\n" "help.text" msgid "Text functions" msgstr "" #. wFBZb #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id051920170357078705\n" "help.text" msgid "VBA Functions;Financial Functions" msgstr "" #. k8m4D #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "par_id051820170355592581\n" "help.text" msgid "Financial functions" msgstr "" #. sEjTT #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id051920170358102074\n" "help.text" msgid "VBA Functions;Date and Time Functions" msgstr "" #. bcMGY #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "par_id051820170356005357\n" "help.text" msgid "Date and time functions" msgstr "" #. NEsXU #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id051920170358002074\n" "help.text" msgid "VBA Functions;I/O Functions" msgstr "" #. HEWuk #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "par_id051820170356006501\n" "help.text" msgid "I/O Functions" msgstr "" #. D9mT7 #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id051920170358346963\n" "help.text" msgid "VBA Functions;Mathematical Functions VBA Functions;formatting numbers VBA Functions;partitioning numbers" msgstr "" #. AXMSu #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "par_id051820170356005221\n" "help.text" msgid "Mathematical Functions" msgstr "" #. G2UxD #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "bm_id051920170359045662\n" "help.text" msgid "VBA Functions;Object Properties and Methods" msgstr "" #. puram #: special_vba_func.xhp msgctxt "" "special_vba_func.xhp\n" "hd_id051920170347039686\n" "help.text" msgid "Object Properties and Methods" msgstr "" #. ZEw4t #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "tit\n" "help.text" msgid "StarDesktop object" msgstr "" #. S5TDy #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0089\n" "help.text" msgid "StarDesktop API; Desktop" msgstr "" #. awFbD #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "hd_id401544551916353\n" "help.text" msgid "StarDesktop object" msgstr "" #. VZcw3 #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0091\n" "help.text" msgid "The StarDesktop object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via StarDesktop." msgstr "" #. iDmEB #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0092\n" "help.text" msgid "Example:" msgstr "" #. WMVc9 #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "tit\n" "help.text" msgid "UNO Objects" msgstr "" #. 2XuCg #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "bm_id171544787218331\n" "help.text" msgid "programming;UNO objects UNO objects UNO functions" msgstr "" #. 5vZxD #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "hd_id3156027\n" "help.text" msgid "UNO Objects, Functions and Services" msgstr "" #. 9xsDp #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "par_id3153312\n" "help.text" msgid "Functions, objects and services of Unified Network Objects (UNO)." msgstr "" #. yFvUL #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "hd_id91572461246639\n" "help.text" msgid "BasicLibraries Object" msgstr "" #. PDDjd #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "hd_id91572461246640\n" "help.text" msgid "DialogLibraries Object" msgstr "" #. 8GF88 #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "par_id81572615048011\n" "help.text" msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org" msgstr "" #. V3Wow #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "tit\n" "help.text" msgid "Support for VBA Macros" msgstr "" #. wbFaL #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "hd_id051720170332046289\n" "help.text" msgid "Working with VBA Macros" msgstr "" #. dSBGk #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "par_id05172017033242490\n" "help.text" msgid "Visual Basic for Applications (VBA) is an implementation of Microsoft's Visual Basic which is built into all Microsoft Office applications. " msgstr "" #. aeKys #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "par_id051720170332428854\n" "help.text" msgid "Support for VBA is not complete, but it covers a large portion of the common usage patterns. Most macros use a manageable subset of objects in the Excel API (such as the Range, Worksheet, Workbook, etc.) and the support include those objects, and the most commonly used method/properties of those objects." msgstr "" #. EricB #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "hd_id051720170350145604\n" "help.text" msgid "Loading Microsoft Office documents with executable VBA macros" msgstr "" #. CFxLB #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "par_id051720170350147298\n" "help.text" msgid "Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - VBA Properties and mark the Executable code checkbox. Then load or open your document." msgstr "" #. 8YBDK #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "hd_id051720170400536628\n" "help.text" msgid "Running VBA Macros" msgstr "" #. PsyXh #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "par_id051720170400539565\n" "help.text" msgid "Run VBA macros in the same way as %PRODUCTNAME Basic macros." msgstr "" #. UFECg #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "par_id051720170407404013\n" "help.text" msgid "Since support for VBA is not complete, you may have to edit the VBA code and complete the missing support with %PRODUCTNAME Basic objects, statements and functions." msgstr "" #. Z5tKY #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "hd_id051720170400533411\n" "help.text" msgid "Editing VBA Macros" msgstr "" #. DLrJq #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "par_id051720170400532486\n" "help.text" msgid "VBA macros can be edited in the %PRODUCTNAME Basic IDE." msgstr "" #. ciETb #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "par_id051720171119254111\n" "help.text" msgid "VBA Properties" msgstr "" #. LTFGX #: vbasupport.xhp msgctxt "" "vbasupport.xhp\n" "par_id051720170407401872\n" "help.text" msgid "%PRODUCTNAME Basic IDE" msgstr ""