From: ······@gmail.com
Subject: SCANF in ACL Lisp
Date: 
Message-ID: <d50da28a-4333-49a2-bdc5-7ae3c2cae239@j44g2000hsj.googlegroups.com>
Hi,

I'm tryin to scan some user input through the acl lisp command prompt.
Does anyone know of a function tht accepts such input. (Not as an
argument to the function name)
From: Christophe
Subject: Re: SCANF in ACL Lisp
Date: 
Message-ID: <839c0837-8a30-4b8d-81fe-9560b28737ab@r1g2000hsg.googlegroups.com>
On 8 déc, 20:52, ······@gmail.com wrote:
> Hi,
>
> I'm tryin to scan some user input through the acl lisp command prompt.
> Does anyone know of a function tht accepts such input. (Not as an
> argument to the function name)

Hello,

Just try : (ask-user-for-string  "Input String"  "" :~OK :~cancel )

In ACL, you are a lot of function that begin by ASK-...

Best Regards,

Christophe