Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field
Message
From
03/08/2000 15:22:44
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00400631
Message ID:
00400650
Views:
14
Try using ALINES() e.g.,
IF ALINES(laLines, sysaddr.fmstreet)>0
  lcChar = ""
  FOR EACH lcLine IN laLines
    lcChar = lcChar + lcLine + "|" && or whatever separator you need, if any
  ENDFOR
  REPLACE charfield WITH lcChar
ENDIF
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform