PDA

View Full Version : Easier way to get ActivePoints?


splodge
08-28-08, 03:18 AM
To get the number of active points I use this:

[StrExtract,[IGetTitle,Preferences:Misc:Active Points Count].13,256]]

It wouldn't be so bad but it returns a string that contains a comma (1,024). So this means I then have to run a little routine to remove the comma. * sigh *

Seems like a lot of work just to get a value!

Anybody know of a better method?

marcus_civis
08-28-08, 04:42 AM
Yeah. :-)


[VarDef,activePoints,0]
[Mesh3DGet,0,,,activePoints]
[Note,activePoints]

splodge
08-28-08, 05:33 AM
:)


Thank you, Mr Civis!!

You olde smarty pants you.

marcus_civis
08-28-08, 05:49 AM
:)
You olde smarty pants you.

Yeah, I know, I'm a show-off. Just can't help it. :)