[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Splitting the input string in interactive
From: |
tomas |
Subject: |
Re: Splitting the input string in interactive |
Date: |
Thu, 5 Sep 2024 14:36:59 +0200 |
On Thu, Sep 05, 2024 at 12:31:21PM +0000, Heime wrote:
>
> On Friday, September 6th, 2024 at 12:21 AM, tomas@tuxteam.de
> <tomas@tuxteam.de> wrote:
>
> > On Thu, Sep 05, 2024 at 12:04:18PM +0000, Heime wrote:
> >
> > > Why do I encounter problems when splitting the input string
> > > in interactive ?
> >
> > Have you read interactive's docstring?
>
> I did. The argument of ‘interactive’ is a string containing a code
> letter followed optionally by a prompt.
Exactly. And (concat ... ...) is not a string. It's an expression, that,
when evaluated, yields a string.
What is the fourth word in interactive's doc string?
> To pass several arguments to
> the command, concatenate the individual strings, separating them by
> newline characters.
You have to concatenate them: you might solve that riddle if/when you
answer the question above.
Cheers
--
t
signature.asc
Description: PGP signature
- Splitting the input string in interactive, Heime, 2024/09/05
- Re: Splitting the input string in interactive, tomas, 2024/09/05
- Re: Splitting the input string in interactive, Heime, 2024/09/05
- Re: Splitting the input string in interactive,
tomas <=
- Re: Splitting the input string in interactive, Heime, 2024/09/05
- Re: Splitting the input string in interactive, Michael Heerdegen, 2024/09/05
- Re: Splitting the input string in interactive, Heime, 2024/09/05
- Re: Splitting the input string in interactive, Michael Heerdegen, 2024/09/05
- Re: Splitting the input string in interactive, Heime, 2024/09/05
- Re: Splitting the input string in interactive, Heime, 2024/09/05
- Re: Splitting the input string in interactive, Michael Heerdegen, 2024/09/05
- Re: Splitting the input string in interactive, tomas, 2024/09/05