Shop OBEX P1 Docs P2 Docs Learn Events
Talking to the Tokenizer... (Mac version) — Parallax Forums

Talking to the Tokenizer... (Mac version)

ArchiverArchiver Posts: 46,084
edited 2002-11-08 07:02 in General Discussion
I'll also ask Real Software (of course), but just in case there is a
RealBasic guru on this list... In fact perhaps it is similar to Visual
Basic, so if any VB folks have an idea, please let me know.

I thought I'd try a simple test with the Parallax Tokenizer Extension.
Simply get the version number from it. It sort of works...

The following code returns the result in EditField1 of "1.093050e+8"

Sub Action
#If TargetMacOS then
Declare Function Version lib "tokenizer.shlb" () as Integer
editField1.text = str(Version())
#Endif
end Sub

Any ideas??

cheers,

Ben.
--
http://www.lennard.net.nz/
Ben Lennard, NCEE, Dip EE

Electronics R&D

Hm: +64 4 972 7567
Mb: +64 21 536 627
87 Spencer Street
Crofton Downs
Wellington
New Zealand

"To the optimist, the glass is half full. To the pessimist, the glass is
half empty. To the engineer, the glass is twice as big as it needs to be."

No animals were harmed in the transmission of this email, although the
Dog next door is living on borrowed time, let me tell you! Those of you
with an overwhelming fear of the unknown will be gratified to learn that
there is no hidden message revealed by reading this warning backwards.
Sign In or Register to comment.