---
title: "if"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/6485-if"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "DavidB"
published: "2000-09-02T10:25:00.000Z"
updated: "2000-09-02T11:17:00.000Z"
replies: 1
views: 167
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/6485-if"
---

# if

## #1 — DavidB, 2000-09-02T10:25Z

jag skulle vilja ha en IF sats som kollar om "tal" är ett 10-tal eller inte unefär såhär:

```
if tal = 10-tal(10,20,30 osv) Then

Else

End if
```

nån som har en ide?

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

## #2 — @nders, 2000-09-02T11:17Z

det gör du med mod.

```
if tal mod 10 = 0 then ...
```

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

---

Tråden på webben: https://www.webforum.nu/amne/asp/6485-if
