test for basic

Php code posted by me
created at 24 Mar 11:15, updated at 24 Mar 11:32

Edit | Back
1
2
3
4
5
6
7
Function Format(pColumn as Integer) As String
  If pColumn > mFormats.Ubound Then
    ReDim mFormats(pColumn - 1)
  End If
  Return mFormats(pColumn)
  
End Function
173 Bytes in 2 ms with coderay