```
go [to] ordinal
go [to] position
go [to] card [of bkgnd] [of stack]
go [to] bkgnd [of stack]
go [to] stack
go [to] [card of] [bkgnd of] stack ¬
[in a new window] [without dialog]
```
The go command takes the user to a card in a stack. The ordinal and position forms take the user to a card in the current stack.
If you name a stack (or background) without specifying a card, HyperCard goes to the first card of the stack (or background).
HyperCard puts empty into the function the result when the go command succeeds; it puts "No such card." or "No such stack." into the result when it can’t go to the card or stack.
The `in a new window` option tells HyperCard to open a stack in another window when it goes to the stack.
The `without dialog` option tells HyperCard to go to another stack directly based on the search paths that are specified on the Search Paths card of the user’s Home stack. If HyperCard can't find the stack, it places `"No such stack"` into `the result`.
If you don't use `without dialog`, `the result` is set to `Cancel` if the user clicks the "Where Is" dialog box's Cancel button.
Note: The options `in a new window` and `without dialog` take effect only if the `go` command explicitly specifies a stack other than the current stack.