Sathya:

While I agree that there are several ways...

I would rather live in a brick house than a grass hut.

--Bill


  open 'FILE'  to fFile  else  null

  execute "clearselect ALL"

  execute "SELECT FILE"
  
  equate true to 1, false to 0
 
*------------------------------------------------------------  
                         done = false 
  loop
    readnext fileID else done = true
  until done do
    read rFile from fFile, fileID else null
      thisItem = rFile<1>
      
              thisItem6 = thisItem[1,6]
      crt thisItem6

  repeat

*------------------------------------------------------------  
theEnd:

END  

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Sathya
Sent: Tuesday, March 26, 2013 10:32 AM
To: [email protected]
Subject: [U2] List..

Hi all,..

I have a small issue in listing a file. When I use LIST FILENAME, the data
comes like
123456*001
123456*001. 

I would like to display the data as
123456
123456

Can someone please help me in doing this?

TIA,
Sathya V. 


_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to