[Gambas-user] Weird Press Enter > formatting error in IDE

2008-06-30 Thread richard terry
Version 1440. This should be reproducable. I'd typed in the function name and started writing a comment: Public Function Letter_Validate_Contents() as Boolean 'Checks that there is adequate content in a letter 'if there is returns a true flag '

Re: [Gambas-user] Date difficulties

2008-06-30 Thread Jacky
Le Saturday 28 June 2008 06:37:51 richard terry, vous avez écrit : > Something I've never come to terms with which should be simple. > > I have a class containing items including a date eg as a simple example > which dosn't exist and I don't use but will serve the purpose of the > request: > > cOrd

[Gambas-user] Date difficulties

2008-06-30 Thread richard terry
Something I've never come to terms with which should be simple. I have a class containing items including a date eg as a simple example which dosn't exist and I don't use but will serve the purpose of the request: cOrder part as string date as date In a form I may have this sort of code Dim o