VFP 6.0 : Trim function along with List function?

Hello! Is it possible to use the list function before using the trim one to remove any blank spaces in fields When I use the list function, the data on the screen are a bit messed up due to the amount of fields and the blank spaces. i would like to trim them and then use the list function. Is it possible If yes, any piece of code or algorithm
Thank You!


Answer this question

VFP 6.0 : Trim function along with List function?

  • Brainwav

    No. Try changing the screen font:
    _Screen.FontName = "courier new"
    _Screen.Fontsize = 10
    LIST....



  • VFP 6.0 : Trim function along with List function?