replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: View topic - Statement over two lines
forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Statement over two lines

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
m.burkhardt



Joined: 02 Sep 2008
Posts: 26

PostPosted: Tue Jan 18, 2011 10:41 am    Post subject: Statement over two lines Reply with quote

Hello, how can I allocate a Variable with values that are over two lines. Like this:

INTEGER*2 HPELE(19)
!
DATA HPELE /0,0,0,0,0,0,0,0,0,0,
* 0,0,0,0,0,0,0,0,0/
In the past I could do this, if I put a character in col 7 (*).

But under FTN95 I don't know how to do!

Greetings from Germany!
Michael
Back to top
View user's profile Send private message Send e-mail MSN Messenger
JohnCampbell



Joined: 16 Feb 2006
Posts: 2615
Location: Sydney

PostPosted: Tue Jan 18, 2011 11:44 am    Post subject: Reply with quote

It looks if you have free format syntax so there are 2 options:
make it 1 line or use the free format continuation, ie

DATA HPELE /0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0/ ! 1 line option up to 132 characters

DATA HPELE /0,0,0,0,0,0,0,0,0,0, & ! & is a continuation character
& 0,0,0,0,0,0,0,0,0/ ! & can be first character on next line
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group