Nov 15, 2001 #1 debbie790 Programmer Nov 15, 2001 2 CA Does Visual FoxPro supports replication and BLOBs?
Nov 15, 2001 #2 ramani Programmer Mar 15, 2001 4,336 AE HI If you mean..the following .. yes.. ? REPLICATE('HELLO ',4) && Displays HELLO HELLO HELLO HELLO OR myBLOB = "BLOB" myBLOB = REPLICATE(myBLOB,5) ** now myBLOB is BLOBBLOBBLOBBLOBBLOB Hope this helps you in someway ramani :-9 (Subramanian.G),FoxAcc, ramani_g@yahoo.com Upvote 0 Downvote
HI If you mean..the following .. yes.. ? REPLICATE('HELLO ',4) && Displays HELLO HELLO HELLO HELLO OR myBLOB = "BLOB" myBLOB = REPLICATE(myBLOB,5) ** now myBLOB is BLOBBLOBBLOBBLOBBLOB Hope this helps you in someway ramani :-9 (Subramanian.G),FoxAcc, ramani_g@yahoo.com