[AccessD] formatting strings and placing them in a larger string

Stuart McLachlan stuart at lexacorp.com.pg
Wed Aug 11 17:51:54 CDT 2004


On 11 Aug 2004 at 13:33, Colby, John wrote:

> I then need to insert that string inside of a larger string at a specific
> location.

Use the Mid() statement (as opposed to the function)

> But is there any way to just specify that I want a string of 40 @
> characters?

string(40,"@")


-- 
Stuart





More information about the AccessD mailing list