Hi everyone,
I am trying to use 1way activex in a PB program via ComatePlus and I'm having problems with setting up the calls properly. :(
1way is an ActiveX control which provides a way to create a time-limited trial version of an application. I had used it before in VB
The way it's supposed to ...
Search found 28 matches
- Sat Mar 12, 2011 3:00 am
- Forum: Coding Questions
- Topic: Need help with using 1way Activex with ComatePlus
- Replies: 0
- Views: 830
- Sat Mar 05, 2011 8:16 pm
- Forum: Tricks 'n' Tips
- Topic: IsNumeric()
- Replies: 8
- Views: 4646
Re: IsNumeric()
Original post updated to check for empty string or sign only (+/-) passed to IsNumeric
;if empty string or sign only (+ or -) was passed
If string = ""
ProcedureReturn #False
EndIf
and corresponding test
Debug IsNumeric("-")
Debug IsNumeric("+")
Debug IsNumeric("")
;if empty string or sign only (+ or -) was passed
If string = ""
ProcedureReturn #False
EndIf
and corresponding test
Debug IsNumeric("-")
Debug IsNumeric("+")
Debug IsNumeric("")
- Sat Mar 05, 2011 7:26 pm
- Forum: Tricks 'n' Tips
- Topic: IsNumeric()
- Replies: 8
- Views: 4646
Re: IsNumeric()
I don't have an answer for the PB syntax error you pointed out.
True means I do not have to alter the number prior to passing to my procedures.
IsNumeric() takes a string as input so you still have to use Val(), ValF() or ValD() to use that string in computations.
Using ValF() or ValD() on the ...
True means I do not have to alter the number prior to passing to my procedures.
IsNumeric() takes a string as input so you still have to use Val(), ValF() or ValD() to use that string in computations.
Using ValF() or ValD() on the ...
- Sat Mar 05, 2011 6:12 pm
- Forum: Tricks 'n' Tips
- Topic: IsNumeric()
- Replies: 8
- Views: 4646
Re: IsNumeric()
Skywalk,
you missed my note regarding hex numbers and scientific notations in my original posting.
what do you mean by "not recognized by PB"?
Debug IsNumeric("-.0") = 1, but not recognized by PB
Debug IsNumeric("-.1") = 1, but not recognized by PB
http://modsware.com/PNG/Isnumeric.png
you missed my note regarding hex numbers and scientific notations in my original posting.
what do you mean by "not recognized by PB"?
Debug IsNumeric("-.0") = 1, but not recognized by PB
Debug IsNumeric("-.1") = 1, but not recognized by PB
http://modsware.com/PNG/Isnumeric.png
- Sat Mar 05, 2011 10:00 am
- Forum: Tricks 'n' Tips
- Topic: IsNumeric()
- Replies: 8
- Views: 4646
IsNumeric()
I needed to use IsNumeric() that returns true or false only so I coded this. Maybe someone would also find this useful. I added comments as best as I can.
This version takes only 1 parameter - input can be integer or float, signed or unsigned, with or without comma-separators.
It returns just 2 ...
This version takes only 1 parameter - input can be integer or float, signed or unsigned, with or without comma-separators.
It returns just 2 ...
- Mon Jun 16, 2008 5:22 pm
- Forum: Coding Questions
- Topic: Any purebasic e-book ?
- Replies: 41
- Views: 22083
- Mon Jun 16, 2008 4:40 pm
- Forum: Coding Questions
- Topic: Need Help Inserting Record to MS-Access
- Replies: 4
- Views: 1501
- Mon Jun 16, 2008 8:38 am
- Forum: Coding Questions
- Topic: Need Help Inserting Record to MS-Access
- Replies: 4
- Views: 1501
Need Help Inserting Record to MS-Access
Hi,
I need help with inserting a record into an MS-Access table.
All fields for the table were defined as text fields.
My program would not insert a record into the MS-Access table.
Portions of the code were copied from postings found here in the forum.
I am currently using PB v4.1
Shown below ...
I need help with inserting a record into an MS-Access table.
All fields for the table were defined as text fields.
My program would not insert a record into the MS-Access table.
Portions of the code were copied from postings found here in the forum.
I am currently using PB v4.1
Shown below ...
- Fri Apr 18, 2008 7:39 am
- Forum: Tricks 'n' Tips
- Topic: HTTPGetFromWeb() 2.0 - use WinInet API
- Replies: 32
- Views: 34711
- Fri Oct 12, 2007 7:33 pm
- Forum: Off Topic
- Topic: Left or Right Brainer ?
- Replies: 51
- Views: 9362
- Fri Oct 12, 2007 6:45 pm
- Forum: Off Topic
- Topic: Left or Right Brainer ?
- Replies: 51
- Views: 9362
- Fri Oct 12, 2007 5:48 pm
- Forum: Coding Questions
- Topic: How do I read a variable value in another process?
- Replies: 34
- Views: 6589
- Fri Oct 12, 2007 5:33 pm
- Forum: Off Topic
- Topic: Left or Right Brainer ?
- Replies: 51
- Views: 9362
- Wed Oct 10, 2007 1:49 am
- Forum: Coding Questions
- Topic: PureCardDraw and ClearScreen()
- Replies: 7
- Views: 1566
- Wed Oct 10, 2007 1:37 am
- Forum: Coding Questions
- Topic: PureCardDraw and ClearScreen()
- Replies: 7
- Views: 1566