VBEval>CInt("%MyHexVal%") isn't worknig for bigger integers

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
User avatar
Grovkillen
Automation Wizard
Posts: 1023
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

VBEval>CInt("%MyHexVal%") isn't worknig for bigger integers

Post by Grovkillen » Tue Apr 11, 2023 7:29 am

How come the bigger hex isn't converted?

Code: Select all

//working: MyDecVal=450
Let>MyHexVal=&H1C2
VBEval>CInt("%MyHexVal%"),MyDecVal

//not working: MyDecVal=450, should be 13194139533762
Let>MyHexVal=&HC00000001C2
VBEval>CInt("%MyHexVal%"),MyDecVal
Let>ME=%Script%

Running: 15.0.24
version history

User avatar
Dorian (MJT support)
Automation Wizard
Posts: 1350
Joined: Sun Nov 03, 2002 3:19 am
Contact:

Re: VBEval>CInt("%MyHexVal%") isn't worknig for bigger integers

Post by Dorian (MJT support) » Tue Apr 11, 2023 8:23 am

This one is beyond my level of knowledge so I've mentioned it to Marcus.
Yes, we have a Custom Scripting Service. Message me or go here

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts