Hi,
In some math calculations I get a nice "infinity" symbol (Basic4PPC gave the word "Infinity"). However, I like to prefix the symbol with "E: ".
In Basic4PPC I wrote something like:
if ResultString = "Infinity" then
DisplayResult("E: " & ResultString)
end if
Does anyone now how this can be done in Basic4Android?
In some math calculations I get a nice "infinity" symbol (Basic4PPC gave the word "Infinity"). However, I like to prefix the symbol with "E: ".
In Basic4PPC I wrote something like:
if ResultString = "Infinity" then
DisplayResult("E: " & ResultString)
end if
Does anyone now how this can be done in Basic4Android?