<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextList/marker(forItemNumber:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTextList(im)markerForItemNumber:"
  },
  "title" : "marker(forItemNumber:)"
}
-->

# marker(forItemNumber:)

Returns the computed value for a specific ordinal position in the list.

```
func marker(forItemNumber itemNumber: Int) -> String
```

## Parameters

`itemNumber`

The ordinal position in the list whose computed marker value is desired.

## Return Value

The computed maker value for `itemNum`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)