thanks for clarifying and explaining them, I was mainly just wondering if there was something else or more to what the "IsNumeric" does, as from the wiki it sounded the same to the "IsInt~IsDouble".
Also, thanks for touching up on my other question that I forgot to ask about:
what about strings with both letters (ABC...Z) and numbers (-1,0,1) ???
as from your posts, the string must be entirely numeric (for true) for the IsInt, IsDouble, and IsNumeric, so is there a way to deal when you got both characters (ABCs+123: potion_123), or would we have to craft our own function presumably using the "character" scripts (StartsWith, EndsWith, LengthOf, and etc). Or, is the only way for something to be recognized as numeric, is for it to be 100% numeric (for being recognized as an Int or Double), as otherwise, it's a (Type) String? Can you "parse" (I need to learn what exactly parsing is~means at some point, lol) within a string, as what parts of it are numerical and what parts are alphabetic (ABCs) ???
(Sora's Stackable Library may address this very question, but I haven't looked at it in a while, and it's also a bit too advanced for me at this point to try to understand and learn, lol)
This is just for curiousity, as I'm not sure why this would be used, no examples of why it would be needed or wanted, I'm just trying to understand and learn more about coding.
-------------
@Entropic,
I "C" now, wink, thank you for your help.
Is getting "C+" in programming class, mean that you understand the language well or only mediocre'ly ??? hehe