How to determine Type of Variables on Fly[Pascal]
Posted: 31.12.2012 18:40
Hello Community,
i checked different Manuals\References now but did not found the right function to get this working.
Think about you have the Datatype Variante ( Could be String or Integer or Double or whatever) and you want to use specific operations depending on Datatype.
In C# you can ask like and getting true or false as result.
Anyone knows? I know CFA told me how to long ago but forgot and dont found any samples in my library were i really used it.
Regards
Crome
i checked different Manuals\References now but did not found the right function to get this working.
Think about you have the Datatype Variante ( Could be String or Integer or Double or whatever) and you want to use specific operations depending on Datatype.
In C# you can ask like
Code: Select all
if ( Variable is String )
Anyone knows? I know CFA told me how to long ago but forgot and dont found any samples in my library were i really used it.
Regards
Crome