| View previous topic :: View next topic |
| Author |
Message |
christyleomin
Joined: 08 Apr 2011 Posts: 155
|
Posted: Sat Sep 13, 2014 1:55 pm Post subject: Character variable |
|
|
Can I declare variable (which can have upto 3000 characters) as below:
| Code: |
| character*4000 my_variable |
|
|
| Back to top |
|
 |
wahorger

Joined: 13 Oct 2014 Posts: 1270 Location: Morrison, CO, USA
|
Posted: Sat Dec 20, 2014 11:09 pm Post subject: |
|
|
| Sure. Just be aware that when you set this variable to a value with 3000 characters, there will be 1000 spaces at the end. |
|
| Back to top |
|
 |
|