View previous topic :: View next topic |
Author |
Message |
jacky_ying Beginner
Joined: 25 Jul 2004 Posts: 46 Topics: 20
|
Posted: Thu Feb 03, 2005 11:36 am Post subject: Change Command for Long Strings |
|
|
I want to edit a PDS member,change a certain string
If the string is too long that I can't fill the comman into the command line, how shall i do with this situation!! thanks |
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Thu Feb 03, 2005 11:47 am Post subject: |
|
|
I use the following technique:
Assuming the command is C 'A VERY VERY VERY LONG STRING' 'ANOTHER VERY VERY VERY LONG STRING' ALL
Try C 'A VERY VERY VERY LONG STRING' @@@ ALL
followed by C @@@ 'ANOTHER VERY VERY VERY LONG STRING' ALL
(This assumes there are no values of @@@ before you start.) |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|