---
title: "getstring"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/39533-getstring"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "lucifer"
published: "2002-03-13T09:54:48.000Z"
updated: "2002-03-13T10:24:29.000Z"
replies: 1
views: 199
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/asp/39533-getstring"
---

# getstring

## #1 — lucifer, 2002-03-13T09:54Z

nån som vet hur den funkar o syntax.. tyx inte hitta det nånstans

Permalänk: https://www.webforum.nu/p/39533

## #2 — LarsG, 2002-03-13T10:24Z

Det verkar var något problem med länkar på MSDN så jag får inte tag på någon direktlänk.

<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdmscadomethods.asp?frame=true&hidetoc=true>

Syntax

Variant = recordset.GetString(StringFormat, NumRows, ColumnDelimiter, RowDelimiter, NullExpr)
Return Value
Returns the Recordset as a string-valued Variant (BSTR).

Parameters
StringFormat 
A StringFormatEnum value that specifies how the Recordset should be converted to a string. The RowDelimiter, ColumnDelimiter, and NullExpr parameters are used only with a StringFormat of adClipString. 
NumRows 
Optional. The number of rows to be converted in the Recordset. If NumRows is not specified, or if it is greater than the total number of rows in the Recordset, then all the rows in the Recordset are converted. 
ColumnDelimiter 
Optional. A delimiter used between columns, if specified, otherwise the TAB character. 
RowDelimiter 
Optional. A delimiter used between rows, if specified, otherwise the CARRIAGE RETURN character. 
NullExpr 
Optional. An expression used in place of a null value, if specified, otherwise the empty string.

Permalänk: https://www.webforum.nu/p/623441

---

Tråden på webben: https://www.webforum.nu/amne/asp/39533-getstring
