[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Does input prompt take values separated by newline character
- Subject: RE: [sqr-users] Does input prompt take values separated by newline character
- From: "Peter Burton" <peter.burton@oracle.com>
- Date: Fri, 3 Aug 2007 05:17:38 -0400
- Delivery-date: Fri, 03 Aug 2007 05:24:48 -0400
- In-reply-to: <459206.83886.qm@web94515.mail.in2.yahoo.com>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Organization: Oracle Corporation
- Thread-index: AcfVryHm5tTxofxBTiKtZzoqCrrjPw==
Mahesh,
You need to either have three Input prompts or execute the same Input prompt
multiple times in a loop.
Peter
-----Original Message-----
From: sqr-users-bounces+peter.burton=oracle.com@sqrug.org
[mailto:sqr-users-bounces+peter.burton=oracle.com@sqrug.org] On Behalf Of
mahesh kadam
Sent: Friday, August 03, 2007 1:03 AM
To: sqr-users@sqrug.org
Subject: [sqr-users] Does input prompt take values separated by new line
character
Hi All,
My requirement is user should be able to enter the values separated by new
line character.
suppose the data is like:
11111111
22222222
33333333
then after copy pasting all these three values at once input prompt should
take all three. but currently prompt is taking only first value.
The present code is:
Input $no 'Enter No' MaxLen = 32767 Type = char
If this is possible, then what is the 'separator' between values? like if the
values are comma separated we can identify individual values by getting the
position of comma,so which separator should be used to identify individual
values in this case?
Please help me out.
Regards,
Mahesh
---------------------------------
Once upon a time there was 1 GB storage in your inbox. Click here for happy
ending.
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users