vehre / aspa_cscc

Convert ASP pages to "pure" html/JS/PHP pages. Based on ASPA with conversion of client side VBscript to Javascript
Other
5 stars 1 forks source link

function return type errors #9

Closed jhiswin closed 10 years ago

jhiswin commented 10 years ago

Will error out with cannot cast to integer for function returns. Reverting commit b6591c3138c515c22ad3e74a8fa4cc5ffcadc18a fixes this.

Function returns should not be initialized, because by default nothing is returned if the function does not set a return value.

vehre commented 10 years ago

Fixed with commit 5f4caa0d8481b0ddbfd1e65f35ac7c922b28e690.

vehre commented 10 years ago

Fixed with commit 5f4caa0d8481b0ddbfd1e65f35ac7c922b28e690.