Tom,
Automatic typing isn't all it's cracked up to be. This bogus concept makes
trouble with Visual Basic programmers also. There are a set of type
conversion functions in VEE, all prefixed with "as". For instance:
SomeReal = asReal("123.456"); //SomeReal now equals 123.456
aString = asText(SomeReal); //aString now equals "123.456"
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Automatic typing isn't all it's cracked up to be. This bogus concept makes
trouble with Visual Basic programmers also. There are a set of type
conversion functions in VEE, all prefixed with "as". For instance:
SomeReal = asReal("123.456"); //SomeReal now equals 123.456
aString = asText(SomeReal); //aString now equals "123.456"
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".