Groups
Groups
Sign in
Groups
Groups
multisoft FlagShip
Conversations
Labels
About
Send feedback
Help
Is there another way to write this code ?
538 views
programming
Skip to first unread message
Reginald Bailly
unread,
Sep 25, 2013, 1:52:51 PM
9/25/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to multisoft...@googlegroups.com
Is there another, more compact, more modern way to write the following code ?
select (xfile1)
select (xfile2)
do while !eof()
assign (some 60 ) fields to variables
...
select (xfile1)
append blank
replace data in xfile1
select (xfile2)
skip
enddo
Paul
unread,
Aug 24, 2020, 7:28:58 AM
8/24/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to multisoft...@googlegroups.com
See
FieldGetArr()
and
FieldPutArr()
in the FlagShip manual. It stores and writes whole database record in/from an array.
Best regards,
Paul
Reply all
Reply to author
Forward
0 new messages