how can you separate this string please:
str1 = "12345: 123.7: 98765.0: 77778:
Separator is this ":".
str2="12345"
str3="123.7"
str4="98765.0"
str5="77778"
Thank you.
greeting
Search found 276 matches
- Feb 28, 2019 13:11
- Forum: General
- Topic: how can you separate this string please
- Replies: 8
- Views: 2137
- Jan 12, 2016 12:07
- Forum: Hardware Interfaces / Communication
- Topic: Tip: ESP8266 Wireless Serial WIFI Transceiver (4KM range)
- Replies: 9
- Views: 22463
Re: ESP8266 Wireless Serial WIFI Transceiver (4KM range)
I want to please the firmware, which you can enter the AT commands.
thank you
thank you
- Dec 03, 2015 14:56
- Forum: Libraries & Headers
- Topic: GUI library for Windows \ Linux (window9)
- Replies: 1084
- Views: 336997
Re: Window9 - FBGUI library for windows 2
hello, thank you, now it works.
greeting
greeting
- Dec 03, 2015 11:33
- Forum: Libraries & Headers
- Topic: GUI library for Windows \ Linux (window9)
- Replies: 1084
- Views: 336997
Re: Window9 - FBGUI library for windows 2
Hello, thank you.
greeting
greeting
- Dec 02, 2015 9:06
- Forum: Libraries & Headers
- Topic: GUI library for Windows \ Linux (window9)
- Replies: 1084
- Views: 336997
Re: Window9 - FBGUI library for windows 2
Hi, I've been using the latest FreeBasic is 1.04.0. always these messages: -------------------------------------------------------- D:\FreeBASIC\fbc -s gui "OpenGLGadget_3D.bas" OpenGLGadget_3D.o:fake:(.text+0x20f): undefined reference to `OpenWindow@36' -----------------------------------...
- Apr 07, 2015 11:13
- Forum: Sources, Examples, Tips and Tricks
- Topic: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
- Replies: 110
- Views: 47436
Re: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
Hello, with FreeBASIC 1.02 its ok.
Thanks.
Thanks.
- Apr 01, 2015 12:20
- Forum: Sources, Examples, Tips and Tricks
- Topic: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
- Replies: 110
- Views: 47436
Re: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
Hello, this error from : https://sourceforge.net/projects/fbc/fi ... %20Builds/ ---------------------------------------------------------- :\FreeBasic1\fbc -s gui "sncDownloadImage.bas" D:\FreeBasic1\SimpleNetworkConnection\snc.bi(144) error 72: Array access, index expected, found '[' in '...
- Mar 29, 2015 13:47
- Forum: Sources, Examples, Tips and Tricks
- Topic: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
- Replies: 110
- Views: 47436
Re: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
Hi, I can not find the correct files.
Can you please show exactly once?
Thank You.
greeting
Can you please show exactly once?
Thank You.
greeting
- Mar 28, 2015 14:46
- Forum: Sources, Examples, Tips and Tricks
- Topic: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
- Replies: 110
- Views: 47436
Re: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
three programs, three error : D:\FreeBASIC\fbc -s gui "sncDownloadAudio.bas" D:\FreeBASIC\free-prog\SimpleNetworkConnection\snc.bi(74) error 41: Variable not declared, WINSOCK_VERSION in 'WSAStartup(WINSOCK_VERSION, @wd)' D:\FreeBASIC\free-prog\SimpleNetworkConnection\snc.bi(310) error 18:...
- Mar 28, 2015 12:03
- Forum: Sources, Examples, Tips and Tricks
- Topic: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
- Replies: 110
- Views: 47436
Re: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
not function with new include files usw....
greeting
greeting
- Mar 28, 2015 11:35
- Forum: Sources, Examples, Tips and Tricks
- Topic: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
- Replies: 110
- Views: 47436
Re: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
hello,thanks.
greeting
greeting
- Mar 28, 2015 8:36
- Forum: Sources, Examples, Tips and Tricks
- Topic: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
- Replies: 110
- Views: 47436
Re: [S]imple [N]etwork [C]onnection win and lin 32/64-bit.
Here is the error:
D:\FreeBASIC\pebi-bas\snc.bi(306) error 18: Element not defined, S_un in 'addr.sin_addr.S_un.s_addr = INADDR_ANY'
from
WSAStartup(WINSOCK_VERSION, @wd)
greeting
D:\FreeBASIC\pebi-bas\snc.bi(306) error 18: Element not defined, S_un in 'addr.sin_addr.S_un.s_addr = INADDR_ANY'
from
WSAStartup(WINSOCK_VERSION, @wd)
greeting
- Jul 14, 2014 6:48
- Forum: Libraries Questions
- Topic: Gui window9 : QueryPerformanceFrequency
- Replies: 0
- Views: 1841
Gui window9 : QueryPerformanceFrequency
how can you use these commands in window9?
with a demo ?
QueryPerformanceFrequency(Cast(LARGE_INTEGER Ptr,@Frequenz))
QueryPerformanceCounter(Cast(LARGE_INTEGER Ptr,@Start))
greeting.
with a demo ?
QueryPerformanceFrequency(Cast(LARGE_INTEGER Ptr,@Frequenz))
QueryPerformanceCounter(Cast(LARGE_INTEGER Ptr,@Start))
greeting.
- May 22, 2014 16:18
- Forum: Libraries Questions
- Topic: new line in the text gadget
- Replies: 1
- Views: 1637
new line in the text gadget
Hello, why new line in the text gadget in the window9 ?
SetGadgetText (2, "neuer text"+Chr(10)+Chr(13)) not funktion.
Thanks
SetGadgetText (2, "neuer text"+Chr(10)+Chr(13)) not funktion.
Thanks
- Mar 27, 2014 15:01
- Forum: Libraries & Headers
- Topic: GUI library for Windows \ Linux (window9)
- Replies: 1084
- Views: 336997
Re: FBGUI library for windows 2
hello, good day.
wehre is the help for win9 in englisch ?
greeting
wehre is the help for win9 in englisch ?
greeting