[Gambas-user] Sorting 2D arrays

T Lee Davidson t.lee.davidson at gmail.com
Wed Sep 2 21:03:11 CEST 2020


On 9/2/20 1:43 PM, John Rose wrote:
> Print hEpisode.CompositeKey & Space(19 - Len(CStr(hEpisode.CompositeKey)));

The argument passed to Space() must be positive.

BTW, the order of arguments you're passing to New CEpisode() at Main:16 does not match the order of parameters you have in 
_new() at CEpisode:15.


-- 
Lee


More information about the User mailing list