Nov 15, 2001 #1 debbie790 Programmer Joined Nov 15, 2001 Messages 2 Location CA Does Visual FoxPro supports replication and BLOBs?
Nov 15, 2001 #2 ramani Programmer Joined Mar 15, 2001 Messages 4,336 Location 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