Apr 14, 2021 #1 elly00 Technical User Joined Jun 30, 2011 Messages 69 Location IT hi I have a program that write a qta in a txt file The data is written like 5010, 10000 and I would like to have it like 50,10 -- 100,00 How can I format the number with 2 decimals? thanks
hi I have a program that write a qta in a txt file The data is written like 5010, 10000 and I would like to have it like 50,10 -- 100,00 How can I format the number with 2 decimals? thanks
Apr 14, 2021 1 #2 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Divide by 100. Skip, Just traded in my OLD subtlety... for a NUance! "The most incomprehensible thing about the universe is that it is comprehensible" A. Einstein Upvote 0 Downvote
Divide by 100. Skip, Just traded in my OLD subtlety... for a NUance! "The most incomprehensible thing about the universe is that it is comprehensible" A. Einstein
Apr 16, 2021 #3 iambob Programmer Joined Apr 13, 2021 Messages 41 Location US I think @elly00 means in VBS. Sincerely, Bob Space Upvote 0 Downvote