[Gambas-user] Problem with CsvFile.Fields.Count

T Lee Davidson t.lee.davidson at gmail.com
Fri Jul 15 23:41:38 CEST 2022


On 7/15/22 09:42, Safiur Rahman wrote:
> Hi
> 
> I have one simple csv. When I run this
> 
> Dim hForm As CsvFile
>   hForm = New CsvFile("csv/8.tmp.csv", ";")
>   ValueBox1 = hForm.Fields.Count
> 
> I get the error "Null Value". Previously it worked. Is there any change?
> I am using gambas 3.17.2 on Ubuntu 20.04
> 
> Attached a project
> 
> -- 
> Regards
> Safiur Rahman
> 

I get the same thing. Even the Columns and Fields property symbols are Null.


-- 
Lee
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot_20220715_173935.png
Type: image/png
Size: 20764 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220715/1d4710d5/attachment-0001.png>


More information about the User mailing list