Search found 1040 matches
- Wed May 11, 2022 8:44 am
- Forum: General programming
- Topic: invalid UTF-8 string in argument 1! (TrimStr)
- Replies: 6
- Views: 353
Re: invalid UTF-8 string in argument 1! (TrimStr)
I have no idea. All I did was that I copy-pasted text to Open Office calc and saved it as csv, so no idea how it saves it. Also, that is basically how I want it to work, since I am doing this software for my yearly book keeping, so I try to keep in such way that I need to do as little as possible, w...
- Wed May 11, 2022 8:30 am
- Forum: General programming
- Topic: invalid UTF-8 string in argument 1! (TrimStr)
- Replies: 6
- Views: 353
Re: invalid UTF-8 string in argument 1! (TrimStr)
I took Data from here: https://coinmarketcap.com/currencies/teloscoin/historical-data/ In practice the problem is with the prices having Euro-signs in front of them. I have first copy-pasted this text into Open Office Calc and saved it as CSV-file. Then using: Function p_LoadCSVData(filename$) OpenF...
- Tue May 10, 2022 2:47 pm
- Forum: General programming
- Topic: invalid UTF-8 string in argument 1! (TrimStr)
- Replies: 6
- Views: 353
invalid UTF-8 string in argument 1! (TrimStr)
I am trying to Trim a string containing a Euro-sign, and I get following error:
invalid UTF-8 string in argument 1!
How do I fix this?
invalid UTF-8 string in argument 1!
How do I fix this?
- Tue May 10, 2022 8:32 am
- Forum: Wishlist
- Topic: AddTimeToDate(date, #TIMEUNIT, amount) to Hollywood Time-commands
- Replies: 4
- Views: 958
AddTimeToDate(date, #TIMEUNIT, amount) to Hollywood Time-commands
Hollywoods own Time system is quite handy that you have these MakeDate() and ParseDate(). However, there is one oversight still. For example right Now I am using this Date as the tables ID: table[date1] table[date2]... Difficulty is that when I want to go through this list in some sort of FOR-NEXT k...
- Mon May 09, 2022 8:20 pm
- Forum: Windows IDE
- Topic: IDE double Crash Bug when with certain text (s:MakeButton(I)
- Replies: 12
- Views: 1093
Re: IDE double Crash Bug when with certain text (s:MakeButton(I)
Tried with 9.1, and still the same bug happening.
- Sun May 08, 2022 5:57 pm
- Forum: Windows IDE
- Topic: IDE double Crash Bug when with certain text (s:MakeButton(I)
- Replies: 12
- Views: 1093
Re: IDE double Crash Bug when with certain text (s:MakeButton(I)
9.0 still, but good point. Going to update to 9.1 next week and try if it still happens.
- Fri May 06, 2022 12:06 pm
- Forum: General programming
- Topic: Anyone has a program to convert several time formats?
- Replies: 0
- Views: 193
Anyone has a program to convert several time formats?
I am having this problem that I have data from several different places and they all have different Time formats. Like can be "Jan 1 12:34:56 2019" and another might have simply "2019/01/01" and nothing else. I need to get them all into a unified format, which I am currently thinking of using Hollyw...
- Sat Apr 30, 2022 9:34 am
- Forum: Windows IDE
- Topic: IDE double Crash Bug when with certain text (s:MakeButton(I)
- Replies: 12
- Views: 1093
Re: IDE double Crash Bug when with certain text (s:MakeButton(I)
I tried crashing that program other ways too, and I was able to find another alternative to triggering the problem, which is similar to the previous one: GFXbrush = GFX[GFX.status].GFX In here I purpose did the same thing that I send to the function nonexisting Variable again, and when it tries to a...
- Sat Apr 30, 2022 9:24 am
- Forum: Windows IDE
- Topic: IDE double Crash Bug when with certain text (s:MakeButton(I)
- Replies: 12
- Views: 1093
Re: IDE double Crash Bug when with certain text (s:MakeButton(I)
Just took a try with a following code to simulate the crash situation: button = {} Function sendEVTTABLE(evttable) button.evttable=evttable EndFunction sendEVTTABLE(nothing) If HaveItem(button.evttable, button.status) = True Then button.evttable[button.status](button.userdata) This doesn't seem to t...
- Sat Apr 30, 2022 9:17 am
- Forum: Windows IDE
- Topic: IDE double Crash Bug when with certain text (s:MakeButton(I)
- Replies: 12
- Views: 1093
Re: IDE double Crash Bug when with certain text (s:MakeButton(I)
here is a link to a youtube video demonstrating the problem: https://youtu.be/SOYYpRZV2Ck It appears the problem is more tricky than I first thought it to be. You can see at beginning of the video me trying to trigger the bug and it doesn't. However, after I run that other program, and receive an er...